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