2 commits - rel-eng/packages utils/spacewalk-clone-by-date.sgml utils/spacewalk-utils.spec

StephenHerr sherr at fedoraproject.org
Thu Jun 7 13:55:01 UTC 2012


 rel-eng/packages/spacewalk-utils   |    2 +-
 utils/spacewalk-clone-by-date.sgml |   14 ++++++++++++++
 utils/spacewalk-utils.spec         |    5 ++++-
 3 files changed, 19 insertions(+), 2 deletions(-)

New commits:
commit daefeffe5ade7799706c50be998fd00cc65cecc3
Author: Stephen Herr <sherr at redhat.com>
Date:   Thu Jun 7 09:54:51 2012 -0400

    Automatic commit of package [spacewalk-utils] release [1.8.18-1].

diff --git a/rel-eng/packages/spacewalk-utils b/rel-eng/packages/spacewalk-utils
index 3e9b7f3..a07602d 100644
--- a/rel-eng/packages/spacewalk-utils
+++ b/rel-eng/packages/spacewalk-utils
@@ -1 +1 @@
-1.8.17-1 utils/
+1.8.18-1 utils/
diff --git a/utils/spacewalk-utils.spec b/utils/spacewalk-utils.spec
index c92ef44..33ea392 100644
--- a/utils/spacewalk-utils.spec
+++ b/utils/spacewalk-utils.spec
@@ -1,7 +1,7 @@
 %define rhnroot %{_prefix}/share/rhn
 
 Name:		spacewalk-utils
-Version:	1.8.17
+Version:	1.8.18
 Release:	1%{?dist}
 Summary:	Utilities that may be run against a Spacewalk server.
 
@@ -86,6 +86,9 @@ spacewalk-pylint $RPM_BUILD_ROOT%{rhnroot}
 
 
 %changelog
+* Thu Jun 07 2012 Stephen Herr <sherr at redhat.com> 1.8.18-1
+- 829204 - updated man page for spacewalk-clone-by-date
+
 * Wed Jun 06 2012 Stephen Herr <sherr at redhat.com> 1.8.17-1
 - 829485 - Created new asyncronous api methods for cloning errata
 


commit 85b1ab06a230843ccd263cb626b84c0ac6f59f00
Author: Stephen Herr <sherr at redhat.com>
Date:   Thu Jun 7 09:54:45 2012 -0400

    829204 - updated man page for spacewalk-clone-by-date

diff --git a/utils/spacewalk-clone-by-date.sgml b/utils/spacewalk-clone-by-date.sgml
index af99f1f..133d78f 100644
--- a/utils/spacewalk-clone-by-date.sgml
+++ b/utils/spacewalk-clone-by-date.sgml
@@ -64,6 +64,9 @@ Utility for cloning errata by date.
         <arg>-y</arg><arg> --assumeyes </arg>
     </cmdsynopsis>
     <cmdsynopsis>
+        <arg>-g</arg><arg> --background</arg>
+    </cmdsynopsis>
+    <cmdsynopsis>
         <arg>-h</arg><arg>--help</arg>
     </cmdsynopsis>
 </Synopsis>
@@ -173,6 +176,17 @@ Utility for cloning errata by date.
             </para>
         </listitem>
     </varlistentry>
+    parser.add_option("-g", "--background", dest='background', action='store_true', help="Clone the errata in the background. Prompt will return quicker; before cloning is finished.")
+    <varlistentry>
+        <term> -g --background</term>
+        <listitem>
+            <para>This option makes the cloning of the errata into the destination channel happen asynchronously in the background, allowing the script to return much faster.
+            </para>
+            <para>
+                Note:  This option is global across all destination channels. To specify per channel removelists, you must use a configuration file.  See --sample-config for an example.
+            </para>
+        </listitem>
+    </varlistentry>
 </variablelist>
 </RefSect1>
 




More information about the spacewalk-commits mailing list