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/25 17:37:40 UTC

[beam-site] branch mergebot updated (6d18f50 -> 6cdec24)

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.


 discard 6d18f50  This closes #418
 discard 3573c7f  Update Nexmark launch instructions for Gradle
     new 7ec72b8  Ignore jstorm.io to unblock presubmits.
     new 6cdec24  This closes #429

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6d18f50)
            \
             N -- N -- N   refs/heads/mergebot (6cdec24)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 Rakefile                          |   1 +
 src/documentation/sdks/nexmark.md | 270 ++++++++++++++------------------------
 2 files changed, 96 insertions(+), 175 deletions(-)

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

[beam-site] 01/02: Ignore jstorm.io to unblock presubmits.

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 7ec72b8ab0d6062cc83f3c3f6a93eb516ed6efc9
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Wed Apr 25 10:09:50 2018 -0700

    Ignore jstorm.io to unblock presubmits.
---
 Rakefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Rakefile b/Rakefile
index 605ed5b..3f1d232 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,6 +12,7 @@ task :test do
     :allow_hash_href => true,
     :check_html => true,
     :file_ignore => [/javadoc/, /v2/, /pydoc/],
+    :url_ignore => [/jstorm.io/],
     :parallel => { :in_processes => Etc.nprocessors },
     }).run
 end

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

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

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 6cdec2465b1cfaa39ca41c8f6d954ec677e7842f
Merge: 5a9fb94 7ec72b8
Author: Mergebot <me...@apache.org>
AuthorDate: Wed Apr 25 10:36:43 2018 -0700

    This closes #429

 Rakefile | 1 +
 1 file changed, 1 insertion(+)

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