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 2017/11/28 14:47:59 UTC

[beam-site] branch asf-site updated (8b22ab9 -> 7c0fb4a)

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

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


    from 8b22ab9  This closes #348
     add 91a6e2a  Update SCM URL to use gitbox instead of git-wip-us
     add 6ec5740  This closes #354
     new 7c0fb4a  Prepare repository for deployment.

The 1 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/maturity-model/index.html         |  2 +-
 content/contribute/source-repository/index.html      |  6 +++---
 content/get-started/mobile-gaming-example/index.html |  2 +-
 src/contribute/contribution-guide.md                 | 10 +++++-----
 src/contribute/maturity-model.md                     |  2 +-
 src/contribute/source-repository.md                  |  6 +++---
 7 files changed, 19 insertions(+), 19 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam-site] 01/01: Prepare repository for deployment.

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

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

commit 7c0fb4aff89fabde81ad99a0f5919eaa903c0293
Author: Mergebot <me...@apache.org>
AuthorDate: Tue Nov 28 14:47:57 2017 +0000

    Prepare repository for deployment.
---
 content/contribute/contribution-guide/index.html     | 10 +++++-----
 content/contribute/maturity-model/index.html         |  2 +-
 content/contribute/source-repository/index.html      |  6 +++---
 content/get-started/mobile-gaming-example/index.html |  2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/content/contribute/contribution-guide/index.html b/content/contribute/contribution-guide/index.html
index cfc678e..da56a19 100644
--- a/content/contribute/contribution-guide/index.html
+++ b/content/contribute/contribution-guide/index.html
@@ -269,7 +269,7 @@
 <ol>
   <li><strong>Code:</strong> The best part ;-)</li>
   <li><strong>Review:</strong> Submit a pull request with your contribution to our <a href="https://github.com/apache/beam/">GitHub mirror</a>. Work with a committer to review and iterate on the code, if needed.</li>
-  <li><strong>Commit:</strong> A Beam committer merges the pull request into our <a href="https://git-wip-us.apache.org/repos/asf/beam.git">Apache repository</a>.</li>
+  <li><strong>Commit:</strong> A Beam committer merges the pull request into our <a href="https://gitbox.apache.org/repos/asf/beam.git">Apache repository</a>.</li>
 </ol>
 
 <p>We look forward to working with you!</p>
@@ -614,7 +614,7 @@ $ git push &lt;GitHub_user&gt; --delete &lt;my-branch&gt;
 <p>The community will close stale pull requests in order to keep the project healthy. A pull request becomes stale after its author fails to respond to actionable comments for 60 days.  Author of a closed pull request is welcome to reopen the same pull request again in the future. The associated JIRAs will be unassigned from the author but will stay open.</p>
 
 <h2 id="commit-committers-only">Commit (committers only)</h2>
-<p>Once the code has been peer reviewed by a committer, the next step is for the committer to merge it into the <a href="https://git-wip-us.apache.org/repos/asf/beam.git">authoritative Apache repository</a>, not the read-only GitHub mirror. (In the case that the author is also a committer, it is acceptable for either the author of the change or committer who reviewed the change to do the merge. Just be explicit about whose job it is!)</p>
+<p>Once the code has been peer reviewed by a committer, the next step is for the committer to merge it into the <a href="https://gitbox.apache.org/repos/asf/beam.git">authoritative Apache repository</a>, not the read-only GitHub mirror. (In the case that the author is also a committer, it is acceptable for either the author of the change or committer who reviewed the change to do the merge. Just be explicit about whose job it is!)</p>
 
 <p>Pull requests should not be merged before the review has received an explicit LGTM from another committer. Exceptions to this rule may be made rarely, on a case-by-case basis only, in the committer’s discretion for situations such as build breakages.</p>
 
@@ -625,7 +625,7 @@ $ git push &lt;GitHub_user&gt; --delete &lt;my-branch&gt;
 <h3 id="one-time-setup-1">One-time Setup</h3>
 <p>Add the Apache Git remote in your local clone, by running:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>$ git remote add apache https://git-wip-us.apache.org/repos/asf/beam.git
+<div class="highlighter-rouge"><pre class="highlight"><code>$ git remote add apache https://gitbox.apache.org/repos/asf/beam.git
 </code></pre>
 </div>
 
@@ -645,8 +645,8 @@ $ git push &lt;GitHub_user&gt; --delete &lt;my-branch&gt;
 <p>You can confirm your configuration by running the following command.</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ git remote -v
-apache	https://git-wip-us.apache.org/repos/asf/beam.git (fetch)
-apache	https://git-wip-us.apache.org/repos/asf/beam.git (push)
+apache	https://gitbox.apache.org/repos/asf/beam.git (fetch)
+apache	https://gitbox.apache.org/repos/asf/beam.git (push)
 github	https://github.com/apache/beam.git (fetch)
 github	https://github.com/apache/beam.git (push)
 &lt;username&gt;	git@github.com:&lt;username&gt;/beam.git (fetch)
