From: Ryan Murray Date: Sat, 5 Apr 2003 18:58:26 +0000 (+0000) Subject: delete src overrides file before appending to it. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5b1ebb86c9dcbf2601413830f7e88c596d7b595;p=dak delete src overrides file before appending to it. --- diff --git a/cron.buildd b/cron.buildd index 7ada7943..03c383f8 100644 --- a/cron.buildd +++ b/cron.buildd @@ -18,7 +18,7 @@ if [ ! -e "$ftpdir/Archive_Maintenance_In_Progress" ]; then trap cleanup 0 cd $overridedir denise &>/dev/null - rm -f override.sid.all3 + rm -f override.sid.all3 override.sid.all3.src for i in main contrib non-free main.debian-installer; do cat override.sid.$i >> override.sid.all3 if [ "$i" != "main.debian-installer" ]; then