[arvados] updated: 2.7.0-6549-g62810af071

git repository hosting git at public.arvados.org
Mon May 13 19:41:24 UTC 2024


Summary of changes:
 tools/salt-install/installer.sh | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

       via  62810af07121274e38a85dcb9c1d7cf5512815d2 (commit)
      from  c0c47d765087ade9cfe749bb4afc29c7c64892de (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 62810af07121274e38a85dcb9c1d7cf5512815d2
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Mon May 13 16:40:48 2024 -0300

    21678: Removes unused variables and trailing whitespaces.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/tools/salt-install/installer.sh b/tools/salt-install/installer.sh
index e97917d333..36e87cca91 100755
--- a/tools/salt-install/installer.sh
+++ b/tools/salt-install/installer.sh
@@ -458,9 +458,6 @@ diagnostics-internal)
     exit 1
   fi
 
-  export ARVADOS_API_HOST="${DOMAIN}:${CONTROLLER_EXT_SSL_PORT}"
-  export ARVADOS_API_TOKEN="$SYSTEM_ROOT_TOKEN"
-
   # Pick the first shell node for test running
   declare TESTNODE=$(echo ${ROLE2NODES['shell']} | cut -d\, -f1)
   declare SSH=$(ssh_cmd "$TESTNODE")
@@ -468,8 +465,8 @@ diagnostics-internal)
   # Run diagnostics
   echo "Running diagnostics in $TESTNODE..."
   $SSH $DEPLOY_USER@$TESTNODE bash <<EOF
-  export ARVADOS_API_HOST="${DOMAIN}:${CONTROLLER_EXT_SSL_PORT}" 
-  export ARVADOS_API_TOKEN="$SYSTEM_ROOT_TOKEN" 
+  export ARVADOS_API_HOST="${DOMAIN}:${CONTROLLER_EXT_SSL_PORT}"
+  export ARVADOS_API_TOKEN="$SYSTEM_ROOT_TOKEN"
   sudo --preserve-env=ARVADOS_API_HOST,ARVADOS_API_TOKEN arvados-client diagnostics -internal-client
 EOF
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list