X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcounts;h=8336c9071f791b991dcf85a78c1fd917940a5e34;hp=b53527ebcd2dd805355675e245bb4fcae2093416;hb=f17d7fdbcb54d947c00608250f5cd99c84ee2af8;hpb=4f12e472fcb5368558b24cae416028a3e3e31648 diff --git a/bugcounts b/bugcounts index b53527e..8336c90 100755 --- 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)); }