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