X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcounts;h=ae678a82a2aa2df1bab3470246d08219244da861;hp=8336c9071f791b991dcf85a78c1fd917940a5e34;hb=61dc25d9ca3fe9ac4a7fdef02d2e414484fb9aeb;hpb=a00f1a19cc83ae763213278b462bace11f29a7b1 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)); }