]> git.donarmstrong.com Git - bugscan.git/blobdiff - bugreport
Honor the sarge-ignore tag again, now that we have a reasonable framework
[bugscan.git] / bugreport
index eee96b3019c17c56cca8fcba2a51be2b5c1bd9cc..e5db1c7e153dbe7467db3b90c7e7203dcab6536e 100755 (executable)
--- 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}));