summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rw-r--r--setup.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index c68e1d5..ac159db 100644
--- a/setup.sh
+++ b/setup.sh
@@ -12,3 +12,8 @@ virtualenv --no-site-packages orchenv-slave
cd orchenv-slave
./bin/pip install buildbot-slave
./bin/buildslave create-slave -r slave localhost:9989 example-slave pass
+# setup bottlerock
+cd ..
+virtualenv --no-site-packages bottlerock
+cd bottlerock
+./bin/pip install buildbot bottle