X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdebian%2Fcron.daily;h=4324a8fe290ad9cebb354895ebce532fa98b19bb;hb=263ea413deada4a93ef233d6a0c9c66e8bff7bcf;hp=b8f29278e0cf7c172b480fb52f6d03e4e71da74d;hpb=1655d67a017e5b572ca4669e658f8f9a6a7cbcc8;p=dak.git diff --git a/config/debian/cron.daily b/config/debian/cron.daily index b8f29278..4324a8fe 100755 --- a/config/debian/cron.daily +++ b/config/debian/cron.daily @@ -20,8 +20,7 @@ trap cleanup SIGHUP SIGINT SIGPIPE SIGTERM EXIT ERR # get the latest list of wnpp bugs and their source packages wget -q -O${TMPFILE} http://qa.debian.org/data/bts/wnpp_rm +chmod go+r ${TMPFILE} mv ${TMPFILE} /srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm -chgrp ftpteam /srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm -chmod g+r /srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm ################################################################################