You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by Mike Drob <md...@mdrob.com> on 2016/06/22 22:20:54 UTC

[RESULT] [VOTE] Accumulo 1.7.2-rc2

This vote passes with 5 +1.

Maven repository has been promoted.
Release tag has been pushed, but this is the wrong one. See INFRA-12153.
Artifacts have been pushed to dist.
https://dist.apache.org/repos/dist/release/accumulo/1.7.2/
Updated Apache Reporter with Release Info.
Closed JIRA version and marked it as released.
Draft release notes available at
https://github.com/madrob/accumulo/blob/gh-pages/release_notes/1.7.2.md

I'll wait for the tag to be fixed and release notes to be +1'd before I
send out an [ANN] thread.

Am I missing anything?


On Fri, Jun 17, 2016 at 11:31 PM, Mike Drob <md...@apache.org> wrote:

> Accumulo Developers,
>
> Please consider the following candidate for Accumulo 1.7.2.
>
> All content generated via
>     assemble/build.sh --create-release-candidate -P '!thrift'
>
> Changes from 1.7.2-rc1
>
> ACCUMULO-4346 correct LICENSE file for source to include text of reference
> ACCUMULO-4347 Crypto notification should be in README files instead of
> NOTICE
>
> Git Commit:
>     a01e67741d101c3d87f1d6e16d54ff7a96951ad0
> Branch:
>     1.7.2-rc2
>
> If this vote passes, a gpg-signed tag will be created using:
>     git tag -f -m 'Apache Accumulo 1.7.2' -s rel/1.7.2
> a01e67741d101c3d87f1d6e16d54ff7a96951ad0
>
> Staging repo:
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1052
> Source (official release artifact):
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1052/org/apache/accumulo/accumulo/1.7.2/accumulo-1.7.2-src.tar.gz
> Binary:
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1052/org/apache/accumulo/accumulo/1.7.2/accumulo-1.7.2-bin.tar.gz
> (Append ".sha1", ".md5", or ".asc" to download the signature/hash for a
> given artifact.)
>
> All artifacts were built and staged with:
>     mvn release:prepare && mvn release:perform
>
> Signing keys are available at https://www.apache.org/dist/accumulo/KEYS
> (Expected fingerprint: 86EDB9C33B8517228E88A8F93E48C0C6EF362B9E)
>
> Release notes (in progress) can be found at:
> https://accumulo.apache.org/release_notes/1.7.2
>
> Please vote one of:
> [ ] +1 - I have verified and accept...
> [ ] +0 - I have reservations, but not strong enough to vote against...
> [ ] -1 - Because..., I do not accept...
> ... these artifacts as the 1.7.2 release of Apache Accumulo.
>
> This vote will end on Tue Jun 21 05:00:00 UTC 2016
> (Tue Jun 21 01:00:00 EDT 2016 / Mon Jun 20 22:00:00 PDT 2016)
>
> Thanks!
>
> P.S. Hint: download the whole staging repo with
>     wget -erobots=off -r -l inf -np -nH \
>
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1052/
>     # note the trailing slash is needed
>
>

Re: [RESULT] [VOTE] Accumulo 1.7.2-rc2

Posted by Christopher <ct...@apache.org>.
On Wed, Jun 22, 2016 at 6:21 PM Mike Drob <md...@mdrob.com> wrote:

> This vote passes with 5 +1.
>
> Maven repository has been promoted.
> Release tag has been pushed, but this is the wrong one. See INFRA-12153.
>

This has been fixed. I was in HipChat earlier and nagged a bit. Infra
unlocked the tags, so I could make a quick fix, then re-locked them. Since
I wanted to make sure it was fixed quickly, so we didn't have to nag them
again (or wait on them again), I didn't pull in Mike to push a tag signed
by him, and instead pushed one that was signed by me from Mike's rc2 branch.

I hope/assume that it doesn't really matter that the tag was signed by me,
instead of the RM (the release artifacts are, of course, still signed by
Mike). If it matters, we can poke INFRA again so Mike can sign and push the
tag.


