From 6d6011ab8b7daab0dcdbdb74394bfed9cfdb700b Mon Sep 17 00:00:00 2001 From: duli Date: Thu, 3 Oct 2024 17:40:03 +0800 Subject: [PATCH] fix: commit does not have author in copr --- .copr/copr_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.copr/copr_script.sh b/.copr/copr_script.sh index c6823fe9..c228ef4f 100755 --- a/.copr/copr_script.sh +++ b/.copr/copr_script.sh @@ -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 " rpmautospec process-distgit ../artalk.spec artalk.spec if git stash list | grep -q 'stash@'; then git stash pop