This is an automated email from the ASF dual-hosted git repository.

guyuqi pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new d71ceacb2 Disable Ranger and bigtop-select on v3.2
d71ceacb2 is described below

commit d71ceacb2b8c59188d8ba99b025838ccc837f2d8
Author: Yuqi Gu <[email protected]>
AuthorDate: Thu Dec 15 11:11:21 2022 +0800

    Disable Ranger and bigtop-select on v3.2
    
    There is no Deb-packaging process and smoke tests for Ranger
    and bigtop-select.
    Just disable them in BOM and retain their rpm scripts.
    The 3.2 release would not offer packages of Ranger and bigtop-select.
---
 bigtop.bom | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bigtop.bom b/bigtop.bom
index 2c2edd602..899ebcd79 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -270,6 +270,7 @@ bigtop {
       version { base = bigtop.version; pkg = base-"-SNAPSHOT"; release = 1 }
       tarball { destination = "bigtop-utils-${version.base}.tar.gz" }
     }
+/*
     'bigtop-select' {
       name    = "bigtop-select"
       relNotes = "Service package for Apache Bigtop information to use Ambari"
@@ -277,6 +278,7 @@ bigtop {
       tarball { destination = "bigtop-select-${version.base}.tar.gz" }
       packaging = 'rpm'
     }
+*/
     'bigtop-jsvc' {
       name    = "bigtop-jsvc"
       relNotes = "Apache Common Daemon (jsvc) service package"
@@ -367,6 +369,7 @@ bigtop {
                 site = "${apache.APACHE_MIRROR}/${download_path}"
                 archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
     }
+/*
     'ranger' {
       name    = 'ranger'
       relNotes = 'Apache Ranger'
@@ -377,5 +380,6 @@ bigtop {
                 archive = site }
       packaging = 'rpm'
     }
+*/
   }
 }

Reply via email to