X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=make-britney-counts;fp=make-britney-counts;h=b67d1325e906e9ba416d816488bd727e3bffb585;hp=9e5c16550a8dbad7c287c3c53d54d9cd316b9cbb;hb=58e5d0d29c328af4ea46abed36a388c3d91876e2;hpb=05842ea2a5370c6de688a681cbe68d1f18920b3e 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)) {