summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-04 15:39:54 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-04 15:39:54 +0100
commit715ca852bbfbd011c6ebcba1d08ddb4e15dc77d1 (patch)
treefe90d74c65838c83c7d6fe833e910ef5265c9612 /share
parent3cc863ca9e264bd5439d8f9bfd6dcc6a8b628161 (diff)
downloadtrove-setup-715ca852bbfbd011c6ebcba1d08ddb4e15dc77d1.tar.gz
Fix closed-source-lorries being inside open-source-lorries
Diffstat (limited to 'share')
-rw-r--r--share/lorry-controller.conf15
1 files changed, 14 insertions, 1 deletions
diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf
index fecf2ca..44df452 100644
--- a/share/lorry-controller.conf
+++ b/share/lorry-controller.conf
@@ -29,7 +29,20 @@
"prefix": "delta",
"tarball": "always",
"globs": [
- "open-source-lorries/*.lorry",
+ "open-source-lorries/*.lorry"
+ ]
+ },
+ {
+ "type": "lorries"
+ "uuid": "##PREFIX##/closed-source-lorries",
+ "serial": 1,
+ "interval": "6H",
+ "create": "always",
+ "destroy": "never",
+ "stagger": true,
+ "prefix": "delta",
+ "tarball": "always",
+ "globs": [
"closed-source-lorries/*.lorry"
]
}