[
https://issues.apache.org/jira/browse/AVRO-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting updated AVRO-657:
------------------------------
Status: Resolved (was: Patch Available)
Resolution: Fixed
I committed this.
> md5/sha1 files not being generated correctly
> --------------------------------------------
>
> Key: AVRO-657
> URL: https://issues.apache.org/jira/browse/AVRO-657
> Project: Avro
> Issue Type: Bug
> Components: build
> Affects Versions: 1.4.0
> Reporter: Patrick Hunt
> Assignee: Doug Cutting
> Priority: Minor
> Fix For: 1.4.1
>
> Attachments: AVRO-657.patch
>
>
> The md5/sha1 files are not being generated correctly:
> cat avro-src-1.4.0.tar.gz.md5
> e614c3e5173293b35f4f25a6e15e131b dist/avro-src-1.4.0.tar.gz
> notice the file path is prefixed with "dist/". This causes a problem when
> downloading the md5/sha1 along with the archive itself, and then using the
> md5sum or sha1sum tools to verify:
> md5sum -c avro-src-1.4.0.tar.gz.md5
> md5sum: dist/avro-src-1.4.0.tar.gz: No such file or directory
> dist/avro-src-1.4.0.tar.gz: FAILED open or read
> md5sum: WARNING: 1 of 1 listed file could not be read
> (the md5 and tar.gz file exist in the same download directory)
> Note that the sums are correct, however the -c option does not work as
> intended given the path prefix.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.