Sean Busbey created HBASE-15738:
-----------------------------------
Summary: 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
Priority: Blocker
Fix For: 2.0.0, 1.3.0, 1.1.5, 1.2.2, 0.98.20
>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)