summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-21 12:55:06 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-21 12:55:06 +0100
commitbc5e171ca9512d243bab82f66b830fac671eda4b (patch)
tree97e010e02ccdd28e03116ccccbc25e2e0caaf516 /setup.sh
parentdb9e28bce4884d9be0b23a9cc5b484e5336deef6 (diff)
downloadorchestration-bc5e171ca9512d243bab82f66b830fac671eda4b.tar.gz
Fix example slave still being in setup
Diffstat (limited to 'setup.sh')
-rw-r--r--setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index bd80ed6..d6cc65b 100644
--- a/setup.sh
+++ b/setup.sh
@@ -16,7 +16,7 @@ virtualenv --no-site-packages orchenv-slave
cd orchenv-slave
echo "Buildbot Local Slave: Installing dependencies"
./bin/pip install buildbot-slave
-./bin/buildslave create-slave --umask=022 -r slave localhost:9989 example-slave pass
+./bin/buildslave create-slave --umask=022 -r slave localhost:9989 local-slave pass
# setup bottlerock
cd ..
echo "Bottlerock: Creating virtual environment"