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 176ef1c commit 50c61abCopy full SHA for 50c61ab
scripts/publish-rpm-packages.sh
@@ -101,6 +101,8 @@ aws s3 sync rpm-repo/ s3://${RPM_BUCKET_NAME}/${RPM_REPO_PATH}/ \
101
--include "*/repodata/repomd.xml.asc"
102
103
# Upload the public key
104
+# Also uploaded in APT publish; intentionally redundant
105
+# Safe to overwrite and ensures updates if APT fails or key changes.
106
printf "\n>>> Uploading public key \n"
107
gpg --armor --export "${GPG_PRIVATE_KEY_FINGERPRINT}" > public-key.asc
108
aws s3 cp public-key.asc s3://${RPM_BUCKET_NAME}/${PUBLIC_KEY_FILE_PATH} --endpoint-url "${AWS_ENDPOINT_URL}"
0 commit comments