summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rw-r--r--setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index a95f98d..badcbff 100644
--- a/setup.sh
+++ b/setup.sh
@@ -9,7 +9,7 @@ echo "Buildbot Master: Installing dependencies"
./bin/pip install buildbot pyyaml
./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
+git clone ssh://git@git.baserock.org/baserock/ciat/ciatlib
cd ciatlib
../bin/python setup.py install
# create slave
@@ -27,7 +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
+git clone ssh://git@git.baserock.org/baserock/ciat/ciatlib
cd ciatlib
../bin/python setup.py install
echo "Setup Complete"