extras-buildsys/utils/pushscript Push.py,1.14,1.15

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Nov 9 13:48:31 UTC 2006


Author: mschwendt

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

Modified Files:
	Push.py 
Log Message:
run less stuff with -s


Index: Push.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Push.py	9 Nov 2006 00:57:08 -0000	1.14
+++ Push.py	9 Nov 2006 13:48:29 -0000	1.15
@@ -593,6 +593,8 @@
     if '-s' in sys.argv[2:]:
         sys.argv.remove('-s')
         cfg.post_cmds = []
+        cfg.opts.repoprune = False
+        cfg.opts.repoview = False
     
     diststopush = []
     for d in sys.argv[2:]:




More information about the scm-commits mailing list