X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcounts;h=ae678a82a2aa2df1bab3470246d08219244da861;hp=8336c9071f791b991dcf85a78c1fd917940a5e34;hb=09b8feeab7ec68c31d690a399d73cd119ef454ce;hpb=c06105a4add036334925afe529984bf7a442bd86 diff --git a/bugcounts b/bugcounts index 8336c90..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->{'wheezy-ignore'} || $bug->{'squeeze-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)); }