From 4c9f352090f363f468f27458462c277308f2ab82 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Wed, 30 Sep 2015 20:27:19 +0100 Subject: Change setup.sh to install ciatlib But only in the master environment --- setup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1