extras-repoclosure rc-report.py,1.17,1.18

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Sep 12 17:40:55 UTC 2006


Author: mschwendt

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

Modified Files:
	rc-report.py 
Log Message:
was missing some dists in the "new reports" section


Index: rc-report.py
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- rc-report.py	5 Sep 2006 17:19:00 -0000	1.17
+++ rc-report.py	12 Sep 2006 17:40:53 -0000	1.18
@@ -181,6 +181,7 @@
 summail = ''
 pkgbyowner = {}  # map, pkgbyowner[email], list of pkgids for all owner's broken packages
 summary = {}  # map of maps, summary[repoid][pkgid], unresolved deps line by line
+report = {}
 srcrpmdict = {}
 
 args = sys.argv[1:]
@@ -203,12 +204,12 @@
         summail = ''
         pkgbyowner = {}
         summary = {}
+        report = {}
     else:
         mailsubject = subject + ' - ' + datestring
         
     sumsubject = 'Summary - ' + mailsubject
     history = History(release)
-    report = {}
 
     pkgre = re.compile('(?P<name>.*)-[^-]+-[^-]+$')
     inbody = False




More information about the scm-commits mailing list