Skip to content

Commit

Permalink
COPR tweaks
Browse files Browse the repository at this point in the history
- Remove git safe directory workaround
  • Loading branch information
jelu committed Nov 6, 2024
1 parent e179dcf commit 74fbda2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ $(top)/rpmbuild:
mkdir -p "$(top)"/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}

srpm: prereq update-dist-tools
git config --global safe.directory "*"
test -f .gitmodules && git submodule update --init || true
echo "$(spec)" | grep -q "develop.spec" && auto_build_number=`date --utc +%s` message="Auto build `date --utc --iso-8601=seconds`" "$(top)/dist-tools/spec-new-changelog-entry" || true
overwrite=yes nosign=yes "$(top)/dist-tools/create-source-packages" rpm
Expand Down

0 comments on commit 74fbda2

Please sign in to comment.