Repository: spark
Updated Branches:
  refs/heads/branch-1.0 e6128b509 -> ce0ce3d9e


HOTFIX: Ignore python metastore files in RAT checks.

This was causing some errors with pull request tests.

Author: Patrick Wendell <pwend...@gmail.com>

Closes #393 from pwendell/hotfix and squashes the following commits:

6201dd3 [Patrick Wendell] HOTFIX: Ignore python metastore files in RAT checks.


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

Branch: refs/heads/branch-1.0
Commit: 79eb2769b7ffba11303a804ad302b6b82428e905
Parents: e6128b5
Author: Patrick Wendell <pwend...@gmail.com>
Authored: Fri Apr 11 13:23:21 2014 -0700
Committer: Patrick Wendell <pwend...@gmail.com>
Committed: Fri Apr 11 19:46:59 2014 -0700

----------------------------------------------------------------------
 .rat-excludes | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/79eb2769/.rat-excludes
----------------------------------------------------------------------
diff --git a/.rat-excludes b/.rat-excludes
index a2b5665..8954330 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -39,4 +39,6 @@ work
 .*\.q
 golden
 test.out/*
-.*iml
\ No newline at end of file
+.*iml
+python/metastore/service.properties
+python/metastore/db.lck

Reply via email to