> On Apr 6, 2021, at 11:34 AM, Zowalla, Richard 
> <[email protected]> wrote:
> 
> Hi,
> 
> I think this is the way the ASF parent POM configuration is generating
> the SHA512 hashes during a release process (at least it seems to be the
> same for other ASF projects (Maven, ...) as well).
> 
> I am using a this way of checking the checksums in our automation
> processes (docker ci envs): 
> 
> //obtain the checksum via wget or similar, store it in a variable
> echo "${SHA512}" my-tomee-artifact-with-a-custom-name.zip | sha512sum
> -c -
> 

I like it.  I used this to make a script version if anyone wants it.  It'll do 
the download of the sha512.

 - 
https://gist.github.com/dblevins/fd9200a4664a82a26019fe7c17a7a3d1#file-verify-sh

Warning, I have a non-traditional bash style :) 


-David

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to