summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
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"
]
}