One thing I did notice while going over the docs is the branches
section in developer documentation will need to be updated to reflect
that there is a `tp32` branch now and `master` is for 3.3.x.

Other than that LGTM.

bin/validate-distribution.sh 3.1.6

Validating binary distributions

* downloading Apache TinkerPop Gremlin
(apache-tinkerpop-gremlin-console-3.1.6-bin.zip)... OK
* validating signatures and checksums ...
  * PGP signature ... OK
  * MD5 checksum ... OK
  * SHA1 checksum ... OK
* unzipping Apache TinkerPop Gremlin ... OK
* validating Apache TinkerPop Gremlin's docs ... OK
* validating Apache TinkerPop Gremlin's binaries ... OK
* validating Apache TinkerPop Gremlin's legal files ...
  * LICENSE ... OK
  * NOTICE ... OK
* validating Apache TinkerPop Gremlin's plugin directory ... OK
* validating Apache TinkerPop Gremlin's lib directory ... OK
* testing script evaluation ... OK

* downloading Apache TinkerPop Gremlin
(apache-tinkerpop-gremlin-server-3.1.6-bin.zip)... OK
* validating signatures and checksums ...
  * PGP signature ... OK
  * MD5 checksum ... OK
  * SHA1 checksum ... OK
* unzipping Apache TinkerPop Gremlin ... OK
* validating Apache TinkerPop Gremlin's docs ... OK
* validating Apache TinkerPop Gremlin's binaries ... OK
* validating Apache TinkerPop Gremlin's legal files ...
  * LICENSE ... OK
  * NOTICE ... OK
* validating Apache TinkerPop Gremlin's plugin directory ... OK
* validating Apache TinkerPop Gremlin's lib directory ... OK

Validating source distribution

* downloading Apache TinkerPop 3.1.6 (apache-tinkerpop-3.1.6-src.zip)... OK
* validating signatures and checksums ...
  * PGP signature ... OK
  * MD5 checksum ... OK
  * SHA1 checksum ... OK
* unzipping Apache TinkerPop 3.1.6 ... OK
* building project ... OK

VOTE +1 (non-binding)

