summaryrefslogtreecommitdiff
path: root/lorry-controller.conf
diff options
context:
space:
mode:
authorTrove Git Controller <git@trove>2012-11-15 18:37:50 +0000
committerTrove Git Controller <git@trove>2012-11-15 18:37:50 +0000
commit427dd598db7cffed51671bcfb5d1e9928cc8ee6b (patch)
tree06dca0d0c5989cb6b0dd92e155d9bf1dd78b9b91 /lorry-controller.conf
downloadlorries-427dd598db7cffed51671bcfb5d1e9928cc8ee6b.tar.gz
Initial configuration
Diffstat (limited to 'lorry-controller.conf')
-rw-r--r--lorry-controller.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/lorry-controller.conf b/lorry-controller.conf
new file mode 100644
index 0000000..2e055b1
--- /dev/null
+++ b/lorry-controller.conf
@@ -0,0 +1,35 @@
+[
+ {
+ "type": "trove",
+ "uuid": "baserock/initial",
+ "serial": 1,
+ "trovehost": "git.baserock.org",
+ "ls-interval": "4H",
+ "interval": "2H",
+ "create": "always",
+ "destroy": "never",
+ "stagger": true,
+ "prefixmap": {
+ "baserock": "baserock",
+ "delta": "delta"
+ },
+ "ignore": [
+ "baserock/lorries"
+ ],
+ "tarball": "always"
+ },
+ {
+ "type": "lorries",
+ "uuid": "baserock/open-source-lorries",
+ "serial": 1,
+ "interval": "6H",
+ "create": "always",
+ "destroy": "never",
+ "stagger": true,
+ "prefix": "delta",
+ "tarball": "always",
+ "globs": [
+ "open-source-lorries/*.lorry"
+ ]
+ }
+]