[Secure-testing-commits] r2168 - bin
Joey Hess
joeyh at costa.debian.org
Sat Sep 24 21:42:05 UTC 2005
Author: joeyh
Date: 2005-09-24 21:42:05 +0000 (Sat, 24 Sep 2005)
New Revision: 2168
Modified:
bin/updatelist
Log:
fix
Modified: bin/updatelist
===================================================================
--- bin/updatelist 2005-09-24 21:14:15 UTC (rev 2167)
+++ bin/updatelist 2005-09-24 21:42:05 UTC (rev 2168)
@@ -106,7 +106,7 @@
$cans{$can}{description}=$desc;
}
}
- elsif (/^\s+NOTE:\s*(reserved|rejected)\s*$/) {
+ elsif (/^\s+(RESERVED|REJECTED)\s*$/) {
# skip it
}
elsif (/^\s+NOTE: covered by DT?SA.*/) {
More information about the Secure-testing-commits
mailing list