From: Alexander Reichle-Schmehl Date: Fri, 1 Oct 2010 12:49:15 +0000 (+0000) Subject: make wnpp file world readable and do so before moving it X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=263ea413deada4a93ef233d6a0c9c66e8bff7bcf make wnpp file world readable and do so before moving it --- 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 ################################################################################