From: Debian BTS Date: Fri, 26 Sep 2008 20:36:20 +0000 (+0000) Subject: merge changes from dla bugscan X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=05842ea2a5370c6de688a681cbe68d1f18920b3e;hp=db439f4044efdec3b5383b20fb0799c2582099dc merge changes from dla bugscan --- 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)) {