]> 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 54d4af0060d39d6144ea6d407e010532f34fabac..83cbcf1bd7c6a924728b6bf3cf723993a8dba592 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode:sh -*-
 # locations used by many scripts
 
 base=/srv/ftp-master.debian.org
@@ -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)