]> git.decadent.org.uk Git - dak.git/commitdiff
Add "mirror" so POSSIBLEARGS
authorAnsgar Burchardt <ansgar@debian.org>
Sat, 2 Apr 2016 12:21:02 +0000 (14:21 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Sat, 2 Apr 2016 12:21:42 +0000 (14:21 +0200)
config/debian/vars

index 57ab0f06b41d3bff731db86dabe77bed325bb1f6..9c128b780815c4ea39446207765e117cf08b1ef6 100644 (file)
@@ -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' ' ')