This is an automated email from the ASF dual-hosted git repository.

dkuppitz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new dfc88b4  CTR: create .glv files before building project in validation 
script
     new 6ae962a  Merge branch 'tp33'
dfc88b4 is described below

commit dfc88b457b7996ae564aa1e61f7daec629f43e10
Author: Daniel Kuppitz <[email protected]>
AuthorDate: Thu Jan 3 14:33:00 2019 -0700

    CTR: create .glv files before building project in validation script
---
 bin/validate-distribution.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/validate-distribution.sh b/bin/validate-distribution.sh
index 1c02f90..55cb164 100755
--- a/bin/validate-distribution.sh
+++ b/bin/validate-distribution.sh
@@ -137,6 +137,7 @@ echo "OK"
 if [ "${TYPE}" = "SOURCE" ]; then
 cd ${DIR_NAME}
 echo -n "* building project ... "
+touch 
{gremlin-dotnet,gremlin-dotnet/src,gremlin-dotnet/test,gremlin-python,gremlin-javascript}/.glv
 LOG_FILE="${TMP_DIR}/mvn-clean-install-${VERSION}.log"
 mvn clean install -q > "${LOG_FILE}" 2>&1 || {
   echo "failed"

Reply via email to