extras-buildsys/utils/pushscript Push.py,1.12,1.13

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Nov 1 11:37:12 UTC 2006


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/utils/pushscript
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11603

Modified Files:
	Push.py 
Log Message:
Just a way to push without processing the post_cmds (such as repoclosure
and upgradecheck).




Index: Push.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Push.py	29 Oct 2006 18:03:18 -0000	1.12
+++ Push.py	1 Nov 2006 11:37:09 -0000	1.13
@@ -590,6 +590,9 @@
     if '-f' in sys.argv[2:]:
         sys.argv.remove('-f')
         opts.force = True
+    if '-s' in sys.argv[2:]:
+        sys.argv.remove('-s')
+        cfg.post_cmds = []
     
     diststopush = []
     for d in sys.argv[2:]:




More information about the fedora-extras-commits mailing list