Updated Branches: refs/heads/master 06c13330f -> b0d5eb4e7
BIGTOP-991. crunch archive is incorrect Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/b0d5eb4e Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b0d5eb4e Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b0d5eb4e Branch: refs/heads/master Commit: b0d5eb4e7afa5382155e7ed5e5b32af6d1a8cb5b Parents: 06c1333 Author: Roman Shaposhnik <[email protected]> Authored: Wed May 29 09:13:54 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Wed May 29 09:13:54 2013 -0700 ---------------------------------------------------------------------- bigtop.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/b0d5eb4e/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 740b99d..ca52600 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -238,7 +238,7 @@ CRUNCH_TARBALL_DST=apache-crunch-$(CRUNCH_BASE_VERSION)-src.tar.gz CRUNCH_TARBALL_SRC=$(CRUNCH_TARBALL_DST) CRUNCH_DOWNLOAD_PATH=/crunch/crunch-$(CRUNCH_BASE_VERSION) CRUNCH_SITE=$(APACHE_MIRROR)$(CRUNCH_DOWNLOAD_PATH) -CRUNCH_ARCHIVE=$(CRUNCH_SITE) +CRUNCH_ARCHIVE=$(APACHE_ARCHIVE)$(CRUNCH_DOWNLOAD_PATH) $(eval $(call PACKAGE,crunch,CRUNCH)) # Bigtop-utils
