summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-15 15:29:35 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-15 15:29:35 +0100
commitb76321aea756a6fd64f0bdb549bf1796ad3f2eb9 (patch)
treea1d747c8ebd5b23b0e2260c6596b6af1b82f1c0c /setup.sh
parent93bacd8ad6412394bf3f8695b8a98a13359e8256 (diff)
downloadorchestration-b76321aea756a6fd64f0bdb549bf1796ad3f2eb9.tar.gz
Change source trove
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"