Repository: spark Updated Branches: refs/heads/master ebcd2d688 -> 4ce479324
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 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4ce47932 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4ce47932 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4ce47932 Branch: refs/heads/master Commit: 4ce479324bdcf603806fc90b5b0f4968c6de690e Parents: ebcd2d6 Author: Patrick Wendell <[email protected]> Authored: Sun May 18 16:51:53 2014 -0700 Committer: Matei Zaharia <[email protected]> Committed: Sun May 18 16:51:53 2014 -0700 ---------------------------------------------------------------------- make-distribution.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/4ce47932/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"
