summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-18 18:13:31 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-18 18:13:31 +0100
commit4e35d1a6e19d3f7d392d496ae8148543f3b8042e (patch)
tree9b61e7b65ebc7f8b6fbf37b91717aedaeb7c6160
parent880bbebd3d3529cece81925db5be860662ae0e80 (diff)
downloadciat-slave-4e35d1a6e19d3f7d392d496ae8148543f3b8042e.tar.gz
Replace master URL with CIAT host url
-rw-r--r--setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index b60cfae..3fa0143 100644
--- a/setup.sh
+++ b/setup.sh
@@ -6,4 +6,4 @@ virtualenv --no-site-packages slavenv
sed -i "s/SLAVENAME/$SLAVENAME/" start
cd slavenv
./bin/pip install buildbot-slave
-./bin/buildslave create-slave --umask=022 -r $SLAVENAME localhost:9989 $SLAVENAME $PASSWORD
+./bin/buildslave create-slave --umask=022 -r $SLAVENAME 52.19.1.31:9989 $SLAVENAME $PASSWORD