summaryrefslogtreecommitdiffstats
path: root/bin/check-new-issues
diff options
context:
space:
mode:
authorStefan Fritsch <sf@debian.org>2009-06-01 11:03:28 +0000
committerStefan Fritsch <sf@debian.org>2009-06-01 11:03:28 +0000
commitfb7c9d6f653e03ecd9a488da404f2b6c540efa0d (patch)
tree6d6298c2f5f6b8cab5b302360aef67bc243b7fa5 /bin/check-new-issues
parentfad8d1cd7fb6b1ee3e7f2e38c78e5cb02003a83a (diff)
make sure bugs with 'bug filed' are also selected with -U
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@12006 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/check-new-issues')
-rwxr-xr-xbin/check-new-issues2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-new-issues b/bin/check-new-issues
index 5462420e47..2044d9f73d 100755
--- a/bin/check-new-issues
+++ b/bin/check-new-issues
@@ -135,7 +135,7 @@ foreach my $entry (@{$entries}) {
&& $entry =~ /^\s+-\s+(\S+)\s+<unfixed>(.*)$/m
&& ! exists $ignore_missing_bug{$1}
&& $2 !~ /unimportant/
- && $entry !~ /-\s+$1\s.*?bug/m
+ && $entry !~ /-\s+$1\s.*?bug #/m
) {
push @todos, $name;
$num_missing_bug++;

© 2014-2024 Faster IT GmbH | imprint | privacy policy