rombert commented on code in PR #8:
URL:
https://github.com/apache/sling-tooling-release/pull/8#discussion_r2207740938
##########
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:
Do you mean like adding CLI argument to enable it?
--
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]