X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=make-britney-counts;h=a603b801d6cd0ce306712c8d99d91f22797cbf1b;hp=9e5c16550a8dbad7c287c3c53d54d9cd316b9cbb;hb=c6c21e31883775d12d06f104c91c6b1a00b48df0;hpb=5cede63b9e4f5fa050d6879d8f77049f201d54f7 diff --git a/make-britney-counts b/make-britney-counts index 9e5c165..a603b80 100755 --- a/make-britney-counts +++ b/make-britney-counts @@ -44,11 +44,11 @@ my %unstablebugs = (); while (my ($nr, $bug) = each %scanlib::bugs) { for my $package (split /[,\s]+/, $bug->{'package'}) { $package =~ y/A-Z/a-z/; - $package = $` if ($package =~ /[^-+._a-z0-9]/); + $package = $` if ($package =~ /[^-+._:a-z0-9]/); # 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'}) { + if (scanlib::check_worry_unstable($bug) and not $bug->{'squeeze-ignore'}) { push @{$unstablebugs{$package}}, $nr; } if (scanlib::check_worry($bug)) {