Skip to content

Commit a83e65c

Browse files
committed
add gpg --batch to to signing of repo metadata
1 parent 1331ad7 commit a83e65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-rpm-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ for arch in x86_64 i386 aarch64; do
7070

7171
# Sign the repository metadata
7272
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
73+
gpg --batch --detach-sign --armor --local-user "${GPG_PRIVATE_KEY_FINGERPRINT}" --passphrase "${GPG_PASSPHRASE}" rpm-repo/${arch}/repodata/repomd.xml
7474

7575
# Verify the signature was created
7676
if [ -f "rpm-repo/${arch}/repodata/repomd.xml.asc" ]; then

0 commit comments

Comments
 (0)