]> git.donarmstrong.com Git - bugscan.git/blobdiff - make-britney-counts
switch from lenny to squeeze, and etch to lenny
[bugscan.git] / make-britney-counts
index 9e5c16550a8dbad7c287c3c53d54d9cd316b9cbb..b67d1325e906e9ba416d816488bd727e3bffb585 100755 (executable)
@@ -48,7 +48,7 @@ while (my ($nr, $bug) = each %scanlib::bugs) {
 
                # 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'}) {
+               if (scanlib::check_worry_unstable($bug) and not $bug->{'squeeze-ignore'}) {
                        push @{$unstablebugs{$package}}, $nr;
                }
                if (scanlib::check_worry($bug)) {