You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2013/05/07 05:25:05 UTC

[2/2] git commit: BIGTOP-974. Crunch download location is no longer /incubator

BIGTOP-974. Crunch download location is no longer /incubator


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

Branch: refs/heads/master
Commit: 29fa1b3d8b151536af27f78200557e9486225ccc
Parents: ce01e18
Author: Roman Shaposhnik <rv...@cloudera.com>
Authored: Mon May 6 20:24:35 2013 -0700
Committer: Roman Shaposhnik <rv...@cloudera.com>
Committed: Mon May 6 20:24:35 2013 -0700

----------------------------------------------------------------------
 bigtop.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/29fa1b3d/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index 404a095..f1048d1 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -234,7 +234,7 @@ CRUNCH_PKG_VERSION=0.5.0
 CRUNCH_RELEASE_VERSION=1
 CRUNCH_TARBALL_DST=apache-crunch-$(CRUNCH_BASE_VERSION)-src.tar.gz
 CRUNCH_TARBALL_SRC=$(CRUNCH_TARBALL_DST)
-CRUNCH_DOWNLOAD_PATH=/incubator/crunch/crunch-$(CRUNCH_BASE_VERSION)
+CRUNCH_DOWNLOAD_PATH=/crunch/crunch-$(CRUNCH_BASE_VERSION)
 CRUNCH_SITE=$(APACHE_MIRROR)$(CRUNCH_DOWNLOAD_PATH)
 CRUNCH_ARCHIVE=$(CRUNCH_SITE)
 $(eval $(call PACKAGE,crunch,CRUNCH))