Repository: bigtop Updated Branches: refs/heads/master 44f4293b1 -> bf2091aa9
BIGTOP-2984. Rat check failed after BIGTOP-2698 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/bf2091aa Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bf2091aa Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bf2091aa Branch: refs/heads/master Commit: bf2091aa9a64cda91f0f7c7e0e99625973016a28 Parents: 44f4293 Author: Evans Ye <[email protected]> Authored: Wed Jan 31 21:27:53 2018 +0800 Committer: Evans Ye <[email protected]> Committed: Sun Feb 4 17:40:07 2018 +0800 ---------------------------------------------------------------------- build.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/bf2091aa/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 51264d8..b096f15 100644 --- a/build.gradle +++ b/build.gradle @@ -138,6 +138,7 @@ rat { "provisioner/docker/config/hiera.yaml", "provisioner/docker/config/hieradata/PLACEHOLDER", "provisioner/docker/config/hosts", + "bigtop_toolchain/files/*.patch", ] }
