From 7d9d4f683a49d9a8feaa353db5364ab446098abd Mon Sep 17 00:00:00 2001 From: Will Holland Date: Mon, 28 Sep 2015 09:03:36 +0100 Subject: Move yaml to being installed in bottlerock env This is where ciat_deployer is being run --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index c96df68..0e7daf2 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 pyyaml +./bin/pip install buildbot ./bin/buildbot create-master -r master cp ../source/master.cfg master/master.cfg # create slave @@ -23,5 +23,5 @@ echo "Bottlerock: Creating virtual environment" virtualenv --no-site-packages bottlerock cd bottlerock echo "Bottlerock: Installing dependencies" -./bin/pip install buildbot bottle +./bin/pip install buildbot bottle pyyaml echo "Setup Complete" -- cgit v1.2.1