[Secure-testing-commits] r31501 - / check-external
Raphael Geissert
geissert at moszumanska.debian.org
Sun Jan 18 12:56:49 UTC 2015
Author: geissert
Date: 2015-01-18 12:56:49 +0000 (Sun, 18 Jan 2015)
New Revision: 31501
Modified:
TODO.gitmigration
check-external/cronjob.sh
Log:
don't do a svn up from the check-external cronjob
Makefile's updatelist does it for us
Modified: TODO.gitmigration
===================================================================
--- TODO.gitmigration 2015-01-18 12:54:02 UTC (rev 31500)
+++ TODO.gitmigration 2015-01-18 12:56:49 UTC (rev 31501)
@@ -5,8 +5,6 @@
cronjobs:
- Makefile
-- check-external/cronjob.sh: probably not needed anymore, thanks to the
-repository reuse
alioth project:
- migrate (active) users (maybe based on only the ones which commited
Modified: check-external/cronjob.sh
===================================================================
--- check-external/cronjob.sh 2015-01-18 12:54:02 UTC (rev 31500)
+++ check-external/cronjob.sh 2015-01-18 12:56:49 UTC (rev 31501)
@@ -10,8 +10,6 @@
HOME=$PWD
export HOME
-svn up ../data/CVE >/dev/null
-
echo 'verbose = off' > .wgetrc
echo 'ca-certificate=/etc/ssl/ca-global/ca-certificates.crt' >> .wgetrc
output="$(./update.sh 2>&1)" || {
More information about the Secure-testing-commits
mailing list