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
commitd65e90cd0f459f6a5bc035e2c596525430da3ba1 (patch)
treec64fda9ba6f129b32dbbca07961d3e6248c1b080 /bin/check-new-issues
parent438e4de95d0e1362595e18a2d212a365c52ffdb8 (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