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/02/10 07:04:00 UTC

[46/50] [abbrv] git commit: BIGTOP-830. Add $(APACHE_MIRROR) for bigtop-tomcat

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/RCs
Commit: 79808f903be5d25054ff0d2f344519b030727d28
Parents: 9ee11ed
Author: Chen-hsiu Huang <ch...@gmail.com>
Authored: Sun Jan 20 17:25:10 2013 -0800
Committer: Konstantin Boudnik <co...@boudnik.org>
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))