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 01:07:17 UTC

[beam-site] branch mergebot updated (a49c7b1 -> 8ed8fc8)

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 a49c7b1  This closes #413
     add cc24caa  Prepare repository for deployment.
     add c9cc9ac  parallelise test
     add e95720d  This closes #405
     new 9990581  Fix tox lint command in contribution guide
     new 8ed8fc8  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:
 README.md                                        | 2 ++
 Rakefile                                         | 4 +++-
 content/contribute/contribution-guide/index.html | 2 +-
 content/contribute/work-in-progress/index.html   | 2 +-
 4 files changed, 7 insertions(+), 3 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 9990581f21d1d59242e6e2520f25483b57c5fd98
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 96e09a4..a8985b7 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 8ed8fc85269a6390f9be234f5e1feca036104f79
Merge: e95720d 9990581
Author: Mergebot <me...@apache.org>
AuthorDate: Tue Apr 10 18:06:58 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.