X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcounts;h=15455ab6e8f9bb9399da0e9bc971a234b0056f1a;hp=8336c9071f791b991dcf85a78c1fd917940a5e34;hb=ed0c4f5a2a8db51bd58d3b03381163c1ffa164fd;hpb=c06105a4add036334925afe529984bf7a442bd86 diff --git a/bugcounts b/bugcounts index 8336c90..15455ab 100755 --- a/bugcounts +++ b/bugcounts @@ -49,7 +49,8 @@ for my $bug (values %scanlib::bugs) { $total++; $pendingcount++ if ($bug->{'pending'}); $patchcount++ if ($bug->{'patch'}); - $ignorecount++ if ($bug->{'wheezy-ignore'} || $bug->{'squeeze-ignore'}); + $ignorecount++ if ($bug->{$debian_releases->{stable}.'-ignore'} || + $bug->{$debian_releases->{testing}.'-ignore'}); $worrycount++ if (scanlib::check_worry($bug)); $stablecount++ if (scanlib::check_worry_stable($bug)); }