[arvados-workbench2] updated: 2.7.0-192-ge14e00a5
git repository hosting
git at public.arvados.org
Thu Nov 9 15:05:01 UTC 2023
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e14e00a5fb79be5cba5c8b9b0ae5863011f60daf (commit)
from 8e913832ad289fd28700f4081046b7de48688130 (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 e14e00a5fb79be5cba5c8b9b0ae5863011f60daf
Author: Tom Clegg <tom at curii.com>
Date: Thu Nov 9 10:03:22 2023 -0500
Fix "detected dubious ownership in repository" git error.
No issue #
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/Makefile b/Makefile
index bbdd4b37..0220adad 100644
--- a/Makefile
+++ b/Makefile
@@ -156,7 +156,7 @@ packages-in-docker: check-arvados-directory workbench2-build-image
-w="/tmp/workbench2" \
-t -v ${WORKSPACE}:/tmp/workbench2 \
-v ${ARVADOS_DIRECTORY}:/tmp/arvados workbench2-build:latest \
- make packages
+ sh -c 'git config --global --add safe.directory /tmp/workbench2 && make packages'
workbench2-build-image:
(cd docker && docker build -t workbench2-build .)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list