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 6d6011a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .copr/copr_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rm -rf "artalk-${tag#v}-vendored.tar.gz"
git stash
cp changelog artalk.spec ../
git add ../changelog ../artalk.spec
git commit -m "for rpmautospec [skip changelog]"
git commit -m "for rpmautospec [skip changelog]" --author "artalk <[email protected]>"
rpmautospec process-distgit ../artalk.spec artalk.spec
if git stash list | grep -q 'stash@'; then
git stash pop
Expand Down

0 comments on commit 6d6011a

Please sign in to comment.