Repository: kudu
Updated Branches:
  refs/heads/gh-pages ff77a646a -> 6c6465959


[site] Fix site building

- Add build and thirdparty to exclude list in Jekyll front matter,
because if switching between master and gh-pages, these remain there and
breaking the builds.

- Update a few dependencies in Gemfile.lock so it works with Ruby 2.5 on
MacOS. The dependencies were updated manually to make sure it still
works on Ruby 1.9.3 on Linux as well.

Change-Id: I61cb8a6f6fae5423c3e7a123954ce21bc3c03217
Reviewed-on: http://gerrit.cloudera.org:8080/11210
Tested-by: Grant Henke <granthe...@apache.org>
Reviewed-by: Grant Henke <granthe...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/807708e8
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/807708e8
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/807708e8

Branch: refs/heads/gh-pages
Commit: 807708e876df6f127b2cfc28a33138e844a7298a
Parents: ff77a64
Author: Attila Bukor <abu...@apache.org>
Authored: Wed Aug 15 19:14:08 2018 +0200
Committer: Attila Bukor <abu...@apache.org>
Committed: Fri Aug 17 15:12:20 2018 +0000

----------------------------------------------------------------------
 Gemfile.lock | 10 +++++-----
 _config.yml  |  2 ++
 2 files changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/807708e8/Gemfile.lock
----------------------------------------------------------------------
diff --git a/Gemfile.lock b/Gemfile.lock
index fa63e46..f50be94 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -59,9 +59,9 @@ GEM
       sass (~> 3.4)
     jekyll-watch (1.3.1)
       listen (~> 3.0)
-    json (1.8.3)
+    json (1.8.6)
     kramdown (1.10.0)
-    libv8 (3.16.14.13)
+    libv8 (3.16.14.15)
     liquid (2.6.3)
     listen (3.0.6)
       rb-fsevent (>= 0.9.3)
@@ -91,8 +91,8 @@ GEM
     sawyer (0.7.0)
       addressable (>= 2.3.5, < 2.5)
       faraday (~> 0.8, < 0.10)
-    therubyracer (0.12.2)
-      libv8 (~> 3.16.14.0)
+    therubyracer (0.12.3)
+      libv8 (~> 3.16.14.15)
       ref
     thread_safe (0.3.5)
     toml (0.1.2)
@@ -101,7 +101,7 @@ GEM
       ethon (>= 0.8.0)
     tzinfo (1.2.2)
       thread_safe (~> 0.1)
-    yajl-ruby (1.2.1)
+    yajl-ruby (1.2.3)
     yell (2.0.5)
 
 PLATFORMS

http://git-wip-us.apache.org/repos/asf/kudu/blob/807708e8/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 003cfb7..ea2a258 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,6 +6,8 @@ exclude:
   - README.adoc
   - Gemfile*
   - tmp
+  - build
+  - thirdparty
 
 # When writing a blog post, you can use this special HTML comment to
 # designate where the post should be chopped in order to generate the

Reply via email to