> Artifacts have been pushed to dist.
> https://dist.apache.org/repos/dist/release/accumulo/1.7.2/
> Updated Apache Reporter with Release Info.
>
Closed JIRA version and marked it as released.
> Draft release notes available at
> https://github.com/madrob/accumulo/blob/gh-pages/release_notes/1.7.2.md
>
> I'll wait for the tag to be fixed and release notes to be +1'd before I
> send out an [ANN] thread.
>
> Am I missing anything?
>
>
Don't forget to update the DOAP file.

Thanks for work on this!

Re: [RESULT] [VOTE] Accumulo 1.7.2-rc2

Posted by Mike Drob <md...@apache.org>.
Email is probably easiest. Or patch/pull request if you're feeling
ambitious. Either way, let's start a new thread for it.

Thanks for looking!

On Wed, Jun 22, 2016 at 5:23 PM, Michael Wall <mj...@gmail.com> wrote:

> Mike,
>
> How do you want feedback on the release notes?  Just in email?
>
> On Wed, Jun 22, 2016 at 6:20 PM, Mike Drob <md...@mdrob.com> wrote:
>
> > This vote passes with 5 +1.
> >
> > Maven repository has been promoted.
> > Release tag has been pushed, but this is the wrong one. See INFRA-12153.
> > Artifacts have been pushed to dist.
> > https://dist.apache.org/repos/dist/release/accumulo/1.7.2/
> > Updated Apache Reporter with Release Info.
> > Closed JIRA version and marked it as released.
> > Draft release notes available at
> > https://github.com/madrob/accumulo/blob/gh-pages/release_notes/1.7.2.md
> >
> > I'll wait for the tag to be fixed and release notes to be +1'd before I
> > send out an [ANN] thread.
> >
> > Am I missing anything?
> >
> >
> > On Fri, Jun 17, 2016 at 11:31 PM, Mike Drob <md...@apache.org> wrote:
> >
> > > Accumulo Developers,
> > >
> > > Please consider the following candidate for Accumulo 1.7.2.
> > >
> > > All content generated via
> > >     assemble/build.sh --create-release-candidate -P '!thrift'
> > >
> > > Changes from 1.7.2-rc1
> > >
> > > ACCUMULO-4346 correct LICENSE file for source to include text of
> > reference
> > > ACCUMULO-4347 Crypto notification should be in README files instead of
> > > NOTICE
> > >
> > > Git Commit:
> > >     a01e67741d101c3d87f1d6e16d54ff7a96951ad0
> > > Branch:
> > >     1.7.2-rc2
> > >
> > > If this vote passes, a gpg-signed tag will be created using:
> > >     git tag -f -m 'Apache Accumulo 1.7.2' -s rel/1.7.2
> > > a01e67741d101c3d87f1d6e16d54ff7a96951ad0
> > >
> > > Staging repo:
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1052
> > > Source (official release artifact):
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1052/org/apache/accumulo/accumulo/1.7.2/accumulo-1.7.2-src.tar.gz
> > > Binary:
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1052/org/apache/accumulo/accumulo/1.7.2/accumulo-1.7.2-bin.tar.gz
> > > (Append ".sha1", ".md5", or ".asc" to download the signature/hash for a
> > > given artifact.)
> > >
> > > All artifacts were built and staged with:
> > >     mvn release:prepare && mvn release:perform
> > >
> > > Signing keys are available at
> https://www.apache.org/dist/accumulo/KEYS
> > > (Expected fingerprint: 86EDB9C33B8517228E88A8F93E48C0C6EF362B9E)
> > >
> > > Release notes (in progress) can be found at:
> > > https://accumulo.apache.org/release_notes/1.7.2
> > >
> > > Please vote one of:
> > > [ ] +1 - I have verified and accept...
> > > [ ] +0 - I have reservations, but not strong enough to vote against...
> > > [ ] -1 - Because..., I do not accept...
> > > ... these artifacts as the 1.7.2 release of Apache Accumulo.
> > >
> > > This vote will end on Tue Jun 21 05:00:00 UTC 2016
> > > (Tue Jun 21 01:00:00 EDT 2016 / Mon Jun 20 22:00:00 PDT 2016)
> > >
> > > Thanks!
> > >
> > > P.S. Hint: download the whole staging repo with
> > >     wget -erobots=off -r -l inf -np -nH \
> > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1052/
> > >     # note the trailing slash is needed
> > >
> > >
> >
>

