diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-08 11:17:22 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-08 11:17:22 +0100 |
commit | d4fce543b3e229ec2cb596aa1a026efb1a807655 (patch) | |
tree | 6be283ce04a0ce2db04fbc02383a1513a977a94e /start.sh | |
parent | a9b700a73fdf1cc90388c7789151e4d37552b82e (diff) | |
download | orchestration-d4fce543b3e229ec2cb596aa1a026efb1a807655.tar.gz |
Add HTTP POST interface, bottlerock
This is so that hooks running in the Trove sandbox can trigger buildbot
Diffstat (limited to 'start.sh')
-rw-r--r-- | start.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ cd orchenv-master ./bin/buildbot start master cd ../orchenv-slave ./bin/buildslave start slave +cd ../bottlerock +./bin/python2.7 ../source/bottlerock.py |