summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-20 15:44:25 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-20 15:45:41 +0000
commit67ab40bb0fe666eaa2a5912a9d4d7032608355e9 (patch)
tree3a270eb28be678db8d2ebc13ecb61417a77d85a2
parentb125dbae3155acdb246c2b19103c172a9abe83f8 (diff)
downloadtrove-setup-67ab40bb0fe666eaa2a5912a9d4d7032608355e9.tar.gz
Set trovehost in lorry-controller.conf to $UPSTREAM_TROVE
-rw-r--r--share/lorry-controller.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf
index 71e619f..c159f88 100644
--- a/share/lorry-controller.conf
+++ b/share/lorry-controller.conf
@@ -3,7 +3,7 @@
"type": "trove",
"uuid": "##PREFIX##/initial",
"serial": 1,
- "trovehost": "git.baserock.org",
+ "trovehost": "##UPSTREAM_TROVE##",
"ls-interval": "4H",
"interval": "2H",
"create": "always",