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

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Jan 9 09:57:29 UTC 2007


Author: mschwendt

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

Modified Files:
	rc-report.py 
Log Message:
fix this - then prepare some clean up...


Index: rc-report.py
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- rc-report.py	9 Jan 2007 02:19:56 -0000	1.33
+++ rc-report.py	9 Jan 2007 09:57:26 -0000	1.34
@@ -304,8 +304,8 @@
         # however, if age is sufficiently high, don't include report in summary
         newflag = (age=='' or age<2)
 
-        # Don't let kmod- rpms in development repo trigger a new summary report.
-        if name.startswith('kmod-') and uniqueid.find('-development-')>0:
+        # Don't let -kmod src.rpms in development repo trigger a new summary report.
+        if name.endswith('-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 scm-commits mailing list