Navigation Menu

Skip to content

Commit

Permalink
Fix COPR build failure
Browse files Browse the repository at this point in the history
The .copr/Makefile has been updated to fix COPR build failure
caused by changes in Git 2.35.2:
fatal: unsafe repository (<current dir> is owned by someone else)

https://stackoverflow.com/questions/71901632/fatal-unsafe-repository-home-repon-is-owned-by-someone-else
  • Loading branch information
edewata committed May 10, 2022
1 parent a0ee9bf commit ca52102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .copr/Makefile
@@ -1,5 +1,6 @@
srpm:
dnf install -y git
git config --global --add safe.directory ${PWD}
./build.sh --with-timestamp --with-commit-id srpm
if [[ "${outdir}" != "" ]]; then \
mv ${HOME}/build/pki/SRPMS/* ${outdir}; \
Expand Down

0 comments on commit ca52102

Please sign in to comment.