Repository: spark Updated Branches: refs/heads/master 95b6a8103 -> 1894653ed
[SPARK-10511] [BUILD] Reset git repository before packaging source distro The calculation of Spark version is downloading Scala and Zinc in the build directory which is inflating the size of the source distribution. Reseting the repo before packaging the source distribution fix this issue. Author: Luciano Resende <[email protected]> Closes #8774 from lresende/spark-10511. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1894653e Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1894653e Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1894653e Branch: refs/heads/master Commit: 1894653edce718e874d1ddc9ba442bce43cbc082 Parents: 95b6a81 Author: Luciano Resende <[email protected]> Authored: Wed Sep 16 10:47:30 2015 +0100 Committer: Sean Owen <[email protected]> Committed: Wed Sep 16 10:47:30 2015 +0100 ---------------------------------------------------------------------- dev/create-release/release-build.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/1894653e/dev/create-release/release-build.sh ---------------------------------------------------------------------- diff --git a/dev/create-release/release-build.sh b/dev/create-release/release-build.sh index d0b3a54..9dac43c 100755 --- a/dev/create-release/release-build.sh +++ b/dev/create-release/release-build.sh @@ -99,6 +99,7 @@ fi DEST_DIR_NAME="spark-$SPARK_PACKAGE_VERSION" USER_HOST="[email protected]" +git clean -d -f -x rm .gitignore rm -rf .git cd .. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
