From 87207239fdb31e0234b7d54f547e2d4fd64ad3d5 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 30 May 2023 08:55:11 +0000 Subject: automatic import of rpkg-macros --- allow_protocol_file.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 allow_protocol_file.patch (limited to 'allow_protocol_file.patch') diff --git a/allow_protocol_file.patch b/allow_protocol_file.patch new file mode 100644 index 0000000..d83f1d3 --- /dev/null +++ b/allow_protocol_file.patch @@ -0,0 +1,12 @@ +diff -ur rpkg-util-macros-orig/tests/run rpkg-util-macros/tests/run +--- rpkg-util-macros-orig/tests/run 2023-05-30 08:51:11.465641122 +0000 ++++ rpkg-util-macros/tests/run 2023-05-30 08:51:11.465641122 +0000 +@@ -1,6 +1,8 @@ + #!/bin/bash + + export testdir="$(builtin cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" ++# workaround for git secure patch which may fail the tests ++git config protocol.file.allow always + + for dir in `ls -d "$testdir"/test_*/`; do + echo "====================== $(basename ${dir}) ======================" -- cgit v1.2.3