From 263ea413deada4a93ef233d6a0c9c66e8bff7bcf Mon Sep 17 00:00:00 2001 From: Alexander Reichle-Schmehl Date: Fri, 1 Oct 2010 12:49:15 +0000 Subject: [PATCH] make wnpp file world readable and do so before moving it --- config/debian/cron.daily | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ################################################################################ -- 2.39.2