[ARVADOS] updated: 2.2.1-42-g01938db54

Git user git at public.arvados.org
Thu Sep 9 14:27:41 UTC 2021


Summary of changes:
 tools/arvbox/bin/arvbox | 6 ++++++
 1 file changed, 6 insertions(+)

       via  01938db54790bad39dbc9794627e1a25424afcde (commit)
      from  c6fadeb8b9eaccc59b6c277e66cfbfe4896404df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 01938db54790bad39dbc9794627e1a25424afcde
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Sep 9 10:26:47 2021 -0400

    Releases have default version of arvbox to pull
    
    no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/tools/arvbox/bin/arvbox b/tools/arvbox/bin/arvbox
index c5a30be92..53c00bdf8 100755
--- a/tools/arvbox/bin/arvbox
+++ b/tools/arvbox/bin/arvbox
@@ -60,6 +60,8 @@ if test -z "$WORKBENCH2_BRANCH" ; then
     WORKBENCH2_BRANCH=2.2-dev
 fi
 
+DEFAULT_TAG=2.2.2
+
 PG_DATA="$ARVBOX_DATA/postgres"
 VAR_DATA="$ARVBOX_DATA/var"
 PASSENGER="$ARVBOX_DATA/passenger"
@@ -195,6 +197,10 @@ run() {
         fi
     fi
 
+    if test -z "$TAG" -a -n "$DEFAULT_TAG"; then
+	TAG=":$DEFAULT_TAG"
+    fi
+
     if [[ "$CONFIG" =~ ^public ]] ; then
         if test -n "$ARVBOX_PUBLISH_IP" ; then
             localip=$ARVBOX_PUBLISH_IP

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list