Author: geissert
Date: 2017-12-20 23:56:36 +0000 (Wed, 20 Dec 2017)
New Revision: 58754

Modified:
   bin/check-new-issues
Log:
add an auto NFU rule for the FS stuff


Modified: bin/check-new-issues
===================================================================
--- bin/check-new-issues        2017-12-20 23:54:58 UTC (rev 58753)
+++ bin/check-new-issues        2017-12-20 23:56:36 UTC (rev 58754)
@@ -498,6 +498,10 @@
                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 '';
 }
 


_______________________________________________
Secure-testing-commits mailing list
Secure-testing-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits

Reply via email to