[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

extras-buildsys/utils/pushscript Push.py,1.34,1.35



Author: mschwendt

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

Modified Files:
	Push.py 
Log Message:
when it's IN, we can break and need not continue


Index: Push.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- Push.py	27 Feb 2007 23:11:02 -0000	1.34
+++ Push.py	1 Mar 2007 03:03:09 -0000	1.35
@@ -385,7 +385,7 @@
         for r in whitelist:
             if re.compile('^'+r+'$').search(br.GetName()):
                 newresults.append(br)
-                continue
+                break
     return newresults
 
 # ====================================================================


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]