[
https://issues.apache.org/jira/browse/HBASE-15738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15266949#comment-15266949
]
Sean Busbey commented on HBASE-15738:
-------------------------------------
+1 on the patch
{quote}
You fellas think it's appropriate to retroactively add these files for released
versions? I'm thinking not; we'll just pick this up going forward.
{quote}
ASF policy says we're responsible for all the artifacts in our distribution
area, so I'd say we ought to add them. preferably by extracting the relevant
line from the {{mds}} files we voted on originally.
> Ensure artifacts in project dist area include required md5 file
> ---------------------------------------------------------------
>
> Key: HBASE-15738
> URL: https://issues.apache.org/jira/browse/HBASE-15738
> Project: HBase
> Issue Type: Bug
> Components: build, community
> Reporter: Sean Busbey
> Assignee: Nick Dimiduk
> Priority: Blocker
> Fix For: 2.0.0, 1.3.0, 1.1.5, 1.2.2, 0.98.20
>
> Attachments: HBASE-15738.v00.patch
>
>
> From the 0.98.19RC0 thread:
> [~busbey]
> {quote}
> [1]: ASF policy requires that each file hosted in the project dist
> space have a file with _just_ the MD5 sum in a file named after the
> original with ".md5" as a suffix. (Having an additional file with all
> the checksums is a good practice, IMO.) I brought this up in our last
> round of RCs as well. I don't want to hold up this vote, but I plan to
> start voting -1 on future RCs that don't include md5 files.
> relevant policy:
> http://www.apache.org/dev/release-distribution.html#sigs-and-sums
> {quote}
> [~apurtell]
> {quote}
> Our release documentation (https://hbase.apache.org/book.html#releasing)
> says we should generate sums like so:
> for i in *.tar.gz; do echo $i; gpg --print-mds $i > $i.mds ; done
> The make_rc.sh script also encodes the same. Let's fix.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)