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/03/20 20:56:52 UTC

[beam-site] branch mergebot updated (c0d6c84 -> db02a1a)

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 c0d6c84  This closes #395
 discard 61ec49b  parallelise test
     new 99ed544  Increase link checking timeouts
     new db02a1a  This closes #399

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   (c0d6c84)
            \
             N -- N -- N   refs/heads/mergebot (db02a1a)

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:
 README.md | 2 --
 Rakefile  | 7 ++++---
 2 files changed, 4 insertions(+), 5 deletions(-)

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

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

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 db02a1ab7139b0c2edca44a002358512598e3c07
Merge: 98818ae 99ed544
Author: Mergebot <me...@apache.org>
AuthorDate: Tue Mar 20 13:56:05 2018 -0700

    This closes #399

 Rakefile | 3 +++
 1 file changed, 3 insertions(+)

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

[beam-site] 01/02: Increase link checking timeouts

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 99ed5440cf87d531399c954d5f6e7e1533502d3b
Author: melissa <me...@google.com>
AuthorDate: Wed Mar 7 15:36:20 2018 -0800

    Increase link checking timeouts
---
 Rakefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Rakefile b/Rakefile
index b92022d..1c858cc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,6 +5,9 @@ task :test do
   FileUtils.rm_rf('./.testcontent')
   sh "bundle exec jekyll build --config _config.yml,_config_test.yml"
   HTMLProofer.check_directory("./.testcontent", {
+    :typhoeus => {
+      :timeout => 60,
+      :connecttimeout => 40 },
     :allow_hash_href => true,
     :check_html => true,
     :file_ignore => [/javadoc/, /v2/, /pydoc/]

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