[Secure-testing-commits] r31424 - bin

Raphael Geissert geissert at moszumanska.debian.org
Sat Jan 17 10:27:39 UTC 2015


Author: geissert
Date: 2015-01-17 10:27:39 +0000 (Sat, 17 Jan 2015)
New Revision: 31424

Modified:
   bin/add-dsa-needed.sh
Log:
don't error out when no candidate is found


Modified: bin/add-dsa-needed.sh
===================================================================
--- bin/add-dsa-needed.sh	2015-01-17 10:13:07 UTC (rev 31423)
+++ bin/add-dsa-needed.sh	2015-01-17 10:27:39 UTC (rev 31424)
@@ -49,6 +49,7 @@
 
 for release in oldstable stable; do
     HOME=$tmpd w3m $turl/$release > $tmpd/$release.txt
+    touch $tmpd/toadd-$release.txt
     seen_marker=false
     while read line; do
 	if ! $seen_marker; then




More information about the Secure-testing-commits mailing list