extras-buildsys/utils/pushscript Push.py,1.32,1.33

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Feb 26 11:57:48 UTC 2007


Author: mschwendt

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

Modified Files:
	Push.py 
Log Message:
fix typo in section that is executed rarely


Index: Push.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Push.py	23 Feb 2007 18:47:05 -0000	1.32
+++ Push.py	26 Feb 2007 11:57:45 -0000	1.33
@@ -136,7 +136,7 @@
                         break
             if changed:
                 print 'New packages in PUSHED %s, clearing flag' % pkgrelroot
-                Utils.unmark_pkg_pushed(pkrelroot)
+                Utils.unmark_pkg_pushed(pkgrelroot)
                 continue
             if ( time.time()-mtime > 3600*48 ):
                 print 'Removing old %s' % pkgrelroot




More information about the scm-commits mailing list