[Secure-testing-commits] r34769 - bin
Salvatore Bonaccorso
carnil at moszumanska.debian.org
Sat Jun 6 14:57:03 UTC 2015
Author: carnil
Date: 2015-06-06 14:57:03 +0000 (Sat, 06 Jun 2015)
New Revision: 34769
Modified:
bin/add-dsa-needed.sh
Log:
Add option to be used from cronjob
On Debian hosts https://wiki.debian.org/ServicesSSL apply and w3m will
not be able to fetch the page without setting ssl_ca_path explicitly.
Add the option to fetch the required data over localhost in that case.
Modified: bin/add-dsa-needed.sh
===================================================================
--- bin/add-dsa-needed.sh 2015-06-06 14:57:02 UTC (rev 34768)
+++ bin/add-dsa-needed.sh 2015-06-06 14:57:03 UTC (rev 34769)
@@ -38,6 +38,11 @@
--stdout)
output=/dev/stdout
;;
+ --cronjob-sectracker)
+ output=/dev/stdout
+ # see doc/soler.txt
+ turl='http://127.0.0.1:25648/tracker/status/release'
+ ;;
'')
:
;;
More information about the Secure-testing-commits
mailing list