[ARVADOS] created: 2.1.0-1407-g42bbacc7f

Git user git at public.arvados.org
Fri Sep 24 13:37:07 UTC 2021


        at  42bbacc7f6cf98485b7a264183309c694365908a (commit)


commit 42bbacc7f6cf98485b7a264183309c694365908a
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Tue Sep 21 14:39:36 2021 -0300

    Point 2.3 arvbox to 2.3 branches. Refs #18130
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/tools/arvbox/bin/arvbox b/tools/arvbox/bin/arvbox
index 516ea3534..c71f7da37 100755
--- a/tools/arvbox/bin/arvbox
+++ b/tools/arvbox/bin/arvbox
@@ -53,11 +53,11 @@ if test -z "$WORKBENCH2_ROOT" ; then
 fi
 
 if test -z "$ARVADOS_BRANCH" ; then
-    ARVADOS_BRANCH=main
+    ARVADOS_BRANCH=2.3-dev
 fi
 
 if test -z "$WORKBENCH2_BRANCH" ; then
-    WORKBENCH2_BRANCH=main
+    WORKBENCH2_BRANCH=2.3-dev
 fi
 
 # Update this to the docker tag for the version on releases.

commit f901ff1226db22e69f5701895bb69341da12dbeb
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 a56a31876..cb75610a2 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -165,14 +165,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