Re: [RESULT] [VOTE] Accumulo 1.7.2-rc2

Posted by Michael Wall <mj...@gmail.com>.
Mike,

How do you want feedback on the release notes?  Just in email?

On Wed, Jun 22, 2016 at 6:20 PM, Mike Drob <md...@mdrob.com> wrote:

> This vote passes with 5 +1.
>
> Maven repository has been promoted.
> Release tag has been pushed, but this is the wrong one. See INFRA-12153.
> Artifacts have been pushed to dist.
> https://dist.apache.org/repos/dist/release/accumulo/1.7.2/
> Updated Apache Reporter with Release Info.
> Closed JIRA version and marked it as released.
> Draft release notes available at
> https://github.com/madrob/accumulo/blob/gh-pages/release_notes/1.7.2.md
>
> I'll wait for the tag to be fixed and release notes to be +1'd before I
> send out an [ANN] thread.
>
> Am I missing anything?
>
>
> On Fri, Jun 17, 2016 at 11:31 PM, Mike Drob <md...@apache.org> wrote:
>
> > Accumulo Developers,
> >
> > Please consider the following candidate for Accumulo 1.7.2.
> >
> > All content generated via
> >     assemble/build.sh --create-release-candidate -P '!thrift'
> >
> > Changes from 1.7.2-rc1
> >
> > ACCUMULO-4346 correct LICENSE file for source to include text of
> reference
> > ACCUMULO-4347 Crypto notification should be in README files instead of
> > NOTICE
> >
> > Git Commit:
> >     a01e67741d101c3d87f1d6e16d54ff7a96951ad0
> > Branch:
> >     1.7.2-rc2
> >
> > If this vote passes, a gpg-signed tag will be created using:
> >     git tag -f -m 'Apache Accumulo 1.7.2' -s rel/1.7.2
> > a01e67741d101c3d87f1d6e16d54ff7a96951ad0
> >
> > Staging repo:
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1052
> > Source (official release artifact):
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1052/org/apache/accumulo/accumulo/1.7.2/accumulo-1.7.2-src.tar.gz
> > Binary:
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1052/org/apache/accumulo/accumulo/1.7.2/accumulo-1.7.2-bin.tar.gz
> > (Append ".sha1", ".md5", or ".asc" to download the signature/hash for a
> > given artifact.)
> >
> > All artifacts were built and staged with:
> >     mvn release:prepare && mvn release:perform
> >
> > Signing keys are available at https://www.apache.org/dist/accumulo/KEYS
> > (Expected fingerprint: 86EDB9C33B8517228E88A8F93E48C0C6EF362B9E)
> >
> > Release notes (in progress) can be found at:
> > https://accumulo.apache.org/release_notes/1.7.2
> >
> > Please vote one of:
> > [ ] +1 - I have verified and accept...
> > [ ] +0 - I have reservations, but not strong enough to vote against...
> > [ ] -1 - Because..., I do not accept...
> > ... these artifacts as the 1.7.2 release of Apache Accumulo.
> >
> > This vote will end on Tue Jun 21 05:00:00 UTC 2016
> > (Tue Jun 21 01:00:00 EDT 2016 / Mon Jun 20 22:00:00 PDT 2016)
> >
> > Thanks!
> >
> > P.S. Hint: download the whole staging repo with
> >     wget -erobots=off -r -l inf -np -nH \
> >
> >
> https://repository.apache.org/content/repositories/orgapacheaccumulo-1052/
> >     # note the trailing slash is needed
> >
> >
>