kwin commented on code in PR #8:
URL:
https://github.com/apache/sling-tooling-release/pull/8#discussion_r2206587378
##########
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 we need to make this step conditional?
--
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]