diff --git a/content/contribute/maturity-model/index.html b/content/contribute/maturity-model/index.html
index a5a9323..6b97c30 100644
--- a/content/contribute/maturity-model/index.html
+++ b/content/contribute/maturity-model/index.html
@@ -184,7 +184,7 @@ graduation process and is no longer being maintained.</em></p>
     <tr>
       <td><p>CD20</p></td>
       <td><p>The project&#39;s code is easily discoverable and publicly accessible.</p></td>
-      <td><p><b>YES.</b> Linked from the <a href="/contribute/source-repository/">website</a>, available via <a href="https://git-wip-us.apache.org/repos/asf?p%3Dbeam.git">git.apache.org</a> and <a href="https://github.com/apache/beam">GitHub</a>.</p></td>
+      <td><p><b>YES.</b> Linked from the <a href="/contribute/source-repository/">website</a>, available via <a href="https://gitbox.apache.org/repos/asf?p%3Dbeam.git">git.apache.org</a> and <a href="https://github.com/apache/beam">GitHub</a>.</p></td>
     </tr>
     <tr>
       <td><p>CD30</p></td>
diff --git a/content/contribute/source-repository/index.html b/content/contribute/source-repository/index.html
index 01263d5..dd54e1a 100644
--- a/content/contribute/source-repository/index.html
+++ b/content/contribute/source-repository/index.html
@@ -145,19 +145,19 @@
 <h2 id="web-browser-access">Web Browser Access</h2>
 <p>The following is a link to a browsable version of the source repository:</p>
 
-<p><a href="https://git-wip-us.apache.org/repos/asf/beam.git">https://git-wip-us.apache.org/repos/asf/beam.git</a></p>
+<p><a href="https://gitbox.apache.org/repos/asf/beam.git">https://gitbox.apache.org/repos/asf/beam.git</a></p>
 
 <h2 id="anonymous-access">Anonymous Access</h2>
 <p>The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>$ git clone https://git-wip-us.apache.org/repos/asf/beam.git
+<div class="highlighter-rouge"><pre class="highlight"><code>$ git clone https://gitbox.apache.org/repos/asf/beam.git
 </code></pre>
 </div>
 
 <h2 id="developer-access">Developer Access</h2>
 <p>Only project developers can access the Git tree via this method (See http://git-scm.com/docs/git-clone).</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>$ git clone https://git-wip-us.apache.org/repos/asf/beam.git
+<div class="highlighter-rouge"><pre class="highlight"><code>$ git clone https://gitbox.apache.org/repos/asf/beam.git
 </code></pre>
 </div>
 
diff --git a/content/get-started/mobile-gaming-example/index.html b/content/get-started/mobile-gaming-example/index.html
index e6d7c07..f6483b9 100644
--- a/content/get-started/mobile-gaming-example/index.html
+++ b/content/get-started/mobile-gaming-example/index.html
@@ -353,7 +353,7 @@
   <span class="c"># workflow rely on global context (e.g., a module imported at module level).</span>
   <span class="n">options</span><span class="o">.</span><span class="n">view_as</span><span class="p">(</span><span class="n">SetupOptions</span><span class="p">)</span><span class="o">.</span><span class="n">save_main_session</span> <span class="o">=</span> <span class="bp">True</span>
 
-  <span class="k">with</span> <span class="n">beam</span><span class="o">.</span><span class="n">Pipeline</span><span class="p">(</span><span class="n">argv</span><span class="o">=</span><span class="n">pipeline_args</span><span class="p">)</span> <span class="k">as</span> <span class="n">p</span><span class="p">:</span>
+  <span class="k">with</span> <span class="n">beam</span><span class="o">.</span><span class="n">Pipeline</span><span class="p">(</span><span class="n">options</span><span class="o">=</span><span class="n">options</span><span class="p">)</span> <span class="k">as</span> <span class="n">p</span><span class="p">:</span>
     <span class="k">def</span> <span class="nf">format_user_score_sums</span><span class="p">(</span><span class="n">user_score</span><span class="p">):</span>
       <span class="p">(</span><span class="n">user</span><span class="p">,</span> <span class="n">score</span><span class="p">)</span> <span class="o">=</span> <span class="n">user_score</span>
       <span class="k">return</span> <span class="s">'user: </span><span class="si">%</span><span class="s">s, total_score: </span><span class="si">%</span><span class="s">s'</span> <span class="o">%</span> <span class="p">(</span><span class="n">user</span><span class="p">,</span> <span class="n">score</span><span class="p">)</span>

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.