On Sun, Feb 5, 2017 at 7:58 AM, Daniel Kuppitz <m...@gremlin.guru> wrote:
>>
>> Note that I couldn't use the validate-distribution.sh on master for some 
>> reason
>> - it failed
>
>
> Did it fail when it tested gremlin.sh -e..? This test was added recently
> and I think that's expected to fail in 3.1.x. All others should succeed
> though, but in general we should always use the validation script from the
> respective development branches (tp31/, tp32/  and master/).
>
> Validation worked for me too, hence ...
>
> VOTE: +1
>
> Cheers,
> Daniel
>
>
> On Sat, Feb 4, 2017 at 2:20 AM, Stephen Mallette <spmalle...@gmail.com>
> wrote:
>
>> Hey Ted - You're a little early as we agreed a while back to let two
>> weekends pass from code freeze to VOTE day (maybe release docs need to be
>> updated to reflect that). Not a big deal imo as I doubt there are many
>> folks still testing on 3.1.6 at this point, so I'm fine to VOTE from here
>> if everyone else is. If anyone feels like we need to extend the VOTEing
>> time, just yell.  3.2.4 voting definitely shouldn't start until Monday.
>>
>> In the mean time, as it is right now:
>>
>> $ bin/validate-distribution.sh 3.1.6
>>
>> Validating binary distributions
>>
>> * downloading Apache TinkerPop Gremlin
>> (apache-tinkerpop-gremlin-console-3.1.6-bin.zip)... OK
>> * validating signatures and checksums ...
>>   * PGP signature ... OK
>>   * MD5 checksum ... OK
>>   * SHA1 checksum ... OK
>> * unzipping Apache TinkerPop Gremlin ... OK
>> * validating Apache TinkerPop Gremlin's docs ... OK
>> * validating Apache TinkerPop Gremlin's binaries ... OK
>> * validating Apache TinkerPop Gremlin's legal files ...
>>   * LICENSE ... OK
>>   * NOTICE ... OK
>> * validating Apache TinkerPop Gremlin's plugin directory ... OK
>> * validating Apache TinkerPop Gremlin's lib directory ... OK
>> * testing script evaluation ... OK
>>
>> * downloading Apache TinkerPop Gremlin
>> (apache-tinkerpop-gremlin-server-3.1.6-bin.zip)... OK
>> * validating signatures and checksums ...
>>   * PGP signature ... OK
>>   * MD5 checksum ... OK
>>   * SHA1 checksum ... OK
>> * unzipping Apache TinkerPop Gremlin ... OK
>> * validating Apache TinkerPop Gremlin's docs ... OK
>> * validating Apache TinkerPop Gremlin's binaries ... OK
>> * validating Apache TinkerPop Gremlin's legal files ...
>>   * LICENSE ... OK
>>   * NOTICE ... OK
>> * validating Apache TinkerPop Gremlin's plugin directory ... OK
>> * validating Apache TinkerPop Gremlin's lib directory ... OK
>>
>> Validating source distribution
>>
>> * downloading Apache TinkerPop 3.1.6 (apache-tinkerpop-3.1.6-src.zip)...
>> OK
>> * validating signatures and checksums ...
>>   * PGP signature ... OK
>>   * MD5 checksum ... OK
>>   * SHA1 checksum ... OK
>> * unzipping Apache TinkerPop 3.1.6 ... OK
>> * building project ... OK
>>
>> Note that I couldn't use the validate-distribution.sh on master for some
>> reason - it failed - had to use the one in tp31 and the above was my output
>> so I think all is good: Thanks for handling the release Ted - that's a big
>> help to me and the community.
>>
>> VOTE +1
>>
>>
>>
>>
>>
>> On Feb 3, 2017 6:09 PM, "Ted Wilmes" <twil...@gmail.com> wrote:
>>
>> > Hello,
>> >
>> > We are happy to announce that TinkerPop 3.1.6 is ready for release.
>> >
>> > The release artifacts can be found at this location:
>> >         https://dist.apache.org/repos/dist/dev/tinkerpop/3.1.6/
>> >
>> > The source distribution is provided by:
>> >         apache-tinkerpop-3.1.6-src.zip
>> >
>> > Two binary distributions are provided for user convenience:
>> >         apache-tinkerpop-gremlin-console-3.1.6-bin.zip
>> >         apache-tinkerpop-gremlin-server-3.1.6-bin.zip
>> >
>> > The GPG key used to sign the release artifacts is available at:
>> >     https://dist.apache.org/repos/dist/dev/tinkerpop/KEYS
>> >
>> > The online docs can be found here:
>> >         http://tinkerpop.apache.org/docs/3.1.6/ (user docs)
>> >         http://tinkerpop.apache.org/docs/3.1.6/upgrade/ (upgrade docs)
>> >         http://tinkerpop.apache.org/javadocs/3.1.6/core/ (core javadoc)
>> >         http://tinkerpop.apache.org/javadocs/3.1.6/full/ (full javadoc)
>> >
>> > The tag in Apache Git can be found here:
>> >
>> > https://git-wip-us.apache.org/repos/asf?p=tinkerpop.git;a=ta
>> > g;h=refs/tags/3.1.6
>> >
>> > The release notes are available here:
>> >
>> > https://github.com/apache/tinkerpop/blob/3.1.6/CHANGELOG.asc
>> > iidoc#tinkerpop-316-release-date-february-3-2017
>> >
>> > The [VOTE] will be open for the next 72 hours --- closing Monday
>> (2/6/2017)
>> > at 5:00 PM CST.
>> >
>> > My vote is +1.
>> >
>> > Thank you very much,
>> > Ted Wilmes
>> >
>>



-- 
David M. Brown
R.A. CulturePlex Lab, Western University

Reply via email to