X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=make-britney-counts;h=b67d1325e906e9ba416d816488bd727e3bffb585;hp=9e5c16550a8dbad7c287c3c53d54d9cd316b9cbb;hb=fb44329222f15a8caed242d73e1abf406ad42868;hpb=5cede63b9e4f5fa050d6879d8f77049f201d54f7 diff --git a/make-britney-counts b/make-britney-counts index 9e5c165..b67d132 100755 --- a/make-britney-counts +++ b/make-britney-counts @@ -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)) {