X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=make-britney-counts;h=1c5705584b62d075e1e4b6d521a23643797eb28c;hp=a603b801d6cd0ce306712c8d99d91f22797cbf1b;hb=61dc25d9ca3fe9ac4a7fdef02d2e414484fb9aeb;hpb=01a709e185f5e8f2b059293c3a770a28b28df927 diff --git a/make-britney-counts b/make-britney-counts index a603b80..1c57055 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->{$bugcfg::debian_releases->{testing}.'-ignore'}) { push @{$unstablebugs{$package}}, $nr; } if (scanlib::check_worry($bug)) {