Repository: spark Updated Branches: refs/heads/branch-1.0 6195fb8db -> 322527259
HOTFIX: Use file name and not paths for excludes Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5349fabc Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5349fabc Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5349fabc Branch: refs/heads/branch-1.0 Commit: 5349fabc53fea76b22466fbaa2145f422755f87b Parents: 6195fb8 Author: Patrick Wendell <[email protected]> Authored: Mon Apr 14 15:51:54 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Thu Apr 17 17:25:48 2014 -0700 ---------------------------------------------------------------------- .rat-excludes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/5349fabc/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index 8954330..9e9abb3 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -40,5 +40,5 @@ work golden test.out/* .*iml -python/metastore/service.properties -python/metastore/db.lck +service.properties +db.lck
