status-report-scripts parseBZbugList,1.63,1.64

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Mon Jan 22 14:30:33 UTC 2007


Author: c4chris

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

Modified Files:
	parseBZbugList 
Log Message:
Don't warn on open re-review tickets.


Index: parseBZbugList
===================================================================
RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- parseBZbugList	22 Jan 2007 14:21:28 -0000	1.63
+++ parseBZbugList	22 Jan 2007 14:30:31 -0000	1.64
@@ -25,8 +25,6 @@
 # TODO stuff
 #  See why count in "Inactive maintainers with open bug reports" is strange.
 #  Maybe report a count of FE-DEADREVIEW.
-#  Do not warn about open review tickets when a package already exists
-#  in CVS with a dead.package file.
 
 use strict;
 use Getopt::Long;
@@ -1149,6 +1147,7 @@
   foreach my $b (sort(keys %$BZ)) {
     my $a = $BZ->{$b};
     next if $$a[6] eq "\"CLOSED\"";
+    next if defined $DISCARD{$$a[10]};
     next unless defined $OL{lc $$a[10]};
 #    delete $OWN{$OL{lc $$a[10]}};
     push @BL, $b;




More information about the scm-commits mailing list