summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-08 11:17:22 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-08 11:17:22 +0100
commitd4fce543b3e229ec2cb596aa1a026efb1a807655 (patch)
tree6be283ce04a0ce2db04fbc02383a1513a977a94e /setup.sh
parenta9b700a73fdf1cc90388c7789151e4d37552b82e (diff)
downloadorchestration-d4fce543b3e229ec2cb596aa1a026efb1a807655.tar.gz
Add HTTP POST interface, bottlerock
This is so that hooks running in the Trove sandbox can trigger buildbot
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