From c0f4a4d5ce63338390dfd851c4b403769266d0d7 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 11 Nov 2012 17:09:40 -0800 Subject: [PATCH] check the status of the wheezy-ignore tag, not squeeze-ignore for unstable --- make-britney-counts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.39.2