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 2015/05/30 00:59:25 UTC

incubator-tinkerpop git commit: fixed number of parallel processes (to make it work on OSX)

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/preprocessor 3fd4b4dfa -> eb7252840


fixed number of parallel processes (to make it work on OSX)


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

Branch: refs/heads/preprocessor
Commit: eb725284055949b77cf450049cdc3da5d2f3bbdf
Parents: 3fd4b4d
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Sat May 30 00:59:08 2015 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Sat May 30 00:59:08 2015 +0200

----------------------------------------------------------------------
 docs/preprocessor/preprocess.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/eb725284/docs/preprocessor/preprocess.sh
----------------------------------------------------------------------
diff --git a/docs/preprocessor/preprocess.sh b/docs/preprocessor/preprocess.sh
index 14ec7c7..ef2ef8f 100755
--- a/docs/preprocessor/preprocess.sh
+++ b/docs/preprocessor/preprocess.sh
@@ -89,7 +89,7 @@ fi
 cp ${TP_HOME}/hadoop-gremlin/conf/* "${CONSOLE_HOME}/conf/"
 
 # process *.asciidoc files
-find "${TP_HOME}/docs/src/" -name "*.asciidoc" | xargs -n1 -P0 "${TP_HOME}/docs/preprocessor/preprocess-file.sh" "${CONSOLE_HOME}"
+find "${TP_HOME}/docs/src/" -name "*.asciidoc" | xargs -n1 -P8 "${TP_HOME}/docs/preprocessor/preprocess-file.sh" "${CONSOLE_HOME}"
 
 cleanup