summaryrefslogtreecommitdiff
path: root/triggers/firehose_trigger.sh
diff options
context:
space:
mode:
Diffstat (limited to 'triggers/firehose_trigger.sh')
-rw-r--r--triggers/firehose_trigger.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/triggers/firehose_trigger.sh b/triggers/firehose_trigger.sh
index 80ee3fd..d7e9e1b 100644
--- a/triggers/firehose_trigger.sh
+++ b/triggers/firehose_trigger.sh
@@ -13,7 +13,7 @@ if [ -d src/morph ]; then
rm -rf src/morph
fi
# Install firehose
-git clone -b cu010-trove/br6/williamholland ssh://git@cu010-trove.codethink.com/baserock/baserock/firehose.git ./src/firehose
+git clone -b cu010-trove/br6/williamholland ssh://git@git.baserock.org/baserock/baserock/firehose.git ./src/firehose
git clone -b baserock/morph git://git.baserock.org/delta/cliapp.git ./src/cliapp
git clone -n git://git.baserock.org/baserock/baserock/morph.git ./src/morph
git --git-dir=./src/morph/.git --work-tree=./src/morph checkout 519a6460930c5ae08a9591035f72e88fd4db9b71
@@ -35,8 +35,7 @@ fi
../../../bin/pip install fs pylru
install -D -m644 /dev/stdin ~/.morph.conf <<'EOF'
[config]
-trove-id = cu010-trove
-trove-host = cu010-trove.codethink.com
+trove-host = git.baserock.org
EOF
SLAVEBIN="$(pwd)/bin"
PATH="$PATH:$SLAVEBIN"