You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2016/05/04 09:35:52 UTC

[1/2] incubator-tinkerpop git commit: Another CTR.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 76d5be223 -> 3e7d19d65


Another CTR.

Some tests don't seem to clean up the /tmp/neo4j directory, which leads to failures
when the Docker build script runs its sequence of processes. The build script now
ensures that the directory gets deleted before the docs processor starts.


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

Branch: refs/heads/master
Commit: c653c138d131786f3923bb8663672fec48842859
Parents: 0f7e587
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed May 4 09:32:49 2016 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed May 4 09:32:49 2016 +0200

----------------------------------------------------------------------
 docker/scripts/build.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/c653c138/docker/scripts/build.sh
----------------------------------------------------------------------
diff --git a/docker/scripts/build.sh b/docker/scripts/build.sh
index bc7464f..2ee4dff 100755
--- a/docker/scripts/build.sh
+++ b/docker/scripts/build.sh
@@ -77,6 +77,7 @@ if [ ! -z "${BUILD_USER_DOCS}" ]; then
   # build docs
   mkdir -p ~/.groovy
   cp docker/resources/groovy/grapeConfig.xml ~/.groovy/
+  rm -rf /tmp/neo4j
   bin/process-docs.sh || exit 1
 
   # start a simple HTTP server


[2/2] incubator-tinkerpop git commit: Merge branch 'tp31'

Posted by dk...@apache.org.
Merge branch 'tp31'


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

Branch: refs/heads/master
Commit: 3e7d19d65a88d02698b6ed0e2e4e0abff17fd1c0
Parents: 76d5be2 c653c13
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed May 4 09:35:37 2016 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed May 4 09:35:37 2016 +0200

----------------------------------------------------------------------
 docker/scripts/build.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------