You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ju...@apache.org on 2019/11/04 14:07:16 UTC

[bigtop] branch master updated: BIGTOP-3266: Rat check failed for one file with unapproved/unknown licenses

This is an automated email from the ASF dual-hosted git repository.

junhe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new f183d94  BIGTOP-3266: Rat check failed for one file with unapproved/unknown licenses
f183d94 is described below

commit f183d9430b7c8c98d475a379d6980b16bcbb6c0b
Author: Yuqi Gu <yu...@arm.com>
AuthorDate: Thu Oct 31 01:23:27 2019 +0000

    BIGTOP-3266: Rat check failed for one file with unapproved/unknown licenses
    
    Add .dockerignore to Rat exclude-file list.
    
    Change-Id: Ia4a052db2df7d1e8e87bcde3304ea401a706759b
    Signed-off-by: Yuqi Gu <yu...@arm.com>
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 8dc9095..66784eb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -140,6 +140,7 @@ rat {
        "provisioner/docker/config/hieradata/PLACEHOLDER",
        "provisioner/docker/config/hosts",
        "bigtop_toolchain/files/*.patch",
+       "bigtop-bigpetstore/bigpetstore-transaction-queue/.dockerignore",
   ]
 }