X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fvars;h=c94ece03c013727ba6a12263cd63bfea59ef0dea;hb=e65fe609400677be4ee3429e7251184b2fbc178e;hp=e14e5158c5bae1d27feb86f8e4767568d9509492;hpb=7db3402aa3615137ec7eb58bd3ba7ac662381d0f;p=dak.git diff --git a/config/debian/vars b/config/debian/vars index e14e5158..c94ece03 100644 --- a/config/debian/vars +++ b/config/debian/vars @@ -1,3 +1,4 @@ +# -*- mode:sh -*- # locations used by many scripts base=/srv/ftp-master.debian.org @@ -30,7 +31,7 @@ exportpublic=$public/rsync/export/ ftpgroup=debadmin -public_archives=(ftp-master backports) +public_archives=(ftp-master backports debian-debug) TMPDIR=${base}/tmp @@ -39,5 +40,9 @@ umask 022 unset CDPATH GZIP='--rsyncable' ; export GZIP +# lock cron.unchecked (it immediately exits when this exists) +LOCK_DAILY="$lockdir/daily.lock" +LOCK_UNCHECKED="$lockdir/unchecked.lock" + # Set the database variables eval $(dak admin config db-shell)