On Sat, Feb 21, 2015 at 2:45 AM, Enis Söztutar <[email protected]> wrote:
> > > > > git tag has this directory that is not in source tarball: > > Only in .: hbase-native-client > > > > This is interesting. We've never added this to the release tarball it > seems. Given that there is no usage (not sure why we even have this), I'll > let this not sink the RC. > > Yeah, I figure the vote is on the dist tarball and not the tag in any case. > > > > > * Can't validate *.mds files > > > > How did you generate the *.mds files? I tried reproducing based on what's > > in the ref guide (http://hbase.apache.org/book.html#maven.release), but > > that gets me a text file and the given ones appear to be binary. > > > > mds files are indeed text files. They are computed with: > > gpg --print-mds <file_name> > > I usually generate the mds file my own, and do a diff against the files. > > > Figured it out! When I downloaded the mds files via chrome, it ended up gziped. Either gunzip or using curl to download it gave me a text file that matches my own run of gpg --print-mds. -- Sean
