summaryrefslogtreecommitdiffstats
path: root/bin/check-new-issues
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2017-12-20 23:56:36 +0000
committerRaphael Geissert <geissert@debian.org>2017-12-20 23:56:36 +0000
commitbd436979cb34a952dfd95b093674ecb6fca8e933 (patch)
treec173dbf122cf1aa24a92f68a0814839c22ef3cd0 /bin/check-new-issues
parent51e2586850a781214e339888c54fbc4dbaa8ca1a (diff)
add an auto NFU rule for the FS stuff
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58754 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/check-new-issues')
-rwxr-xr-xbin/check-new-issues4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/check-new-issues b/bin/check-new-issues
index 16a177741f..aed778533a 100755
--- a/bin/check-new-issues
+++ b/bin/check-new-issues
@@ -498,6 +498,10 @@ sub auto_nfu {
my ($name, $type) = ($1, $2);
return "$name $type for WordPress";
}
+ if ($desc =~ m/\b(FS\s+.+?\s+Clone)/) {
+ my ($name, $type) = ($1);
+ return "$name";
+ }
return '';
}

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