Jean-Daniel Cryans has submitted this change and it was merged. Change subject: Add RAT excludes file and parsing script for releases ......................................................................
Add RAT excludes file and parsing script for releases The RAT tool itself doesn't have very robust support for exclude files (only filenames, not paths, are supported), so I've written a little Python script to parse the output of the RAT XML report and apply rules from a simple path-globbing exclude file. Instructions in the README. Ultimately, it would be nice to fully automate downloading and running RAT, but this is better than nothing. Change-Id: Id6850e71665c0846b5f57d0527b930a629f0ab4a Reviewed-on: http://gerrit.cloudera.org:8080/2180 Tested-by: Kudu Jenkins Reviewed-by: Jean-Daniel Cryans --- A build-support/release/README.adoc A build-support/release/check-rat-report.py A build-support/release/rat_exclude_files.txt 3 files changed, 265 insertions(+), 0 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2180 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id6850e71665c0846b5f57d0527b930a629f0ab4a Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Kudu Jenkins
