]> git.donarmstrong.com Git - bugscan.git/commitdiff
merge changes from dla bugscan
authorDebian BTS <debbugs@rietz>
Fri, 26 Sep 2008 20:36:20 +0000 (20:36 +0000)
committerDebian BTS <debbugs@rietz>
Fri, 26 Sep 2008 20:36:20 +0000 (20:36 +0000)
make-britney-counts

index 5eb3090d32f9250610fea20a3450e9d7858c6f56..9e5c16550a8dbad7c287c3c53d54d9cd316b9cbb 100755 (executable)
@@ -46,7 +46,9 @@ while (my ($nr, $bug) = each %scanlib::bugs) {
                $package =~ y/A-Z/a-z/;
                $package = $` if ($package =~ /[^-+._a-z0-9]/);
 
-               if (scanlib::check_worry_unstable($bug)) {
+               # this hack is specific to britney counts, and ignores
+               # bugs tagged ignore for the next testing release
+               if (scanlib::check_worry_unstable($bug) and not $bug->{'lenny-ignore'}) {
                        push @{$unstablebugs{$package}}, $nr;
                }
                if (scanlib::check_worry($bug)) {