Skip to content

Commit

Permalink
fix: commit does not have author in copr
Browse files Browse the repository at this point in the history
  • Loading branch information
kilesduli committed Oct 3, 2024
1 parent 06ccd19 commit 8a563dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .copr/copr_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ spectool -g artalk.spec
rm -rf "artalk-${tag#v}-vendored.tar.gz"
./vendor-tarball.sh $tag

# fix for Please tell me who you are.
git config --global user.email "[email protected]"
git config --global user "artalk"

# Parse %autorelease and %autochangelog
git stash
cp changelog artalk.spec ../
Expand Down

0 comments on commit 8a563dd

Please sign in to comment.