[ARVADOS] updated: 2.1.0-1406-g4950be3d1

Git user git at public.arvados.org
Fri Sep 24 14:53:25 UTC 2021


Summary of changes:
 tools/arvbash/arvbash.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  4950be3d1cae254299e6f2df237c20a95316af21 (commit)
      from  471f7ae0c651adb0d027d2165a9c4ffc5700ce2b (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 4950be3d1cae254299e6f2df237c20a95316af21
Author: Ward Vandewege <ward at curii.com>
Date:   Fri Sep 24 10:52:53 2021 -0400

    We now have the auto-redirect behavior on https://arvadosapi.com/
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/tools/arvbash/arvbash.sh b/tools/arvbash/arvbash.sh
index b47e3b83e..ecad0888d 100755
--- a/tools/arvbash/arvbash.sh
+++ b/tools/arvbash/arvbash.sh
@@ -29,7 +29,7 @@ arvboxswitch <name>
   With no arguments, list available arvboxes.
 
 arvopen:
-  Open an Arvados uuid in web browser (http://curover.se)
+  Open an Arvados uuid in web browser (http://arvadosapi.com)
 
 arvissue
   Open an Arvados ticket in web browser (http://dev.arvados.org)
@@ -111,7 +111,7 @@ arvboxswitch() {
 
 arvopen() {
     if [[ -n "$1" ]] ; then
-        xdg-open https://curover.se/$1
+        xdg-open https://arvadosapi.com/$1
     else
         echo "Open Arvados uuid in browser"
         echo "Usage: arvopen uuid"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list