summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-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"