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