X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fvars;h=9c128b780815c4ea39446207765e117cf08b1ef6;hb=af3542d4df862295d8a06d14a2e66524bf1137a3;hp=a2bc5bd8e253af73b65911ec599491fd281d1ee8;hpb=9914190d8f003e8bbf8a0504a954c25600516299;p=dak.git diff --git a/config/debian/vars b/config/debian/vars index a2bc5bd8..9c128b78 100644 --- a/config/debian/vars +++ b/config/debian/vars @@ -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,6 +44,13 @@ 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|mirror)' +declare -r HOSTNAME=$(hostname -s) + archs=$(dak admin a list | tr '\n' ' ') # Set the database variables