X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.unchecked;h=04b0615639553eb62549c98c48a7fa2575abca32;hb=6f984c8f09377f51ea631e9bbfcd9ab02a39f993;hp=c018d51f0cce9da6ab74b2365a5c26c9f3ecb558;hpb=da564af9a40d05d078e5ec7e49c0c778ae08ea0e;p=dak.git diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index c018d51f..04b06156 100644 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -1,9 +1,11 @@ #! /bin/sh set -e -export SCRIPTVARS=/org/ftp.debian.org/dak/config/debian/vars +set -u +export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars . $SCRIPTVARS +LOCKDAILY="" LOCKFILE="$lockdir/unchecked.lock" NOTICE="$lockdir/daily.lock" @@ -41,7 +43,7 @@ if lockfile -r3 $LOCKFILE; then fi done cd $configdir - apt-ftparchive -qq generate apt.conf.buildd + apt-ftparchive -qq -o APT::FTPArchive::Contents=off generate apt.conf.buildd . $configdir/cron.buildd fi else