Pin arvados 2.2 version in provision.sh, refs #17703
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 26 May 2021 18:31:40 +0000 (14:31 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Tue, 1 Jun 2021 21:06:21 +0000 (17:06 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

tools/salt-install/provision.sh

index c1af511ad464f5a447a4552e8181dcfff23ffefc..9bd2d8f1e8d51b2c479f32e52e15f636a8d0a56e 100755 (executable)
@@ -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"