X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=make-britney-counts;fp=make-britney-counts;h=2fc765673f26c36d3f95886ab94d87cb9b251792;hp=a603b801d6cd0ce306712c8d99d91f22797cbf1b;hb=c0f4a4d5ce63338390dfd851c4b403769266d0d7;hpb=339b50387fd0a9c5533bf9837a10a11f28790fcc diff --git a/make-britney-counts b/make-britney-counts index a603b80..2fc7656 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->{'squeeze-ignore'}) { + if (scanlib::check_worry_unstable($bug) and not $bug->{'wheezy-ignore'}) { push @{$unstablebugs{$package}}, $nr; } if (scanlib::check_worry($bug)) {