]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/vars
Publish security archive on all changes
[dak.git] / config / debian / vars
index d134d9c4faa4c730647ac717bbb1b473e79e62a4..9c128b780815c4ea39446207765e117cf08b1ef6 100644 (file)
@@ -34,7 +34,7 @@ webdir=${public}/web
 exportpublic=${public}/rsync/export/
 
 ftpgroup=debadmin
-public_archives=(ftp-master backports debian-debug)
+public_archives=(ftp-master debian-debug)
 
 TMPDIR=${base}/tmp
 PATH=${masterdir}:${PATH}
@@ -44,8 +44,11 @@ LOCK_DAILY="${lockdir}/daily.lock"
 LOCK_UNCHECKED="${lockdir}/unchecked.lock"
 LOCK_STOP="${lockdir}/archive.stop"
 
+# By default, add no timestamps to stage logs
+TIMESTAMP=false
+
 # And the following types of cronscripts exists
-declare -lr POSSIBLEARGS='+(unchecked|dinstall|hourly|daily|weekly|monthly|yearly)'
+declare -lr POSSIBLEARGS='+(unchecked|dinstall|hourly|daily|weekly|monthly|yearly|mirror)'
 declare -r HOSTNAME=$(hostname -s)
 
 archs=$(dak admin a list | tr '\n' ' ')