Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix marking repo dir for COPR as safe 4 #352

Merged
merged 1 commit into from
May 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ srpm: installdeps
# git commands won't work, and the remove afterwards to make git user config clean
$(eval REPO_DIR=$(shell pwd))
git config --global --add safe.directory ${REPO_DIR}
git log -1
$(eval SUFFIX=$(shell sh -c "echo '.git$$(git rev-parse --short HEAD)'"))
$(eval SUFFIX=.git$(shell git rev-parse --short HEAD))
echo ${SUFFIX}
git config --global --unset safe.directory ${REPO_DIR}
# changing the spec file as passing -D won't preserve the suffix when rebuilding in mock
Expand Down