You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/04/11 16:05:39 UTC

[beam-site] branch mergebot updated (e0a3a96 -> 58fd659)

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a change to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from e0a3a96  This closes #414
     add 5d24010  Prepare repository for deployment.
     new f5bf55a  Fix tox lint command in contribution guide
     new 58fd659  This closes #415

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contribute/contribution-guide/index.html | 10 +++---
 content/contribute/intellij/index.html           | 45 +++++++++++++-----------
 content/contribute/maturity-model/index.html     |  2 +-
 content/contribute/runner-guide/index.html       | 38 +++++++-------------
 content/contribute/testing/index.html            | 36 ++++++++-----------
 5 files changed, 58 insertions(+), 73 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.

[beam-site] 01/02: Fix tox lint command in contribution guide

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit f5bf55ad9c7590ad825dcc36d0ff05ffb866abca
Author: Charles Chen <cc...@google.com>
AuthorDate: Tue Apr 10 11:20:06 2018 -0700

    Fix tox lint command in contribution guide
---
 content/contribute/contribution-guide/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/contribute/contribution-guide/index.html b/content/contribute/contribution-guide/index.html
index a3fd4c4..5c965df 100644
--- a/content/contribute/contribution-guide/index.html
+++ b/content/contribute/contribution-guide/index.html
@@ -456,7 +456,7 @@ environment before testing your code.</p>
 command.</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ pip install tox
-$ tox -e lint_py2,lint_py3
+$ tox -e py27-lint,py3-lint
 </code></pre>
 </div>
 

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.

[beam-site] 02/02: This closes #415

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 58fd6599d6051d73696a02c3e834eec52d9679ea
Merge: 5d24010 f5bf55a
Author: Mergebot <me...@apache.org>
AuthorDate: Wed Apr 11 09:05:09 2018 -0700

    This closes #415

 content/contribute/contribution-guide/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.