This is an automated email from the ASF dual-hosted git repository. oflebbe pushed a commit to branch bigtop-alpha in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit d06baa541c695b81cc75b7bbcda8788ea6fc5984 Author: Olaf Flebbe <[email protected]> AuthorDate: Mon Jul 8 22:27:36 2019 +0200 remove tomcat and jsvc from bom --- bigtop.bom | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/bigtop.bom b/bigtop.bom index 6c20da4..7258aa4 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -308,26 +308,6 @@ bigtop { version { base = bigtop.version; pkg = base-"-SNAPSHOT"; release = 1 } tarball { destination = "bigtop-utils-${version.base}.tar.gz" } } - 'bigtop-jsvc' { - name = "bigtop-jsvc" - relNotes = "Apache Common Daemon (jsvc) service package" - version { base = '1.0.15'; pkg = base; release = 1 } - tarball { source = "commons-daemon-${version.base}-native-src.tar.gz" - destination = "commons-daemon-${version.base}.tar.gz" } - url { download_path = "/commons/daemon/source" - site = "${apache.APACHE_MIRROR}/${download_path}" - archive = "${apache.APACHE_ARCHIVE}/${download_path}" } - } - 'bigtop-tomcat' { - name = "bigtop-tomcat" - relNotes = "Apache Tomcat" - version { base = '6.0.45'; pkg = base; release = 1 } - tarball { source = "apache-tomcat-${version.base}-src.tar.gz" - destination = "apache-tomcat-${version.base}.tar.gz" } - url { download_path = "/tomcat/tomcat-6/v${version.base}/src" - site = "${apache.APACHE_MIRROR}/${download_path}" - archive = "${apache.APACHE_ARCHIVE}/${download_path}" } - } 'alluxio' { name = "alluxio" pkg = "alluxio"
