You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/09/06 18:31:09 UTC

[1/2] tinkerpop git commit: Added line to validate-distributions.sh to accept my pgp key. CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/master 02434b258 -> 8aedbccce


Added line to validate-distributions.sh to accept my pgp key. CTR


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

Branch: refs/heads/master
Commit: 16057b153a7714adc0f13c2ad9522b1262caf503
Parents: b0d4c83
Author: Ted Wilmes <tw...@gmail.com>
Authored: Tue Sep 6 13:22:50 2016 -0500
Committer: Ted Wilmes <tw...@gmail.com>
Committed: Tue Sep 6 13:22:50 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/16057b15/bin/validate-distribution.sh
----------------------------------------------------------------------
diff --git a/bin/validate-distribution.sh b/bin/validate-distribution.sh
index dcaf8fb..4daaf47 100755
--- a/bin/validate-distribution.sh
+++ b/bin/validate-distribution.sh
@@ -92,6 +92,7 @@ echo "* validating signatures and checksums ... "
 echo -n "  * PGP signature ... "
 [ `gpg ${ZIP_FILENAME}.asc 2>&1 | grep -c '^gpg: Good signature from "Stephen Mallette <sp...@apache.org>"$'` -eq 1 ] || \
 [ `gpg ${ZIP_FILENAME}.asc 2>&1 | grep -c '^gpg: Good signature from "Marko Rodriguez <ok...@apache.org>"$'` -eq 1 ] || \
+[ `gpg ${ZIP_FILENAME}.asc 2>&1 | grep -c '^gpg: Good signature from "Theodore Ratte Wilmes (CODE SIGNING KEY) <tw...@apache.org>"'` -eq 1 ] || \
 { echo "failed"; exit 1; }
 echo "OK"
 
@@ -173,4 +174,4 @@ if [ "${TYPE}" = "CONSOLE" ]; then
   [[ `bin/gremlin.sh <<< ${SCRIPT} | grep '^==>' | sed -e 's/^==>//'` -eq 6 ]] || { echo "failed to evaluate sample script"; exit 1; }
   [[ `bin/gremlin.sh -e ${SCRIPT_FILENAME}` -eq 6 ]] || { echo "failed to evaluate sample script using -e option"; exit 1; }
   echo "OK"
-fi
\ No newline at end of file
+fi


[2/2] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

Posted by sp...@apache.org.
Merge remote-tracking branch 'origin/tp31'


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

Branch: refs/heads/master
Commit: 8aedbccce7205181b47313768d887014ded5eac8
Parents: 02434b2 16057b1
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Sep 6 14:30:47 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Sep 6 14:30:47 2016 -0400

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