[ARVADOS] updated: 2.1.0-184-gebd40412f

Git user git at public.arvados.org
Mon Dec 7 14:22:33 UTC 2020


Summary of changes:
 tools/salt-install/provision.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  ebd40412f42b53c121134d40dff577b56f3c50c6 (commit)
      from  050106662d06b96996e4c33ea3e896bc154783c8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ebd40412f42b53c121134d40dff577b56f3c50c6
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Mon Dec 7 11:22:08 2020 -0300

    fix(provision): pin arvados-formula
    
    refs #17177
    
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index 3fa233b61..ab239250b 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -49,6 +49,7 @@ VERSION="latest"
 # Usually there's no need to modify things below this line
 
 # Formulas versions
+ARVADOS_TAG="v1.1.2"
 POSTGRES_TAG="v0.41.3"
 NGINX_TAG="v2.4.0"
 DOCKER_TAG="v1.0.0"
@@ -190,7 +191,7 @@ EOFPSLS
 
 # Get the formula and dependencies
 cd ${F_DIR} || exit 1
-git clone https://github.com/netmanagers/arvados-formula.git
+git clone --branch "${ARVADOS_TAG}" https://github.com/saltstack-formulas/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