[Piuparts-commits] rev 50 - trunk

Ana Beatriz Guerrero López ana at alioth.debian.org
Wed Jul 4 20:33:35 UTC 2007


Author: ana
Date: 2007-07-04 20:33:35 +0000 (Wed, 04 Jul 2007)
New Revision: 50

Modified:
   trunk/piuparts.docbook
Log:
Document option --skip-minimize in the manpage.
Order options in the manpage with the same order that
piuparts --Help.


Modified: trunk/piuparts.docbook
===================================================================
--- trunk/piuparts.docbook	2007-07-04 19:40:57 UTC (rev 49)
+++ trunk/piuparts.docbook	2007-07-04 20:33:35 UTC (rev 50)
@@ -260,6 +260,47 @@
             
             <varlistentry>
             
+                <term><option>--warn-on-others</option></term>
+                
+                <listitem>
+                
+                    <para>Print a warning rather than failing if files are 
+                    left behind by a package that was not given on
+                    the command-line.</para>
+
+                    <para>This way, you can basically isolate the purge test
+                    to your own packages.  If a package that is brought in as
+                    a dependency doesn't purge cleanly, the test will not
+                    fail because of it (but a warning message will be
+                    printed).</para>
+
+                    <para>This does have its shortcomings:  if a file is left
+                    behind that doesn't seem to belong to any package, using
+                    this option will make that a warning rather than a failure.
+                    In my opinion, this is an acceptable risk -- the offending
+                    file would still be output (as a warning), and the
+                    developer would hopefully know which files belong to their
+                    package.</para>
+
+                </listitem>
+            
+            </varlistentry>
+                    <varlistentry>
+            
+                <term><option>--skip-minimize</option></term>
+                
+                <listitem>
+                
+                    <para>Allow skip minimize chroot step. This is useful when 
+                    you want to test several packages with piuparts. You can 
+                    prepare a tarball already minimized and skip this step in all the 
+                    tests.</para>
+
+                </listitem>
+            
+            </varlistentry> 
+            <varlistentry>
+            
                 <term><option>-l</option> <replaceable>filename</replaceable></term>
                 <term><option>--log-file=</option><replaceable>filename</replaceable></term>
                 
@@ -398,37 +439,9 @@
                 </listitem>
             
             </varlistentry>
-        
+       
             <varlistentry>
             
-                <term><option>--warn-on-others</option></term>
-                
-                <listitem>
-                
-                    <para>Print a warning rather than failing if files are 
-                    left behind by a package that was not given on
-                    the command-line.</para>
-
-                    <para>This way, you can basically isolate the purge test
-                    to your own packages.  If a package that is brought in as
-                    a dependency doesn't purge cleanly, the test will not
-                    fail because of it (but a warning message will be
-                    printed).</para>
-
-                    <para>This does have its shortcomings:  if a file is left
-                    behind that doesn't seem to belong to any package, using
-                    this option will make that a warning rather than a failure.
-                    In my opinion, this is an acceptable risk -- the offending
-                    file would still be output (as a warning), and the
-                    developer would hopefully know which files belong to their
-                    package.</para>
-
-                </listitem>
-            
-            </varlistentry>
-        
-            <varlistentry>
-            
                 <term><option>-V</option></term>
                 <term><option>--version</option></term>
                 




More information about the Piuparts-commits mailing list