stephen mallette created TINKERPOP3-976:
-------------------------------------------
Summary: Fail earlier if invalid version is supplied in
validate-distribution.sh
Key: TINKERPOP3-976
URL: https://issues.apache.org/jira/browse/TINKERPOP3-976
Project: TinkerPop 3
Issue Type: Bug
Components: build-release
Affects Versions: 3.0.2-incubating
Reporter: stephen mallette
Assignee: stephen mallette
Priority: Minor
If you flub the command and enter a wrong version, I sort of expected
{{bin/validation-distribution.sh}} to give a error that was more clear on what
went wrong:
{code}
$ bin/validate-distribution.sh 3.1.0
Validating binary distributions
* downloading Apache Gremlin Console (apache-gremlin-console-3.1.0-bin.zip)...
OK
* validating signatures and checksums ...
* PGP signature ... failed
{code}
Right now it looks like the downloading succeeded but failed because of bad PGP.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)