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-04-10 12:43:28 +0000
commitb3b942117cad7d70b1428e23bfef43909a5da432 (patch)
tree76a2f5115378869f770fca5fcffe4ea678f0be97
parenta26d9ade4a6fe9d66103cbe47de792a0f804747a (diff)
downloadtrove-setup-b3b942117cad7d70b1428e23bfef43909a5da432.tar.gz
Set trovehost in lorry-controller.conf to $UPSTREAM_TROVE
-rw-r--r--share/lorry-controller.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf
index 6004171..b8066c3 100644
--- a/share/lorry-controller.conf
+++ b/share/lorry-controller.conf
@@ -3,8 +3,8 @@
"type": "trove",
"uuid": "##PREFIX##/initial",
"serial": 1,
- "trovehost": "git.baserock.org",
- "protocol": "ssh",
+ "trovehost": "##UPSTREAM_TROVE##",
+ "protocol": "ssh",
"ls-interval": "4H",
"interval": "2H",
"create": "always",