X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugreport;h=e5db1c7e153dbe7467db3b90c7e7203dcab6536e;hp=eee96b3019c17c56cca8fcba2a51be2b5c1bd9cc;hb=db772de0831e46e460b6446cfab4cc29eff83afa;hpb=c254a0d0c6ce35fab30d43d9e4e7e3015e250013 diff --git a/bugreport b/bugreport index eee96b3..e5db1c7 100755 --- a/bugreport +++ b/bugreport @@ -142,7 +142,7 @@ sub MakeStatistics() { for my $nr (@{$scanlib::packagelist{$p}}) { $pendingtotal++ if ($scanlib::bugs{$nr}->{'pending'}); $patchtotal++ if ($scanlib::bugs{$nr}->{'patch'}); - $ignoretotal++ if ($scanlib::bugs{$nr}->{'etch-ignore'}); + $ignoretotal++ if ($scanlib::bugs{$nr}->{'sarge-ignore'} || $scanlib::bugs{$nr}->{'etch-ignore'}); $worrytotal++ if (scanlib::check_worry($scanlib::bugs{$nr})); $stabletotal++ if (scanlib::check_worry_stable($scanlib::bugs{$nr}));