X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=blobdiff_plain;f=config%2Fdebian%2Fvars;h=57ab0f06b41d3bff731db86dabe77bed325bb1f6;hp=eb24057228809bd242497e7083d98e2371da9193;hb=3da41a34b4439cc643cad154a9a42abe795d0380;hpb=b2d06df451fcf23b97f572a4253ccfbd26d58f45 diff --git a/config/debian/vars b/config/debian/vars index eb240572..57ab0f06 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,8 +44,12 @@ 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 -r HOSTNAME=$(hostname -s) archs=$(dak admin a list | tr '\n' ' ')