]> git.donarmstrong.com Git - bugscan.git/blobdiff - bugcounts
Honor the sarge-ignore tag again, now that we have a reasonable framework
[bugscan.git] / bugcounts
index 038769b2c05c398a62188cdf47868884bd1c5a97..4f2692db439defac949f02c933ba07cb583a729f 100755 (executable)
--- a/bugcounts
+++ b/bugcounts
@@ -52,7 +52,7 @@ for my $p (keys %scanlib::packagelist) {
                $total++;
                $pendingcount++ if ($scanlib::bugs{$nr}->{'pending'});
                $patchcount++ if ($scanlib::bugs{$nr}->{'patch'});
-               $ignorecount++ if ($scanlib::bugs{$nr}->{'etch-ignore'});
+               $ignorecount++ if ($scanlib::bugs{$nr}->{'sarge-ignore'} || $scanlib::bugs{$nr}->{'etch-ignore'});
                $worrycount++ if (scanlib::check_worry($scanlib::bugs{$nr}));
                $stablecount++ if (scanlib::check_worry_stable($scanlib::bugs{$nr}));
        }