X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdaily.functions;h=e2b4b07a0087442f490ba2f1df0dba9dabbccf48;hb=9639afdb34ea7c5fdaf62e05a78ca0aab288f6de;hp=2d52836844ac1a7adda36b14b85d8128718e0f42;hpb=460b431da971dc01d047dcefd2e146c6d42c0195;p=dak.git diff --git a/config/debian/daily.functions b/config/debian/daily.functions index 2d528368..e2b4b07a 100644 --- a/config/debian/daily.functions +++ b/config/debian/daily.functions @@ -3,7 +3,7 @@ # get the latest list of wnpp bugs and their source packages function wnppbugs() { TMPFILE=$( mktemp -p ${TMPDIR} ) - TEMPFILES="${TEMPFILES} ${TMPFILE}" + TMPFILES="${TMPFILES} ${TMPFILE}" wget -q -O${TMPFILE} --ca-directory=/etc/ssl/ca-debian https://qa.debian.org/data/bts/wnpp_rm chmod go+r ${TMPFILE} mv ${TMPFILE} /srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm @@ -39,7 +39,7 @@ function newstats() { function contributor() { log "Submitting data to contributors" TMPCNTB=$( mktemp -p ${TMPDIR} ) - TEMPFILES="${TEMPFILES} ${TMPCNTB}" + TMPFILES="${TMPFILES} ${TMPCNTB}" REQUESTS_CA_BUNDLE=/etc/ssl/ca-debian/ca-certificates.crt dc-tool --mine="${configdir}/contributor.source" --auth-token @"${base}/s3kr1t/contributor.auth" --source ftp.debian.org --json > ${TMPCNTB} # Post with curl as a workaround for #801506