extras-buildsys/utils/pushscript Push.py,1.21,1.22

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Dec 2 09:08:40 UTC 2006


Author: mschwendt

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

Modified Files:
	Push.py 
Log Message:
- the rollback itself is not an error, the reason for the rollback is printed elsewhere


Index: Push.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Push.py	30 Nov 2006 16:57:16 -0000	1.21
+++ Push.py	2 Dec 2006 09:08:40 -0000	1.22
@@ -302,7 +302,7 @@
     try:
         push_with_rollback(rollback,dist,needsignroot,destroot,name,pkgrelroot,buildreport)
     except:
-        print 'ERROR: Rollback:', rollback
+        print 'Rollback:', rollback
         for f in rollback:
             if DEBUG:
                 break




More information about the fedora-extras-commits mailing list