[Secure-testing-commits] r58754 - bin

Raphael Geissert geissert at moszumanska.debian.org
Wed Dec 20 23:56:36 UTC 2017


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 '';
 }
 




More information about the Secure-testing-commits mailing list