[Secure-testing-commits] r56608 - bin
Raphael Geissert
geissert at moszumanska.debian.org
Wed Oct 11 11:13:12 UTC 2017
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";
More information about the Secure-testing-commits
mailing list