X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcounts;h=8336c9071f791b991dcf85a78c1fd917940a5e34;hp=1a84994c803d2a8899a17db99e833af474131e70;hb=c0f4a4d5ce63338390dfd851c4b403769266d0d7;hpb=ba928af3f693d3d4fc348c4d1395967fbddd04b1 diff --git a/bugcounts b/bugcounts index 1a84994..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->{'etch-ignore'} || $bug->{'lenny-ignore'}); + $ignorecount++ if ($bug->{'wheezy-ignore'} || $bug->{'squeeze-ignore'}); $worrycount++ if (scanlib::check_worry($bug)); $stablecount++ if (scanlib::check_worry_stable($bug)); }