[arvados] updated: 2.6.0-4746-gd1d683d326

git repository hosting git at public.arvados.org
Wed Aug 23 18:40:08 UTC 2023


Summary of changes:
 services/workbench2/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

       via  d1d683d326f597be8276df45aa8b7f7f6ae7d265 (commit)
      from  aae901731e2ebd5775d1d9f13c507b3084fc2921 (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 d1d683d326f597be8276df45aa8b7f7f6ae7d265
Author: Tom Clegg <tom at curii.com>
Date:   Wed Aug 23 14:39:27 2023 -0400

    18874: Use provided GOPATH, if any, in workbench2 Makefile recipe.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/services/workbench2/Makefile b/services/workbench2/Makefile
index 0b1b2381ef..569977abf1 100644
--- a/services/workbench2/Makefile
+++ b/services/workbench2/Makefile
@@ -6,6 +6,7 @@
 SHELL := /bin/bash
 .ONESHELL:
 
+GOPATH?=~/go
 APP_NAME?=arvados-workbench2
 
 # VERSION uses all the above to produce X.Y.Z.timestamp
@@ -68,8 +69,8 @@ arvados-server-install: check-arvados-directory
 	cd cmd/arvados-server
 	go install
 	cd -
-	ls -l ~/go/bin/arvados-server
-	~/go/bin/arvados-server install -type test
+	ls -l $(GOPATH)/bin/arvados-server
+	$(GOPATH)/bin/arvados-server install -type test
 
 yarn-install: arvados-server-install
 	yarn install

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list