extras-buildsys/utils/pushscript Push.py,1.3,1.4

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Sep 29 19:14:07 UTC 2006


Author: mschwendt

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

Modified Files:
	Push.py 
Log Message:
tidy up the number of "name" dirs we found


Index: Push.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Push.py	29 Sep 2006 16:41:03 -0000	1.3
+++ Push.py	29 Sep 2006 19:14:04 -0000	1.4
@@ -122,7 +122,8 @@
                 if droppushed and os.path.isfile(os.path.join(pkgrelroot,'PUSHED')):
                     continue
                 jobroots.append(pkgrelroot)
-        rv.append( (name,jobroots) )
+        if jobroots or not droppushed:
+            rv.append( (name,jobroots) )
     return rv
 
 




More information about the fedora-extras-commits mailing list