]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/vars
Loadsa changes to make new cronscript way work
[dak.git] / config / debian / vars
index e14e5158c5bae1d27feb86f8e4767568d9509492..83cbcf1bd7c6a924728b6bf3cf723993a8dba592 100644 (file)
@@ -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,10 @@ 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"
+LOCK_STOP="$lockdir/archive.stop"
+
 # Set the database variables
 eval $(dak admin config db-shell)