You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2015/12/21 20:08:45 UTC

bigtop git commit: BIGTOP-2185. Exclude Zeppelin interpreter.json from RAT check

Repository: bigtop
Updated Branches:
  refs/heads/master 0a7a72f9d -> f0cc1e306


BIGTOP-2185. Exclude Zeppelin interpreter.json from RAT check


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f0cc1e30
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f0cc1e30
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f0cc1e30

Branch: refs/heads/master
Commit: f0cc1e306089bd66f3e6b580f682e662804fef66
Parents: 0a7a72f
Author: Konstantin Boudnik <co...@apache.org>
Authored: Mon Dec 21 11:07:50 2015 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Mon Dec 21 11:07:50 2015 -0800

----------------------------------------------------------------------
 build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/f0cc1e30/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 77772e1..56accb9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -91,6 +91,7 @@ rat {
        "bigtop-deploy/puppet/**/*.yaml",
        "bigtop-deploy/puppet/config/*/id_hdfsuser*",
        "bigtop-deploy/puppet/modules/bigtop-util/Gemfile.lock",
+       "bigtop-deploy/puppet/modules/zeppelin/templates/interpreter.json",
        /* Debian package files that have a rigid structure
           (* matches package name) */
        "bigtop-packages/src/deb/*/*.dirs",