You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2013/08/17 02:12:34 UTC

git commit: BIGTOP-1051. Spark archive should come in tar.gz format

Updated Branches:
  refs/heads/master ae257d12a -> 0d3f7c85a


BIGTOP-1051. Spark archive should come in tar.gz format


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

Branch: refs/heads/master
Commit: 0d3f7c85aa9cc922c5dfa6acaffee4150df5d935
Parents: ae257d1
Author: Erich Schubert <er...@debian.org>
Authored: Fri Aug 16 17:10:38 2013 -0700
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Fri Aug 16 17:10:38 2013 -0700

----------------------------------------------------------------------
 bigtop.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/0d3f7c85/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index f4c851d..d290a64 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -245,7 +245,7 @@ SPARK_BASE_VERSION=0.8.0-SNAPSHOT
 SPARK_PKG_VERSION=0.8.0
 SPARK_RELEASE_VERSION=1
 SPARK_TARBALL_DST=spark-${SPARK_BASE_VERSION}.tar.gz
-SPARK_TARBALL_SRC=master.zip
+SPARK_TARBALL_SRC=master.tar.gz
 SPARK_SITE=https://github.com/mesos/spark/archive
 SPARK_ARCHIVE=${SPARK_SITE}
 $(eval $(call PACKAGE,spark,SPARK))