status-report-scripts parseBZbugList,1.54,1.55

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Mon Oct 30 09:36:33 UTC 2006


Author: c4chris

Update of /cvs/fedora/status-report-scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19914

Modified Files:
	parseBZbugList 
Log Message:
Add TODO item.


Index: parseBZbugList
===================================================================
RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- parseBZbugList	25 Oct 2006 20:11:22 -0000	1.54
+++ parseBZbugList	30 Oct 2006 09:36:30 -0000	1.55
@@ -24,6 +24,7 @@
 
 # TODO stuff
 #  See why count in "Inactive maintainers with open bug reports" is strange.
+#  Maybe report a count of FE-DEADREVIEW.
 
 use strict;
 use Getopt::Long;
@@ -75,6 +76,7 @@
 my $FE_NEEDSPONSOR = 177841;
 my $FE_LEGAL = 182235;
 my $FE_GUIDELINES = 197974;
+my $FE_DEADREVIEW = 201449;
 my $extras_orphan = 'extras-orphan at fedoraproject.org';
 my %BZN;
 my %BZS;




More information about the scm-commits mailing list