feat(provision): moved the arvados-formula to Arvados.org
authorJavier Bértoli <jbertoli@curii.com>
Thu, 20 May 2021 19:11:52 +0000 (16:11 -0300)
committerJavier Bértoli <jbertoli@curii.com>
Fri, 28 May 2021 22:02:00 +0000 (19:02 -0300)
refs #17655
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli@curii.com>

tools/salt-install/README.md
tools/salt-install/provision.sh

index b1ebb973b9629bb4133f41a1dc01e10c7d0e3bfc..15adf3741d3350e3b60766bf623798a9677ba8f7 100644 (file)
@@ -7,7 +7,7 @@
 ##### About
 
 This directory holds a small script to help you get Arvados up and running, using the
-[Saltstack arvados-formula](https://github.com/arvados/arvados-formula.git)
+[Saltstack arvados-formula](https://git.arvados.org/arvados-formula.git)
 in master-less mode.
 
 There are a few preset examples that you can use:
index 49c817d90f8b9699e78cfce5b4a0ffbd3f019cde..c1af511ad464f5a447a4552e8181dcfff23ffefc 100755 (executable)
@@ -216,7 +216,7 @@ mkdir -p ${S_DIR} ${F_DIR} ${P_DIR}
 
 # Get the formula and dependencies
 cd ${F_DIR} || exit 1
-git clone --branch "${ARVADOS_TAG}"     https://github.com/arvados/arvados-formula.git
+git clone --branch "${ARVADOS_TAG}"     https://git.arvados.org/arvados-formula.git
 git clone --branch "${DOCKER_TAG}"      https://github.com/saltstack-formulas/docker-formula.git
 git clone --branch "${LOCALE_TAG}"      https://github.com/saltstack-formulas/locale-formula.git
 # git clone --branch "${NGINX_TAG}"       https://github.com/saltstack-formulas/nginx-formula.git