You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ab...@apache.org on 2011/08/29 20:04:33 UTC

svn commit: r1162921 - in /incubator/bigtop/trunk: Makefile bigtop.mk

Author: abayer
Date: Mon Aug 29 18:04:33 2011
New Revision: 1162921

URL: http://svn.apache.org/viewvc?rev=1162921&view=rev
Log:
Fixes BIGTOP-47. Switch Whirr to download from archive.apache.org.

Modified:
    incubator/bigtop/trunk/Makefile
    incubator/bigtop/trunk/bigtop.mk

Modified: incubator/bigtop/trunk/Makefile
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/Makefile?rev=1162921&r1=1162920&r2=1162921&view=diff
==============================================================================
--- incubator/bigtop/trunk/Makefile (original)
+++ incubator/bigtop/trunk/Makefile Mon Aug 29 18:04:33 2011
@@ -33,6 +33,7 @@ TARGETS_CLEAN:=
 
 # Default Apache mirror
 APACHE_MIRROR ?= http://apache.osuosl.org
+APACHE_ARCHIVE ?= http://archive.apache.org/dist
 CLOUDERA_ARCHIVE ?= http://archive.cloudera.com/tarballs/
 
 # Include the implicit rules and functions for building packages

Modified: incubator/bigtop/trunk/bigtop.mk
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop.mk?rev=1162921&r1=1162920&r2=1162921&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop.mk (original)
+++ incubator/bigtop/trunk/bigtop.mk Mon Aug 29 18:04:33 2011
@@ -109,7 +109,7 @@ WHIRR_PKG_VERSION=0.5.0
 WHIRR_RELEASE_VERSION=1
 WHIRR_TARBALL_DST=whirr-$(WHIRR_BASE_VERSION)-incubating-src.tar.gz
 WHIRR_TARBALL_SRC=$(WHIRR_TARBALL_DST)
-WHIRR_SITE=$(APACHE_MIRROR)//incubator/whirr/whirr-0.5.0-incubating/
+WHIRR_SITE=$(APACHE_ARCHIVE)//incubator/whirr/whirr-0.5.0-incubating/
 $(eval $(call PACKAGE,whirr,WHIRR))
 
 # Mahout