X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fvars;h=c94ece03c013727ba6a12263cd63bfea59ef0dea;hb=e65fe609400677be4ee3429e7251184b2fbc178e;hp=cea5344f8e73d423ee56d32ee81cd24e7b702e9f;hpb=4c6d9d52eddb26028e5328e30c2d312bc45f3906;p=dak.git diff --git a/config/debian/vars b/config/debian/vars index cea5344f..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 @@ -23,13 +24,15 @@ queuedir=$base/queue/ unchecked=$queuedir/unchecked/ accepted=$queuedir/accepted/ mirrordir=$base/mirror/ -incoming=$base/incoming +incoming=$base/public/incoming.debian.org/ newstage=$queuedir/newstage/ exportdir=$base/export/ exportpublic=$public/rsync/export/ ftpgroup=debadmin +public_archives=(ftp-master backports debian-debug) + TMPDIR=${base}/tmp PATH=$masterdir:$PATH @@ -37,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)