summaryrefslogtreecommitdiff
path: root/baserock_gerrit/lorry-controller.conf
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_gerrit/lorry-controller.conf')
-rw-r--r--baserock_gerrit/lorry-controller.conf38
1 files changed, 0 insertions, 38 deletions
diff --git a/baserock_gerrit/lorry-controller.conf b/baserock_gerrit/lorry-controller.conf
deleted file mode 100644
index 3f4818fe..00000000
--- a/baserock_gerrit/lorry-controller.conf
+++ /dev/null
@@ -1,38 +0,0 @@
-[
- {
- "type": "trove",
-
- "trovehost": "git.baserock.org",
- "protocol": "http",
-
- "prefixmap": {
- "baserock": "baserock",
- "delta": "delta"
- },
-
- "ignore": [
- "baserock/baserock/documentation",
- "baserock/baserock/jenkins-config",
- "baserock/baserock/lorries",
- "baserock/baserock/morph-cache-server",
- "baserock/baserock/morphs",
- "baserock/baserock/remo",
- "baserock/local-config/mason",
- "baserock/site/*",
- "baserock/tests/*",
- "delta/*"
- ],
-
- "ls-interval": "4H",
- "interval": "2M"
- },
-
- {
- "type": "lorries",
- "interval": "2M",
- "prefix": "delta",
- "globs": [
- "delta-lorries/*.lorry"
- ]
- }
-]