You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2014/11/12 22:47:48 UTC

spark git commit: [Release] Correct make-distribution.sh log path

Repository: spark
Updated Branches:
  refs/heads/master 0402be90f -> c3afd3266


[Release] Correct make-distribution.sh log path


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c3afd326
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c3afd326
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c3afd326

Branch: refs/heads/master
Commit: c3afd3266dbb3559edb2f7c4925cb0b39b09e22d
Parents: 0402be9
Author: Andrew Or <an...@databricks.com>
Authored: Wed Nov 12 13:46:26 2014 -0800
Committer: Andrew Or <an...@databricks.com>
Committed: Wed Nov 12 13:46:26 2014 -0800

----------------------------------------------------------------------
 dev/create-release/create-release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/c3afd326/dev/create-release/create-release.sh
----------------------------------------------------------------------
diff --git a/dev/create-release/create-release.sh b/dev/create-release/create-release.sh
index db441b3..a6e90a1 100755
--- a/dev/create-release/create-release.sh
+++ b/dev/create-release/create-release.sh
@@ -102,7 +102,7 @@ make_binary_release() {
   cp -r spark spark-$RELEASE_VERSION-bin-$NAME
   
   cd spark-$RELEASE_VERSION-bin-$NAME
-  ./make-distribution.sh --name $NAME --tgz $FLAGS 2>&1 | tee binary-release-$NAME.log
+  ./make-distribution.sh --name $NAME --tgz $FLAGS 2>&1 | tee ../binary-release-$NAME.log
   cd ..
   cp spark-$RELEASE_VERSION-bin-$NAME/spark-$RELEASE_VERSION-bin-$NAME.tgz .
   rm -rf spark-$RELEASE_VERSION-bin-$NAME


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org