extras-repoclosure rc-report.py,1.32,1.33

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Jan 9 02:19:58 UTC 2007


Author: mschwendt

Update of /cvs/fedora/extras-repoclosure
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv641

Modified Files:
	rc-report.py 
Log Message:
this is not C++ ;)


Index: rc-report.py
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- rc-report.py	8 Jan 2007 11:53:45 -0000	1.32
+++ rc-report.py	9 Jan 2007 02:19:56 -0000	1.33
@@ -305,7 +305,7 @@
         newflag = (age=='' or age<2)
 
         # Don't let kmod- rpms in development repo trigger a new summary report.
-        if name.startswith('kmod-') && uniqueid.find('-development-')>0:
+        if name.startswith('kmod-') and uniqueid.find('-development-')>0:
             newflag = False
 
         # TODO: owner has N broken rpms and gets a resent report every n<14 days




More information about the fedora-extras-commits mailing list