You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2015/12/15 19:06:28 UTC

incubator-geode git commit: GEODE-608: Exclude local gradle dirs

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 15b065549 -> 0b288a21d


GEODE-608:  Exclude local gradle dirs

When Jenkins runs a gradle build, it sets the GRADLE_USER_HOME env
to the working dir.  This creates caches/ daemon/ native/ paths
that cause excessive RAT runtime and errors.  This change exclude
those from the RAT checks.


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

Branch: refs/heads/develop
Commit: 0b288a21d504d08803ecf053f74228bda4211972
Parents: 15b0655
Author: Anthony Baker <ab...@pivotal.io>
Authored: Tue Dec 15 09:45:41 2015 -0800
Committer: Anthony Baker <ab...@pivotal.io>
Committed: Tue Dec 15 10:06:02 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0b288a21/gradle/rat.gradle
----------------------------------------------------------------------
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index 79fe2bb..63eff0b 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -27,6 +27,10 @@ rat {
     'gradlew',
     'gradlew.bat',
     'gradle/wrapper/gradle-wrapper.properties',
+    'caches/**',
+    'daemon/**',
+    'native/**',
+    'wrapper/**',
     '**/build/**',
 
     // IDE