[ARVADOS] updated: 2.1.0-2257-g372e66f06
Git user
git at public.arvados.org
Wed Apr 13 11:56:41 UTC 2022
Summary of changes:
build/run-build-packages.sh | 3 +++
1 file changed, 3 insertions(+)
via 372e66f06af08395b795ba4b2d8d59129a874a05 (commit)
from 6a51a50e46ead08dc591d5d92b75fb371cd19bba (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 372e66f06af08395b795ba4b2d8d59129a874a05
Author: Ward Vandewege <ward at curii.com>
Date: Wed Apr 13 07:50:06 2022 -0400
Fix package building, work around git issue caused by CVE-2022-24765.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 164755fda..9b09b7fae 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -204,6 +204,9 @@ if [[ ! -d "$WORKSPACE/packages/$TARGET" ]]; then
chown --reference="$WORKSPACE" "$WORKSPACE/packages/$TARGET"
fi
+# Required due to CVE-2022-24765
+git config --global --add safe.directory /arvados
+
# Perl packages
debug_echo -e "\nPerl packages\n"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list