summaryrefslogtreecommitdiffstats
path: root/.copr
diff options
context:
space:
mode:
Diffstat (limited to '.copr')
-rw-r--r--.copr/Makefile1
1 files changed, 1 insertions, 0 deletions
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