[ARVADOS] created: 2.1.0-1380-g710563571

Git user git at public.arvados.org
Mon Sep 20 21:21:22 UTC 2021


        at  710563571efd91607c06828e6cbf914aea47b431 (commit)


commit 710563571efd91607c06828e6cbf914aea47b431
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Mon Sep 20 15:26:12 2021 -0300

    Pin arvados 2.3.0 version in provision.sh. Refs #18130
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index b840d86c6..32a21a5da 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -166,14 +166,14 @@ WORKBENCH2_EXT_SSL_PORT=3001
 # release.
 # The "local.params.example.*" files already set "RELEASE=production"
 # to deploy  production-ready packages
-RELEASE="development"
-VERSION="latest"
+RELEASE="production"
+VERSION="2.3.0-1"
 
 # These are arvados-formula-related parameters
 # An arvados-formula tag. For a stable release, this should be a
 # branch name (e.g. X.Y-dev) or tag for the release.
-# ARVADOS_TAG="2.2.0"
-# BRANCH="main"
+# ARVADOS_TAG="2.3.0"
+BRANCH="2.3-dev"
 
 # Other formula versions we depend on
 POSTGRES_TAG="v0.41.6"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list