From 7855ed769331c13909e1f5bb4a754e1c49c7e3e2 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Thu, 1 Oct 2015 00:03:10 +0100 Subject: Install ciatlib in bottlerock --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.1