Skip to content

Commit

Permalink
add --yes for repomd
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Aug 30, 2024
1 parent 598b20d commit 60ccd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/publish-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func_repo_repodata_sign() {
# ${1} - repo parent path
find "${1}" -type f -name "*repomd.xml" \
-exec echo "sign repodata for: {}" \; \
-exec gpg --batch --pinentry-mode loopback --passphrase-file "${VAR_GPG_PASSPHRASE}" --detach-sign --armor {} \;
-exec gpg --batch --yes --pinentry-mode loopback --passphrase-file "${VAR_GPG_PASSPHRASE}" --detach-sign --armor {} \;
}

func_repo_upload() {
Expand Down

0 comments on commit 60ccd9b

Please sign in to comment.