X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcounts;h=6925f2b8a05fcf8d22ec29a2f52d36d224642cb3;hp=1a84994c803d2a8899a17db99e833af474131e70;hb=64d048daa5790ec5e40007cb014380117f23677d;hpb=02cc5bba35cc8b9c6ce76a2c1bc7b520187bcaa3 diff --git a/bugcounts b/bugcounts index 1a84994..6925f2b 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->{'lenny-ignore'} || $bug->{'squeeze-ignore'}); $worrycount++ if (scanlib::check_worry($bug)); $stablecount++ if (scanlib::check_worry_stable($bug)); }