summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-01 00:03:10 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-01 00:03:10 +0100
commit7855ed769331c13909e1f5bb4a754e1c49c7e3e2 (patch)
treeb4a3e0180e086dbc7c6aec3c628802be37770ce0
parent3d15fd2059988990cd86a9e3830430518a4a7888 (diff)
downloadorchestration-7855ed769331c13909e1f5bb4a754e1c49c7e3e2.tar.gz
Install ciatlib in bottlerock
-rw-r--r--setup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 40fa4ec..a95f98d 100644
--- a/setup.sh
+++ b/setup.sh
@@ -27,4 +27,7 @@ virtualenv --no-site-packages bottlerock
cd bottlerock
echo "Bottlerock: Installing dependencies"
./bin/pip install buildbot bottle pyyaml
+git clone ssh://git@cu010-trove.codethink.com/cu010-trove/br6/ciatlib
+cd ciatlib
+../bin/python setup.py install
echo "Setup Complete"