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

[1/2] tinkerpop git commit: Added notes for deploying to pypi and building/testing gremlin-python

Repository: tinkerpop
Updated Branches:
  refs/heads/master 1e0d7de10 -> 718a5eca9


Added notes for deploying to pypi and building/testing gremlin-python


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

Branch: refs/heads/master
Commit: fac401557be99f401f8aaa34413c4a8a363d3334
Parents: 1e0d7de
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Sep 2 08:52:29 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Sep 2 08:52:29 2016 -0400

----------------------------------------------------------------------
 docs/src/dev/developer/release.asciidoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fac40155/docs/src/dev/developer/release.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc
index 8b16e2d..ae8e912 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -46,7 +46,7 @@ and communicating with other members of the community.
 under release is protected. Tweaks to documentation and other odds and ends related to release are still allowed
 during this period.
 . At some point during the week:
-.. Run the full integration test suite: `mvn clean install -DskipIntegrationTests=false -DincludeNeo4j`
+.. Run the full integration test suite: `mvn clean install -DskipIntegrationTests=false -DincludeNeo4j -DglvPython`
 .. Deploy a final SNAPSHOT to the snapshot repository.
 .. Review LICENSE and NOTICE files to make sure that no <<dependencies,changes are needed>>.
 .. Review javadoc filters on the "Core API" docs to be sure nothing needs to change.
@@ -70,7 +70,7 @@ A release candidate is an unofficial release that is represented by a tagged ver
 offered in cases where there is significant change in a particular version and the potential for upgrades and problems
 might be high.
 
-. `mvn clean install -DincludeNeo4j`
+. `mvn clean install -DincludeNeo4j -DglvPython`
 .. `mvn verify -DskipIntegrationTests=false -DincludeNeo4j`
 .. `mvn verify -DskipPerformanceTests=false`
 . `bin/publish-docs.sh <username>` - note that under a release candidate the documentation is published as SNAPSHOT
@@ -145,6 +145,8 @@ Release & Promote
 -----------------
 
 . Login to link:https://repository.apache.org/[Apache Nexus] and release the previously closed repository.
+. Deploy to link:https://pypi.python.org/pypi[pypi] with `mvn clean install -DskipTests -DglvPython -Dpypi`. It is likely necessary
+that this build will occur from the tag for the release, so be sure to checkout the tag first before executing this step.
 . `svn co --depth empty https://dist.apache.org/repos/dist/dev/tinkerpop dev; svn up dev/xx.yy.zz`
 . `svn co --depth empty https://dist.apache.org/repos/dist/release/tinkerpop release; mkdir release/xx.yy.zz`
 . Copy release files from `dev/xx.yy.zz` to `release/xx.yy.zz`.


[2/2] tinkerpop git commit: Minor fixes to formatting and text in docs

Posted by sp...@apache.org.
Minor fixes to formatting and text in docs


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

Branch: refs/heads/master
Commit: 718a5eca9c90fd4c536a4f58ae8cb2e9ecf4034f
Parents: fac4015
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Sep 2 10:33:44 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Sep 2 10:33:44 2016 -0400

----------------------------------------------------------------------
 docs/src/dev/developer/administration.asciidoc | 8 ++++----
 docs/src/reference/intro.asciidoc              | 2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/718a5eca/docs/src/dev/developer/administration.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/administration.asciidoc b/docs/src/dev/developer/administration.asciidoc
index 39fea01..fda8ecb 100644
--- a/docs/src/dev/developer/administration.asciidoc
+++ b/docs/src/dev/developer/administration.asciidoc
@@ -77,12 +77,12 @@ Assuming the iCLA included items from step 3, the secretary will handle account
 the PMC chair to link:http://www.apache.org/dev/pmc.html#newcommitter[handle such things]. Once the account is
 established the PMC chair will then need to:
 
-1. Validate that the iCLA is on file either through link:https://svn.apache.org/repos/private/foundation/officers/[svn]
+. Validate that the iCLA is on file either through link:https://svn.apache.org/repos/private/foundation/officers/[svn]
 or through link:http://people.apache.org/committer-index.html[people.apache.org].
-1. Request that the account be created. The PMC Chair may do this through the link:http://infra.apache.org/[Account Request Form].
-1. Once verified, provide the new committer access to the repository, which is most easily done through
+. Request that the account be created. The PMC Chair may do this through the link:http://infra.apache.org/[Account Request Form].
+. Once verified, provide the new committer access to the repository, which is most easily done through
 link:https://whimsy.apache.org/roster/committee/[Whimsy].
-1. Send an announcement email to the developer and user mailing lists with the template below.
+. Send an announcement email to the developer and user mailing lists with the template below.
 
 [source,text]
 ----

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/718a5eca/docs/src/reference/intro.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/intro.asciidoc b/docs/src/reference/intro.asciidoc
index 01df052..d38e23b 100644
--- a/docs/src/reference/intro.asciidoc
+++ b/docs/src/reference/intro.asciidoc
@@ -380,6 +380,8 @@ and link:http://mrhaki.blogspot.de/2009/08/groovy-goodness-turn-methods-into.htm
 <4> Groovy is lenient on object typing and Java is not. When the parameter type of the lambda is not known,
 typecasting is required.
 
+Please see the <<gremlin-variants, Gremlin Variants>> section for more information on this topic.
+
 Graph System Integration
 ------------------------