[ARVADOS] created: 2.1.0-861-ge686b1767

Git user git at public.arvados.org
Fri May 28 22:04:44 UTC 2021


        at  e686b1767ee906b5ff04b9faba97dd60c2c71d1d (commit)


commit e686b1767ee906b5ff04b9faba97dd60c2c71d1d
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Thu May 20 16:11:52 2021 -0300

    feat(provision): moved the arvados-formula to Arvados.org
    
    refs #17655
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/tools/salt-install/README.md b/tools/salt-install/README.md
index b1ebb973b..15adf3741 100644
--- a/tools/salt-install/README.md
+++ b/tools/salt-install/README.md
@@ -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:
diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index 49c817d90..c1af511ad 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list