17703: master branch provision.sh is development install
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 26 May 2021 20:35:08 +0000 (16:35 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 26 May 2021 20:35:08 +0000 (16:35 -0400)
Installs latest development packages from master branch of
arvados-formula.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

tools/salt-install/provision.sh

index 5cef4d0fc5869ba0e37341583e04b5838cbc11e9..7e2bd78df382e079f47a1e4122bc2fe182850fb1 100755 (executable)
@@ -126,11 +126,16 @@ WEBSOCKET_EXT_SSL_PORT=8002
 WORKBENCH1_EXT_SSL_PORT=443
 WORKBENCH2_EXT_SSL_PORT=3001
 
-RELEASE="production"
-VERSION="2.1.2-1"
+# For a stable release, change RELEASE "production" and VERSION to the
+# package version of the release.
+RELEASE="development"
+VERSION="latest"
 
-# Formulas versions
+# The arvados-formula version.  For a stable release, change the tag
+# or X.Y-dev branch of the release.
 ARVADOS_TAG="master"
+
+# Other formula versions we depend on
 POSTGRES_TAG="v0.41.6"
 NGINX_TAG="temp-fix-missing-statements-in-pillar"
 DOCKER_TAG="v1.0.0"