Updated Branches: refs/heads/master d7ba64a3c -> a2ecdfa0f
Hooking up to the official Whirr 0.8.2 release Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/a2ecdfa0 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/a2ecdfa0 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/a2ecdfa0 Branch: refs/heads/master Commit: a2ecdfa0fc827a0ec03331d99f5a8dc68bf57a1f Parents: d7ba64a Author: Roman Shaposhnik <[email protected]> Authored: Mon Jun 3 08:43:54 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Mon Jun 3 08:43:54 2013 -0700 ---------------------------------------------------------------------- bigtop.mk | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/a2ecdfa0/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 3ad2b49..b204ebe 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -138,11 +138,9 @@ WHIRR_PKG_VERSION=0.8.2 WHIRR_RELEASE_VERSION=1 WHIRR_TARBALL_DST=whirr-$(WHIRR_BASE_VERSION)-src.tar.gz WHIRR_TARBALL_SRC=$(WHIRR_TARBALL_DST) -#WHIRR_DOWNLOAD_PATH=/whirr/whirr-$(WHIRR_BASE_VERSION) -#WHIRR_SITE=$(APACHE_MIRROR)$(WHIRR_DOWNLOAD_PATH) -#WHIRR_ARCHIVE=$(APACHE_ARCHIVE)$(WHIRR_DOWNLOAD_PATH) -WHIRR_SITE=http://people.apache.org/~abayer/whirr-0.8.2-candidate-2/ -WHIRR_ARCHIVE=$(WHIRR_SITE) +WHIRR_DOWNLOAD_PATH=/whirr/whirr-$(WHIRR_BASE_VERSION) +WHIRR_SITE=$(APACHE_MIRROR)$(WHIRR_DOWNLOAD_PATH) +WHIRR_ARCHIVE=$(APACHE_ARCHIVE)$(WHIRR_DOWNLOAD_PATH) $(eval $(call PACKAGE,whirr,WHIRR)) # Mahout
