[ARVADOS] created: 2.1.0-1379-g1f3cd17a1
Git user
git at public.arvados.org
Mon Sep 20 18:42:45 UTC 2021
at 1f3cd17a1b5339608e24a3ca1dd00b7447c1c11c (commit)
commit 1f3cd17a1b5339608e24a3ca1dd00b7447c1c11c
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