[ARVADOS] created: 2.1.0-867-g0ffcd4249
Git user
git at public.arvados.org
Tue Jun 1 21:09:08 UTC 2021
at 0ffcd424935040010d4ced7b296a10b9252df707 (commit)
commit 0ffcd424935040010d4ced7b296a10b9252df707
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed May 26 14:31:40 2021 -0400
Pin arvados 2.2 version in provision.sh, refs #17703
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index c1af511ad..9bd2d8f1e 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -130,12 +130,12 @@ WORKBENCH2_EXT_SSL_PORT=3001
# For a stable release, change RELEASE "production" and VERSION to the
# package version (including the iteration, e.g. X.Y.Z-1) of the
# release.
-RELEASE="development"
-VERSION="latest"
+RELEASE="production"
+VERSION="2.2.0-1"
# The arvados-formula version. For a stable release, this should be a
# branch name (e.g. X.Y-dev) or tag for the release.
-ARVADOS_TAG="master"
+ARVADOS_TAG="2.2-dev"
# Other formula versions we depend on
POSTGRES_TAG="v0.41.6"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list