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 <twil...@gmail.com>
Authored: Tue Sep 6 13:22:50 2016 -0500
Committer: Ted Wilmes <twil...@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 <spmalle...@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) <twil...@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

Reply via email to