[ARVADOS] updated: 2.4.0-6-g515f8bc36
Git user
git at public.arvados.org
Wed Apr 13 11:57:01 UTC 2022
Summary of changes:
build/run-build-packages.sh | 3 +++
1 file changed, 3 insertions(+)
via 515f8bc36cc9e81c4859e184da70febd3d44ab2a (commit)
from 4325310d63e8f674ba9ed30fda65f61c4ca1cacf (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 515f8bc36cc9e81c4859e184da70febd3d44ab2a
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 23cf81bd7..a6d0d1c32 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