17703: Be more explicit about package version.
authorPeter Amstutz <peter.amstutz@curii.com>
Fri, 28 May 2021 18:20:25 +0000 (14:20 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Fri, 28 May 2021 18:20:25 +0000 (14:20 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

tools/salt-install/provision.sh

index 7e2bd78df382e079f47a1e4122bc2fe182850fb1..7c5a82252d1f60583281d316c8945b54576950a9 100755 (executable)
@@ -127,12 +127,13 @@ WORKBENCH1_EXT_SSL_PORT=443
 WORKBENCH2_EXT_SSL_PORT=3001
 
 # For a stable release, change RELEASE "production" and VERSION to the
-# package version of the release.
+# package version (including the iteration, e.g. X.Y.Z-1) of the
+# release.
 RELEASE="development"
 VERSION="latest"
 
-# The arvados-formula version.  For a stable release, change the tag
-# or X.Y-dev branch of the release.
+# 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"
 
 # Other formula versions we depend on