[ARVADOS] created: 2.1.0-821-g0f50c9cb2
Git user
git at public.arvados.org
Thu May 20 19:12:59 UTC 2021
at 0f50c9cb29f9b73a1f1f561bdf9f705f41f5c5c9 (commit)
commit 0f50c9cb29f9b73a1f1f561bdf9f705f41f5c5c9
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 5cef4d0fc..be71fc695 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -209,7 +209,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