X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=make-britney-counts;h=b67d1325e906e9ba416d816488bd727e3bffb585;hp=5eb3090d32f9250610fea20a3450e9d7858c6f56;hb=fb44329222f15a8caed242d73e1abf406ad42868;hpb=e6e2bdf5bb1dd5b7e095a27af2d5247b659ca5da diff --git a/make-britney-counts b/make-britney-counts index 5eb3090..b67d132 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->{'squeeze-ignore'}) { push @{$unstablebugs{$package}}, $nr; } if (scanlib::check_worry($bug)) {