From 5cede63b9e4f5fa050d6879d8f77049f201d54f7 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 26 Sep 2008 13:34:15 -0700 Subject: [PATCH] * specifically ignore bugs tagged lenny-ignore for the purposes of making britney counts --- make-britney-counts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/make-britney-counts b/make-britney-counts index 5eb3090..9e5c165 100755 --- a/make-britney-counts +++ b/make-britney-counts @@ -46,7 +46,9 @@ while (my ($nr, $bug) = each %scanlib::bugs) { $package =~ y/A-Z/a-z/; $package = $` if ($package =~ /[^-+._a-z0-9]/); - if (scanlib::check_worry_unstable($bug)) { + # 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'}) { push @{$unstablebugs{$package}}, $nr; } if (scanlib::check_worry($bug)) { -- 2.39.2