This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit ad8fc5316ad1459509fa3433d0798c22ecf642dc Author: Grant Henke <[email protected]> AuthorDate: Wed Jan 15 14:12:40 2020 -0600 [build] Fix the RAT report The patch fixes the RAT report by excluding license checks for the testdata files. Change-Id: I453f6fcd6e1dd29fa7fc2485db9e7a13879d6f9b Reviewed-on: http://gerrit.cloudera.org:8080/15038 Reviewed-by: Adar Dembo <[email protected]> Reviewed-by: Attila Bukor <[email protected]> Tested-by: Kudu Jenkins --- build-support/release/rat_exclude_files.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-support/release/rat_exclude_files.txt b/build-support/release/rat_exclude_files.txt index 79e4a62..9401276 100644 --- a/build-support/release/rat_exclude_files.txt +++ b/build-support/release/rat_exclude_files.txt @@ -183,6 +183,8 @@ src/kudu/util/debug/trace_event_impl.h src/kudu/util/debug/trace_event_impl_constants.cc src/kudu/util/debug/trace_event_synthetic_delay.cc src/kudu/util/debug/trace_event_synthetic_delay.h +src/kudu/util/testdata/char_truncate_ascii.txt +src/kudu/util/testdata/char_truncate_utf8.txt thirdparty/patches/*.patch www/bootstrap/css/bootstrap-table.min.css www/bootstrap/css/bootstrap.min.css
