Just remembered md5 is deprecated per ASF release guidelines; sha1 sums are
good too:

bob $ sha1sum mahout-0.14.0.pom
dfd3e920e652302823279e01a0a5ab4c819cd54c  mahout-0.14.0.pom
bob $ cat mahout-0.14.0.pom.sha1
dfd3e920e652302823279e01a0a5ab4c819cd54c
bob $ sha1sum mahout-0.14.0-source-release.zip
63daeccdfdd6fc4b2014ad4a35c30c54a08b4a2b  mahout-0.14.0-source-release.zip
bob $ cat mahout-0.14.0-source-release.zip.sha1
63daeccdfdd6fc4b2014ad4a35c30c54a08b4a2b
bob $ sha1sum mahout-0.14.0-tests.jar
83d3c495430e4082be4df418b846ab32573e154f  mahout-0.14.0-tests.jar
bob $ cat mahout-0.14.0-tests.jar.sha1
83d3c495430e4082be4df418b846ab32573e154f

On Fri, Mar 1, 2019 at 11:07 AM Andrew Musselman <a...@apache.org> wrote:

> New build out at
> https://repository.apache.org/content/repositories/orgapachemahout-1052
>
> Builds, checksums are correct, and signatures are good; I'll be testing
> over the weekend.
>
> [INFO] Apache Mahout ...................................... SUCCESS [
> 1.217 s]
> [INFO] Mahout Core ........................................ SUCCESS [03:10
> min]
> [INFO] Mahout Engine ...................................... SUCCESS [
> 0.080 s]
> [INFO] - Mahout HDFS Support .............................. SUCCESS [
> 4.711 s]
> [INFO] - Mahout Spark Engine .............................. SUCCESS [
> 59.623 s]
> [INFO] Mahout Community ................................... SUCCESS [
> 0.376 s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 04:16 min
> [INFO] Finished at: 2019-03-01T10:59:01-08:00
> [INFO] Final Memory: 71M/1281M
> [INFO]
> ------------------------------------------------------------------------
>
>
> bob $ ls
> index.html         mahout-0.14.0.pom.asc
> mahout-0.14.0-source-release.zip
> mahout-0.14.0-source-release.zip.sha1  mahout-0.14.0-tests.jar.md5
> mahout-0.14.0      mahout-0.14.0.pom.md5
> mahout-0.14.0-source-release.zip.asc
> mahout-0.14.0-tests.jar                mahout-0.14.0-tests.jar.sha1
> mahout-0.14.0.pom  mahout-0.14.0.pom.sha1
> mahout-0.14.0-source-release.zip.md5  mahout-0.14.0-tests.jar.asc
>
> bob $ gpg mahout-0.14.0.pom.asc
> gpg: assuming signed data in `mahout-0.14.0.pom'
> gpg: Signature made Fri 01 Mar 2019 09:59:00 AM PST using RSA key ID
> 140A5BE9
> gpg: Good signature from "Andrew K Musselman (ASF Signing Key) <
> a...@apache.org>"
> bob $ gpg mahout-0.14.0-source-release.zip.asc
> gpg: assuming signed data in `mahout-0.14.0-source-release.zip'
> gpg: Signature made Fri 01 Mar 2019 09:59:00 AM PST using RSA key ID
> 140A5BE9
> gpg: Good signature from "Andrew K Musselman (ASF Signing Key) <
> a...@apache.org>"
> bob $ gpg mahout-0.14.0-tests.jar.asc
> gpg: assuming signed data in `mahout-0.14.0-tests.jar'
> gpg: Signature made Fri 01 Mar 2019 09:59:00 AM PST using RSA key ID
> 140A5BE9
> gpg: Good signature from "Andrew K Musselman (ASF Signing Key) <
> a...@apache.org>"
>
> bob $ md5sum mahout-0.14.0.pom
> 5a2c22802d443eb96afb1afb3f38e9c8  mahout-0.14.0.pom
> bob $ cat mahout-0.14.0.pom.md5
> 5a2c22802d443eb96afb1afb3f38e9c8
> bob $ md5sum mahout-0.14.0-source-release.zip
> b6eadad5cdd69f0eccae38f2eebefdd0  mahout-0.14.0-source-release.zip
> bob $ cat mahout-0.14.0-source-release.zip.md5
> b6eadad5cdd69f0eccae38f2eebefdd0
> bob $ md5sum mahout-0.14.0-tests.jar
> bef852667898c41fd3c95fef71d6325c  mahout-0.14.0-tests.jar
> bob $ cat mahout-0.14.0-tests.jar.md5
> bef852667898c41fd3c95fef71d6325c
>

Reply via email to