You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by gr...@apache.org on 2018/08/17 22:05:10 UTC

kudu git commit: [site] KUDU-1951 Exclude dirs from site_tool proof

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


[site] KUDU-1951 Exclude dirs from site_tool proof

cpp-client-api is automatically generated so it shouldn't be proofed

Change-Id: Iee421e4e218d40cef87db1e3f04991113afe596d
Reviewed-on: http://gerrit.cloudera.org:8080/11238
Reviewed-by: Grant Henke <gr...@apache.org>
Tested-by: Grant Henke <gr...@apache.org>


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

Branch: refs/heads/gh-pages
Commit: 96ecb8ed9021b6a2f8785ddcdacbd76295a921e6
Parents: 6c64659
Author: Attila Bukor <ab...@apache.org>
Authored: Thu Aug 16 00:19:08 2018 +0200
Committer: Grant Henke <gr...@apache.org>
Committed: Fri Aug 17 19:03:00 2018 +0000

----------------------------------------------------------------------
 site_tool | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/96ecb8ed/site_tool
----------------------------------------------------------------------
diff --git a/site_tool b/site_tool
index fb705a3..49e77c1 100755
--- a/site_tool
+++ b/site_tool
@@ -121,7 +121,7 @@ def proof(args):
      '--verbose',
      # Dont check the javadocs, old doc versions, or the configuration
      # reference files which are extremely large.
-     '--file-ignore', '/apidocs|releases|configuration_ref/',
+     '--file-ignore', '/apidocs|releases|configuration_ref|cpp-client-api/',
      # Don't check external links (too slow!)
      '--disable-external',
      # Don't be pedantic about having an alt tag on every image