X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fvars;h=9c128b780815c4ea39446207765e117cf08b1ef6;hb=165bcf28c9bc21d449253f05efba0b5f39ff6abf;hp=3a7483cb2ea7638c9efa689d6d93c770f4f85983;hpb=bba165ccfeb6a260bba035a16ba4f0e78392fa81;p=dak.git diff --git a/config/debian/vars b/config/debian/vars index 3a7483cb..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} @@ -48,7 +48,7 @@ LOCK_STOP="${lockdir}/archive.stop" 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' ' ')