Author: geissert
Date: 2017-10-11 11:13:12 +0000 (Wed, 11 Oct 2017)
New Revision: 56608

Modified:
   bin/check-new-issues
Log:
Get rid of the "TODO: check" in case its an itp


Modified: bin/check-new-issues
===================================================================
--- bin/check-new-issues        2017-10-11 11:06:50 UTC (rev 56607)
+++ bin/check-new-issues        2017-10-11 11:13:12 UTC (rev 56608)
@@ -318,6 +318,11 @@
                        $preventry =~
                                s/^\s+/\t$inputentry\n$&/m ;
 
+                       if ($comps[2] eq '<itp>') {
+                               $preventry =~
+                                       s/^\s*TODO: check\n//m ;
+                       }
+
                        my $newentry=edit_entry($preventry);
                        ${$data->{$todo}->{entry}}=$newentry;
                        print "New entry set to:\n$newentry";


_______________________________________________
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