Repository: spark Updated Branches: refs/heads/master e4c11eef2 -> f6143f127
HOTFIX: Remove generated-mima-excludes file after runing MIMA. This has been causing some false failures on PR's that don't merge correctly. Author: Patrick Wendell <[email protected]> Closes #971 from pwendell/mima and squashes the following commits: 1dc80aa [Patrick Wendell] HOTFIX: Remove generated-mima-excludes file after runing MIMA. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f6143f12 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f6143f12 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f6143f12 Branch: refs/heads/master Commit: f6143f127db59e7f5a00fd70605f85248869347d Parents: e4c11ee Author: Patrick Wendell <[email protected]> Authored: Thu Jun 5 13:06:46 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Thu Jun 5 13:06:46 2014 -0700 ---------------------------------------------------------------------- dev/mima | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/f6143f12/dev/mima ---------------------------------------------------------------------- diff --git a/dev/mima b/dev/mima index d409999..ab6bd44 100755 --- a/dev/mima +++ b/dev/mima @@ -31,4 +31,5 @@ if [ $ret_val != 0 ]; then echo "NOTE: Exceptions to binary compatibility can be added in project/MimaExcludes.scala" fi +rm -f .generated-mima-excludes exit $ret_val
