]> git.donarmstrong.com Git - bugscan.git/blobdiff - bugcounts
check the status of the wheezy-ignore tag, not squeeze-ignore for unstable
[bugscan.git] / bugcounts
index b53527ebcd2dd805355675e245bb4fcae2093416..8336c9071f791b991dcf85a78c1fd917940a5e34 100755 (executable)
--- a/bugcounts
+++ b/bugcounts
@@ -49,7 +49,7 @@ for my $bug (values %scanlib::bugs) {
        $total++;
        $pendingcount++ if ($bug->{'pending'});
        $patchcount++ if ($bug->{'patch'});
-       $ignorecount++ if ($bug->{'sarge-ignore'} || $bug->{'etch-ignore'});
+       $ignorecount++ if ($bug->{'wheezy-ignore'} || $bug->{'squeeze-ignore'});
        $worrycount++ if (scanlib::check_worry($bug));
        $stablecount++ if (scanlib::check_worry_stable($bug));
 }