[Secure-testing-commits] r29941 - bin
Raphael Geissert
geissert at moszumanska.debian.org
Sun Nov 9 18:57:54 UTC 2014
Author: geissert
Date: 2014-11-09 18:57:54 +0000 (Sun, 09 Nov 2014)
New Revision: 29941
Modified:
bin/add-dsa-needed.sh
Log:
don't print candidates for oldstable, it is tracked in dla-needed
The file format that was chosen for dla-needed is not really ideal for
this script, so skip oldstable-only candidates for now.
Modified: bin/add-dsa-needed.sh
===================================================================
--- bin/add-dsa-needed.sh 2014-11-09 18:31:01 UTC (rev 29940)
+++ bin/add-dsa-needed.sh 2014-11-09 18:57:54 UTC (rev 29941)
@@ -82,7 +82,9 @@
sed -ri "/^$pkg\$/d" $tmpd/toadd-oldstable.txt
done
-for release in oldstable stable; do
+# Skip oldstable for now as it is an LTS release, tracked with
+# dla-needed:
+for release in stable; do
while read pkg; do
printf "%s/%s\n--\n" "$pkg" "$release" >> $output
done < $tmpd/toadd-$release.txt
More information about the Secure-testing-commits
mailing list