Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-980 [created] 7e907ce55


added links to docs from upgrade note; added warning about -i


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

Branch: refs/heads/TINKERPOP-980
Commit: 40b35ca40b2ba7552a3a8cd56ac60366b59d88e2
Parents: 47de534
Author: Robert Dale <robd...@gmail.com>
Authored: Fri Sep 30 11:11:29 2016 -0400
Committer: Robert Dale <robd...@gmail.com>
Committed: Thu Nov 17 03:45:36 2016 -0500

----------------------------------------------------------------------
 docs/src/upgrade/release-3.3.x.asciidoc       | 4 ++--
 gremlin-server/src/main/bin/gremlin-server.sh | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/40b35ca4/docs/src/upgrade/release-3.3.x.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.3.x.asciidoc 
b/docs/src/upgrade/release-3.3.x.asciidoc
index 6935eed..9743d51 100644
--- a/docs/src/upgrade/release-3.3.x.asciidoc
+++ b/docs/src/upgrade/release-3.3.x.asciidoc
@@ -118,6 +118,6 @@ Gremlin-server.sh and Init Scripts
 
 `gremlin-server.sh` is now also an init script and can no longer be started 
without parameters. To start it in the foreground, please use the `console` 
parameter. Also, it will still start in the foreground when provided a yaml 
configuration file.
 
-How to install as a service has been added to the reference docs.
+How to install as a service has been added to the 
link:http://tinkerpop.apache.org/docs/3.2.3/reference/#_as_a_service[Reference 
Documentation - As A Service].
 
-See: link:https://issues.apache.org/jira/browse/TINKERPOP-980[TINKERPOP-980]
+See: link:https://issues.apache.org/jira/browse/TINKERPOP-980[TINKERPOP-980], 
link:http://tinkerpop.apache.org/docs/3.2.3/reference/#_configuring_2[Reference 
Documentation - Server Configuration].

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/40b35ca4/gremlin-server/src/main/bin/gremlin-server.sh
----------------------------------------------------------------------
diff --git a/gremlin-server/src/main/bin/gremlin-server.sh 
b/gremlin-server/src/main/bin/gremlin-server.sh
index 2dc3ae2..fec465c 100755
--- a/gremlin-server/src/main/bin/gremlin-server.sh
+++ b/gremlin-server/src/main/bin/gremlin-server.sh
@@ -254,6 +254,7 @@ case "$1" in
     ;;
   -i)
     shift
+    echo "Redirecting to 'install $@' (-i will be removed in a future release)"
     install "$@"
     ;;
   install)

Reply via email to