rombert commented on code in PR #8:
URL:
https://github.com/apache/sling-tooling-release/pull/8#discussion_r2210821760
##########
check_staged_release.sh:
##########
@@ -26,10 +26,15 @@ else
echo
"################################################################################"
echo "${DOWNLOAD}/${STAGING}"
fi
+echo
"#################################################################################"
+echo " IMPORT PUBLIC KEYS FOR SIGNATURES
"
+echo
"#################################################################################"
-echo
"################################################################################"
-echo " CHECK SIGNATURES AND DIGESTS
"
-echo
"################################################################################"
+wget --wait 1 -nv -O - https://downloads.apache.org/sling/KEYS | gpg --import
Review Comment:
I think automatically importing is fine, I suspect everyone does it anyway
as we trust the `KEYS` file. If people complain we can make the auto-import
configurable but I think it's a net win for usability.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]