]> 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 aaa852f1c2cf5f5cad88e9b32184843a52ea0a18..83cbcf1bd7c6a924728b6bf3cf723993a8dba592 100644 (file)
@@ -40,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)