summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-30 23:10:18 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-30 23:10:18 +0100
commit86cedc62b9fed662a88eba1d1f55684c31f2f29a (patch)
tree0569f6d0f0d1241b3265d75770dc44c68cefd432
parent0e37c5753139092bd68a1ecd7cb38473910651ea (diff)
downloadorchestration-86cedc62b9fed662a88eba1d1f55684c31f2f29a.tar.gz
Install yaml in master
-rw-r--r--setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index db1da6c..4382407 100644
--- a/setup.sh
+++ b/setup.sh
@@ -6,7 +6,7 @@ echo "Buildbot Master: Creating virtual environment"
virtualenv --no-site-packages orchenv-master
cd orchenv-master
echo "Buildbot Master: Installing dependencies"
-./bin/pip install buildbot
+./bin/pip install buildbot yaml
./bin/buildbot create-master -r master
cp ../source/master.cfg master/master.cfg
git clone ssh://git@cu010-trove.codethink.com/cu010-trove/br6/ciatlib