summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-30 20:27:19 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-30 20:27:19 +0100
commit4c9f352090f363f468f27458462c277308f2ab82 (patch)
tree480853be8af8b08f9afd2ff3f91547bb8e336b15
parent18c2f89a572dab090833e6e81ec1ceba9115db8d (diff)
downloadorchestration-4c9f352090f363f468f27458462c277308f2ab82.tar.gz
Change setup.sh to install ciatlib
But only in the master environment
-rw-r--r--setup.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 0e7daf2..db1da6c 100644
--- a/setup.sh
+++ b/setup.sh
@@ -9,8 +9,11 @@ echo "Buildbot Master: Installing dependencies"
./bin/pip install buildbot
./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
+cd ciatlib
+../bin/python setup.py install
# create slave
-cd ..
+cd ../..
echo "Buildbot Local Slave: Creating virtual environment"
virtualenv --no-site-packages orchenv-slave
cd orchenv-slave