I think you just need to import our public keys. just download this:

https://dist.apache.org/repos/dist/dev/tinkerpop/KEYS

and then:

 $ gpg --import KEYS

i think that's it anyway.....

On Wed, Aug 7, 2019 at 1:43 PM Joshua Shinavier <j...@fortytwo.net> wrote:

> Thanks, Stephen. I tried the script from the 3.4.3 tag, and ran into the
> following. What am I doing wrong?
>
>
> $ bin/validate-distribution.sh 3.4.3
>
>
> Validating binary distributions
>
>
> usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
>
> [-e pattern] [-f file] [--binary-files=value] [--color=when]
>
> [--context[=num]] [--directories=action] [--label] [--line-buffered]
>
> [--null] [pattern] [file ...]
>
> (23) Failed writing body
>
> * downloading Apache TinkerPop Gremlin
> (apache-tinkerpop-gremlin-console-3.4.3-bin.zip)... OK
>
> * validating signatures and checksums ...
>
>   * PGP signature ... failed
>
>
>
> On Wed, Aug 7, 2019 at 10:25 AM Stephen Mallette <spmalle...@gmail.com>
> wrote:
>
> > You can use:
> >
> >
> >
> https://github.com/apache/tinkerpop/blob/master/bin/validate-distribution.sh
> >
> >
> > it does "everything" - just make sure to run it from the branch on which
> > the release was done.
> >
> > On Wed, Aug 7, 2019 at 1:19 PM Joshua Shinavier <j...@fortytwo.net>
> wrote:
> >
> > > Humble +1 from me. Cool logo. Daniel, what script are you using for
> > > validating the distribution?
> > >
> > > Josh
> > >
> > > On Wed, Aug 7, 2019 at 7:35 AM Robert Dale <robd...@gmail.com> wrote:
> > >
> > > > Best durn lookin' docs ever!
> > > > VOTE +1
> > > >
> > > > Robert Dale
> > > >
> > > >
> > > > On Wed, Aug 7, 2019 at 7:39 AM Daniel Kuppitz <m...@gremlin.guru>
> wrote:
> > > >
> > > > > Distribution validation is looking good.
> > > > >
> > > > > Validating binary distributions
> > > > >
> > > > > * downloading Apache TinkerPop Gremlin
> > > > > (apache-tinkerpop-gremlin-console-3.4.3-bin.zip)... OK
> > > > > * validating signatures and checksums ...
> > > > >   * PGP signature ... OK
> > > > >   * SHA512 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.4.3-bin.zip)... OK
> > > > > * validating signatures and checksums ...
> > > > >   * PGP signature ... OK
> > > > >   * SHA512 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.4.3
> > > (apache-tinkerpop-3.4.3-src.zip)...
> > > > OK
> > > > > * validating signatures and checksums ...
> > > > >   * PGP signature ... OK
> > > > >   * SHA512 checksum ... OK
> > > > > * unzipping Apache TinkerPop 3.4.3 ... OK
> > > > > * checking source files ... OK
> > > > > * building project ... OK
> > > > >
> > > > >
> > > > > Skimmed over the docs, with focus on common problem areas, no
> issues
> > > > found.
> > > > >
> > > > > VOTE +1
> > > > >
> > > > > Cheers,
> > > > > Daniel
> > > > >
> > > > >
> > > > >
> > > > > On Tue, Aug 6, 2019 at 4:11 AM Stephen Mallette <
> > spmalle...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Hello,
> > > > > >
> > > > > > We are happy to announce that TinkerPop 3.4.3 is ready for
> release.
> > > > > >
> > > > > > The release artifacts can be found at this location:
> > > > > >         https://dist.apache.org/repos/dist/dev/tinkerpop/3.4.3/
> > > > > >
> > > > > > The source distribution is provided by:
> > > > > >         apache-tinkerpop-3.4.3-src.zip
> > > > > >
> > > > > > Two binary distributions are provided for user convenience:
> > > > > >         apache-tinkerpop-gremlin-console-3.4.3-bin.zip
> > > > > >         apache-tinkerpop-gremlin-server-3.4.3-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.4.3/ (user docs)
> > > > > >         http://tinkerpop.apache.org/docs/3.4.3/upgrade/ (upgrade
> > > docs)
> > > > > >         http://tinkerpop.apache.org/javadocs/3.4.3/core/ (core
> > > > javadoc)
> > > > > >         http://tinkerpop.apache.org/javadocs/3.4.3/full/ (full
> > > > javadoc)
> > > > > >         http://tinkerpop.apache.org/dotnetdocs/3.4.3/ (.NET API
> > > docs)
> > > > > >         http://tinkerpop.apache.org/jsdocs/3.4.3/ (Javascript
> API
> > > > docs)
> > > > > >
> > > > > > The tag in Apache Git can be found here:
> > > > > >         https://github.com/apache/tinkerpop/tree/3.4.3
> > > > > >
> > > > > > The release notes are available here:
> > > > > >
> > > > > https://github.com/apache/tinkerpop/blob/3.4.3/CHANGELOG.asciidoc
> > > > > >
> > > > > > The [VOTE] will be open for the next 72 hours --- closing Friday
> > > > (August
> > > > > 9,
> > > > > > 2019) at 7am EST.
> > > > > >
> > > > > > My vote is +1.
> > > > > >
> > > > >
> > > >
> > >
> >
>

Reply via email to