X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.daily;h=f57f6a8d958912e79affadc250abb4f0ba19e761;hb=f54c87736c85e9c72b1693f9db50848992f88f61;hp=1214bab131211019ca93ac844c9f33ece251e623;hpb=2a10967af5974e4fa513d029fb995e122d90501a;p=dak.git diff --git a/config/debian/cron.daily b/config/debian/cron.daily index 1214bab1..f57f6a8d 100755 --- a/config/debian/cron.daily +++ b/config/debian/cron.daily @@ -30,7 +30,7 @@ LOGFILE="$logdir/daily_${NOW}.log" exec >> "$LOGFILE" 2>&1 # get the latest list of wnpp bugs and their source packages -wget -q -O${TMPFILE} https://qa.debian.org/data/bts/wnpp_rm +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