X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcounts;h=ae678a82a2aa2df1bab3470246d08219244da861;hp=b53527ebcd2dd805355675e245bb4fcae2093416;hb=09b8feeab7ec68c31d690a399d73cd119ef454ce;hpb=4f12e472fcb5368558b24cae416028a3e3e31648 diff --git a/bugcounts b/bugcounts index b53527e..ae678a8 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->{'sarge-ignore'} || $bug->{'etch-ignore'}); + $ignorecount++ if ($bug->{$bugcfg::debian_releases->{stable}.'-ignore'} || + $bug->{$bugcfg::debian_releases->{testing}.'-ignore'}); $worrycount++ if (scanlib::check_worry($bug)); $stablecount++ if (scanlib::check_worry_stable($bug)); }