summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2015-01-18 12:56:49 +0000
committerRaphael Geissert <geissert@debian.org>2015-01-18 12:56:49 +0000
commit8ac4267a7da3eb33e5918df70fd86618ba4d55e2 (patch)
treeee6a4f2790687f811f44ae314c2397f59f0c8cc2
parent2c9bbf17b03ecbd88f33eb14c7f953ec1082ea29 (diff)
don't do a svn up from the check-external cronjob
Makefile's updatelist does it for us git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31501 e39458fd-73e7-0310-bf30-c45bca0a0e42
-rw-r--r--TODO.gitmigration2
-rwxr-xr-xcheck-external/cronjob.sh2
2 files changed, 0 insertions, 4 deletions
diff --git a/TODO.gitmigration b/TODO.gitmigration
index 5320d71e05..4e3225b1f0 100644
--- a/TODO.gitmigration
+++ b/TODO.gitmigration
@@ -5,8 +5,6 @@ modifmodified
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
diff --git a/check-external/cronjob.sh b/check-external/cronjob.sh
index 46c107a7fd..8a191bb0a7 100755
--- a/check-external/cronjob.sh
+++ b/check-external/cronjob.sh
@@ -10,8 +10,6 @@ ionice -c 3 -p $$
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)" || {

© 2014-2024 Faster IT GmbH | imprint | privacy policy