You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/05/18 17:04:55 UTC

[15/19] incubator-geode git commit: GEODE-1256 Alter rat.gradle to exclude copies of website sources

GEODE-1256  Alter rat.gradle to exclude copies of website sources

  Added `geode-site/content/**` to the rat.gradle excludes list
  such that there are no longer 10 Unknown Licenses.

This closes #144


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

Branch: refs/heads/feature/GEODE-1392
Commit: c5796a9fbd6dcaf2c0e352cad9532254e305cb47
Parents: 147c1f0
Author: Karen Miller <km...@pivotal.io>
Authored: Mon May 16 18:22:01 2016 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Wed May 18 10:04:26 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c5796a9f/gradle/rat.gradle
----------------------------------------------------------------------
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index 3d0826a..f507993 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -117,6 +117,7 @@ rat {
     'geode-site/website/content/css/font-awesome.min.css',
     'geode-site/website/lib/pandoc.template',
     'geode-site/website/content/font/**',
+    'geode-site/content/**',
     // compiled logs and locks
     'geode-site/website/tmp/**',
     'geode-site/website/layouts/**',