We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1331ad7 commit a83e65cCopy full SHA for a83e65c
scripts/publish-rpm-packages.sh
@@ -70,7 +70,7 @@ for arch in x86_64 i386 aarch64; do
70
71
# Sign the repository metadata
72
printf "Signing repository metadata for ${arch}...\n"
73
- gpg --detach-sign --armor --local-user "${GPG_PRIVATE_KEY_FINGERPRINT}" --passphrase "${GPG_PASSPHRASE}" rpm-repo/${arch}/repodata/repomd.xml
+ gpg --batch --detach-sign --armor --local-user "${GPG_PRIVATE_KEY_FINGERPRINT}" --passphrase "${GPG_PASSPHRASE}" rpm-repo/${arch}/repodata/repomd.xml
74
75
# Verify the signature was created
76
if [ -f "rpm-repo/${arch}/repodata/repomd.xml.asc" ]; then
0 commit comments