You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/02/10 20:36:09 UTC

[3/6] incubator-tinkerpop git commit: Add some instructions to validate-distribution.sh around gpg.

Add some instructions to validate-distribution.sh around gpg.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/51140a42
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/51140a42
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/51140a42

Branch: refs/heads/TINKERPOP-971
Commit: 51140a424ab46dc9a09dc1fae715441c5df88438
Parents: 58b784b
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Feb 10 12:07:16 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Feb 10 12:07:16 2016 -0500

----------------------------------------------------------------------
 bin/validate-distribution.sh | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/51140a42/bin/validate-distribution.sh
----------------------------------------------------------------------
diff --git a/bin/validate-distribution.sh b/bin/validate-distribution.sh
index a88d9bd..fc45401 100755
--- a/bin/validate-distribution.sh
+++ b/bin/validate-distribution.sh
@@ -18,6 +18,14 @@
 # under the License.
 #
 
+# Note that this script validates the signatures of the published
+# artifacts. You must have gpg installed and must import the
+# published KEYS file in order for that aspect of the validation
+# to pass.
+#
+# curl -L -O http://archive.apache.org/dist/incubator/tinkerpop/KEYS
+# gpg --import KEYS
+
 TMP_DIR="/tmp/tpdv"
 
 VERSION=${1}