Repository: incubator-impala Updated Branches: refs/heads/master 75cca8a90 -> 75980d891
IMPALA-5171: update RAT excluded files list This commit IMPALA-5140: improve docs building guidelines renamed a file, but the RAT exclusion list wasn't update. This patch fixes the exclusion. Change-Id: I07c64ba2fda7a996f24a49417e3e5485872589f7 Reviewed-on: http://gerrit.cloudera.org:8080/6561 Reviewed-by: Jim Apple <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/75980d89 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/75980d89 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/75980d89 Branch: refs/heads/master Commit: 75980d891a1d7042e6d09230c5be4b348559aef9 Parents: 75cca8a Author: Michael Brown <[email protected]> Authored: Wed Apr 5 15:06:55 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Wed Apr 5 22:27:20 2017 +0000 ---------------------------------------------------------------------- bin/rat_exclude_files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/75980d89/bin/rat_exclude_files.txt ---------------------------------------------------------------------- diff --git a/bin/rat_exclude_files.txt b/bin/rat_exclude_files.txt index f767c47..d09270f 100644 --- a/bin/rat_exclude_files.txt +++ b/bin/rat_exclude_files.txt @@ -51,7 +51,7 @@ testdata/bin/README-BENCHMARK-TEST-GENERATION tests/comparison/ORACLE.txt bin/distcc/README.md tests/comparison/POSTGRES.txt -docs/generatingImpalaDoc.md +docs/README.md # http://www.apache.org/legal/src-headers.html: "Test data for which the addition of a # source header would cause the tests to fail."
