Updated Branches: refs/heads/master 9ee11ed28 -> 79808f903
BIGTOP-830. Add $(APACHE_MIRROR) for bigtop-tomcat Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/79808f90 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/79808f90 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/79808f90 Branch: refs/heads/master Commit: 79808f903be5d25054ff0d2f344519b030727d28 Parents: 9ee11ed Author: Chen-hsiu Huang <[email protected]> Authored: Sun Jan 20 17:25:10 2013 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Sun Jan 20 17:25:10 2013 -0800 ---------------------------------------------------------------------- bigtop.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/79808f90/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index db75a8f..96f2257 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -257,4 +257,5 @@ BIGTOP_TOMCAT_RELEASE_VERSION=1 BIGTOP_TOMCAT_TARBALL_SRC=apache-tomcat-$(BIGTOP_TOMCAT_BASE_VERSION)-src.tar.gz BIGTOP_TOMCAT_TARBALL_DST=apache-tomcat-$(BIGTOP_TOMCAT_BASE_VERSION).tar.gz BIGTOP_TOMCAT_SITE=$(APACHE_MIRROR)/tomcat/tomcat-6/v$(BIGTOP_TOMCAT_BASE_VERSION)/src/ +BIGTOP_TOMCAT_ARCHIVE=$(APACHE_ARCHIVE)/tomcat/tomcat-6/v$(BIGTOP_TOMCAT_BASE_VERSION)/src/ $(eval $(call PACKAGE,bigtop-tomcat,BIGTOP_TOMCAT))
