From: Mark Hymers Date: Sat, 21 Feb 2009 20:51:34 +0000 (+0000) Subject: use variables for paths X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=5141ab3bc7f3e8220d9d9c435bb573a90a211813;p=dak.git use variables for paths Signed-off-by: Mark Hymers --- diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index a2eb6d38..5e7a035d 100755 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -31,7 +31,7 @@ if lockfile -r3 $LOCKFILE; then if [ ! -z "$changes" ]; then echo "$timestamp": "$changes" >> $report - dak process-unchecked -a -d /srv/ftp.debian.org/queue/unchecked >> $report + dak process-unchecked -a -d "$unchecked" >> $report echo "--" >> $report # sync with debbugs diff --git a/config/debian/dinstall b/config/debian/dinstall index a4244e37..cb6e03a6 100755 --- a/config/debian/dinstall +++ b/config/debian/dinstall @@ -169,7 +169,7 @@ function accepted() { log "Processing queue/accepted" cd "$accepted" rm -f REPORT - dak process-accepted -pa -d /srv/ftp.debian.org/queue/accepted > REPORT + dak process-accepted -pa -d "$accepted" > REPORT cat REPORT | mail -s "Install for $(date +"%D - %R")" ftpmaster@ftp-master.debian.org chgrp debadmin REPORT chmod 664 REPORT