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/06/23 01:58:53 UTC

[1/2] incubator-tinkerpop git commit: fixed the 99% progress bar

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 707ea2fe7 -> 4f4c3c639


fixed the 99% progress bar


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

Branch: refs/heads/master
Commit: 5064aa8248063f0eb9bd94bbd9ceda633bd548b3
Parents: 7e54282
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Tue Jun 23 01:58:22 2015 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Tue Jun 23 01:58:22 2015 +0200

----------------------------------------------------------------------
 docs/preprocessor/preprocess-file.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/5064aa82/docs/preprocessor/preprocess-file.sh
----------------------------------------------------------------------
diff --git a/docs/preprocessor/preprocess-file.sh b/docs/preprocessor/preprocess-file.sh
index 2251093..fd68687 100755
--- a/docs/preprocessor/preprocess-file.sh
+++ b/docs/preprocessor/preprocess-file.sh
@@ -35,7 +35,7 @@ fi
 
 trap cleanup INT
 
-function cleanup() {
+function cleanup {
   rm -rf ${output}
   exit 255
 }
@@ -69,6 +69,10 @@ if [ $(grep -c '^\[gremlin' ${input}) -gt 0 ]; then
     [ ${ec} -eq 0 ] || break
   done
 
+  if [ ${ec} -eq 0 ]; then
+    processed
+  fi
+
   echo
   popd > /dev/null
   if [ ${ec} -ne 0 ]; then


[2/2] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop

Posted by dk...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop


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

Branch: refs/heads/master
Commit: 4f4c3c63939f0204a8c361e92fd97e75bcf50624
Parents: 5064aa8 707ea2f
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Tue Jun 23 01:58:33 2015 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Tue Jun 23 01:58:33 2015 +0200

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |  1 +
 .../gremlin/process/traversal/Traversal.java    | 22 +++++++++++++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)
----------------------------------------------------------------------