Repository: spark Updated Branches: refs/heads/branch-1.0 e06e4b0af -> 8e8b351cf
SPARK-1873: Add README.md file when making distributions Author: Patrick Wendell <[email protected]> Closes #818 from pwendell/reamde and squashes the following commits: 4020b11 [Patrick Wendell] SPARK-1873: Add README.md file when making distributions (cherry picked from commit 4ce479324bdcf603806fc90b5b0f4968c6de690e) Signed-off-by: Matei Zaharia <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8e8b351c Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8e8b351c Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8e8b351c Branch: refs/heads/branch-1.0 Commit: 8e8b351cfd7dddac8dc0a3faf8639f11398f8807 Parents: e06e4b0 Author: Patrick Wendell <[email protected]> Authored: Sun May 18 16:51:53 2014 -0700 Committer: Matei Zaharia <[email protected]> Committed: Sun May 18 16:52:06 2014 -0700 ---------------------------------------------------------------------- make-distribution.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/8e8b351c/make-distribution.sh ---------------------------------------------------------------------- diff --git a/make-distribution.sh b/make-distribution.sh index 7a08d6b..1c89027 100755 --- a/make-distribution.sh +++ b/make-distribution.sh @@ -191,6 +191,7 @@ fi mkdir "$DISTDIR"/conf cp "$FWDIR"/conf/*.template "$DISTDIR"/conf cp "$FWDIR"/conf/slaves "$DISTDIR"/conf +cp "$FWDIR/README.md" "$DISTDIR" cp -r "$FWDIR/bin" "$DISTDIR" cp -r "$FWDIR/python" "$DISTDIR" cp -r "$FWDIR/sbin" "$DISTDIR"
