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/08/15 01:23:16 UTC

[beam-site] branch mergebot updated (6ca5d48 -> 6802cdb)

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 6ca5d48  This closes #536
     add a80a30b  Prepare repository for deployment.
     new 34131c4  Add instructions about how to build python wheels
     new 6802cdb  This closes #538

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:
 .../capability/2016/03/17/capability-matrix.html   |  19 +-
 .../2016/04/03/presentation-materials.html         |  19 +-
 .../sdk/2016/02/25/python-sdk-now-public.html      |  19 +-
 content/beam/release/2016/06/15/first-release.html |  19 +-
 .../2016/10/11/strata-hadoop-world-and-beam.html   |  19 +-
 .../update/website/2016/02/22/beam-has-a-logo.html |  19 +-
 .../blog/2016/05/18/splitAtFraction-method.html    |  19 +-
 .../05/27/where-is-my-pcollection-dot-map.html     |  19 +-
 .../2016/06/13/flink-batch-runner-milestone.html   |  19 +-
 content/blog/2016/08/03/six-months.html            |  19 +-
 content/blog/2016/10/20/test-stream.html           |  19 +-
 content/blog/2017/01/09/added-apex-runner.html     |  19 +-
 content/blog/2017/01/10/beam-graduates.html        |  19 +-
 .../blog/2017/02/01/graduation-media-recap.html    |  19 +-
 content/blog/2017/02/13/stateful-processing.html   |  19 +-
 content/blog/2017/03/16/python-sdk-release.html    |  19 +-
 .../blog/2017/05/17/beam-first-stable-release.html |  19 +-
 content/blog/2017/08/16/splittable-do-fn.html      |  19 +-
 content/blog/2017/08/28/timely-processing.html     |  19 +-
 content/blog/2018/01/09/beam-a-look-back.html      |  19 +-
 content/blog/2018/02/19/beam-2.3.0.html            |  19 +-
 content/blog/2018/06/26/beam-2.5.0.html            |  19 +-
 content/blog/2018/08/10/beam-2.6.0.html            |  88 +++--
 content/blog/index.html                            | 437 +++------------------
 content/feed.xml                                   |  67 ++--
 src/contribute/release-guide.md                    |  12 +-
 26 files changed, 241 insertions(+), 781 deletions(-)


[beam-site] 01/02: Add instructions about how to build python wheels

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 34131c4e0ee816fd72e3a46f6bb41b3538029894
Author: Boyuan Zhang <bo...@google.com>
AuthorDate: Tue Aug 14 16:04:16 2018 -0700

    Add instructions about how to build python wheels
---
 src/contribute/release-guide.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/contribute/release-guide.md b/src/contribute/release-guide.md
index aaffb28..dca62c2 100644
--- a/src/contribute/release-guide.md
+++ b/src/contribute/release-guide.md
@@ -423,7 +423,9 @@ Javadoc to the Javadoc for other modules that Beam depends on.
 
 The core of the release process is the build-vote-fix cycle. Each cycle produces one release candidate. The Release Manager repeats this cycle until the community approves one release candidate, which is then finalized.
 
-For this step, we recommend you using automation script to create a RC, but you still can perform all steps manually if you want.
+For this step, we recommend you using automation script to create a RC, but you still can perform all steps manually if you want. 
+
+*BUT* the final step of rc creation is `Build and stage python wheels`, which need to done manually.
 
 ### Run build_release_candidate.sh to create RC
 * Script: [build_release_candidate.sh](https://github.com/apache/beam/blob/master/release/src/main/scripts/build_release_candidate.sh)
@@ -571,6 +573,14 @@ Add the new Pydoc to [SDK API Reference page]({{ site.baseurl }}/documentation/s
 
 Finally, propose a pull request with these changes. (Don’t merge before finalizing the release.)
 
+#### Build and stage python wheels
+
+There is a wrapper repo [beam-wheels](https://github.com/apache/beam-wheels) to help build python wheels.
+
+If you are interested in how it works, please refer to the [structure section](https://github.com/apache/beam-wheels#structure).
+
+Please follow the [user guide](https://github.com/apache/beam-wheels#user-guide) to build python wheels.
+
 #### Checklist to proceed to the next step
 
 1. Maven artifacts deployed to the staging repository of [repository.apache.org](https://repository.apache.org/content/repositories/)


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

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 6802cdb49c8220e731b70e71175f8021eafdca43
Merge: a80a30b 34131c4
Author: Mergebot <me...@apache.org>
AuthorDate: Wed Aug 15 01:22:36 2018 +0000

    This closes #538

 src/contribute/release-guide.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)