[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
extras-buildsys/utils/pushscript Push.py,1.21,1.22
- From: Michael Schwendt (mschwendt) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: extras-buildsys/utils/pushscript Push.py,1.21,1.22
- Date: Sat, 2 Dec 2006 04:08:40 -0500
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]