From 87b39aedb8e0b61703b076c083b74b73d65f6723 Mon Sep 17 00:00:00 2001 From: Arnstein Ressem Date: Tue, 10 May 2022 09:44:39 +0200 Subject: Copr git >= 2.35.3 requires workaround for source code ownership safety mechanism that we can't control. --- .copr/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to '.copr/Makefile') diff --git a/.copr/Makefile b/.copr/Makefile index d515053b8bc..bb37e1c4401 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -8,6 +8,7 @@ SPECFILE := $(SPECDIR)/vespa-$(VESPA_VERSION).spec deps: dnf install -y git rpmdevtools + git config --global --add safe.directory $$(realpath $(TOP)/..) srpm: VESPA_VERSION = $$(git tag --points-at HEAD | grep -oP "\d+\.\d+\.\d+" | sort -V | tail -1) srpm: deps -- cgit v1.2.3