summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-18 11:49:34 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-18 11:49:34 +0000
commitf48bb82981258d5504f20a5c35b47a5f8c9e21fa (patch)
treea9975ccf45141ee800c08e304590f998d885e756
parent4cd10c53fd5fd16e6bfbe2ecb3ce470b43af14bd (diff)
downloadinfrastructure-f48bb82981258d5504f20a5c35b47a5f8c9e21fa.tar.gz
gerrit: Allow adding specific lorries for delta/ repos from the Trove
This isn't used in baserock.org yet, but having the lorry-controller.conf entry there already saves me from having to describe how to add it.
-rw-r--r--baserock_gerrit/lorry-controller.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/baserock_gerrit/lorry-controller.conf b/baserock_gerrit/lorry-controller.conf
index 41f466e8..3f4818fe 100644
--- a/baserock_gerrit/lorry-controller.conf
+++ b/baserock_gerrit/lorry-controller.conf
@@ -25,5 +25,14 @@
"ls-interval": "4H",
"interval": "2M"
+ },
+
+ {
+ "type": "lorries",
+ "interval": "2M",
+ "prefix": "delta",
+ "globs": [
+ "delta-lorries/*.lorry"
+ ]
}
]