You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by iw...@apache.org on 2021/07/15 03:12:52 UTC

[bigtop] branch master updated: BIGTOP-3556: Minimum chnages for upgrading Bigtop-ambari-mpack aligned with Ambari 2.7.5 (#803)

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

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new a4376a6  BIGTOP-3556: Minimum chnages for upgrading Bigtop-ambari-mpack aligned with Ambari 2.7.5 (#803)
a4376a6 is described below

commit a4376a666b0cc60273e1b655966f3a9b9c78e6a4
Author: Yuqi Gu <yu...@arm.com>
AuthorDate: Thu Jul 15 11:12:32 2021 +0800

    BIGTOP-3556: Minimum chnages for upgrading Bigtop-ambari-mpack aligned with Ambari 2.7.5 (#803)
    
    minimum changes for bumping the version
    
    Change-Id: Ic2b8936b2f9a5ecd18120bc2144ad09387ae33ea
    Signed-off-by: Yuqi Gu <yu...@arm.com>
---
 .../src/main/resources/stacks/BGTP/1.0/repos/repoinfo.xml           | 6 +++---
 .../src/rpm/bigtop-ambari-mpack/SPECS/bigtop-ambari-mpack.spec      | 4 ++--
 bigtop.bom                                                          | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bigtop-packages/src/common/bigtop-ambari-mpack/bgtp-ambari-mpack/src/main/resources/stacks/BGTP/1.0/repos/repoinfo.xml b/bigtop-packages/src/common/bigtop-ambari-mpack/bgtp-ambari-mpack/src/main/resources/stacks/BGTP/1.0/repos/repoinfo.xml
index 3271489..8a07bc7 100644
--- a/bigtop-packages/src/common/bigtop-ambari-mpack/bgtp-ambari-mpack/src/main/resources/stacks/BGTP/1.0/repos/repoinfo.xml
+++ b/bigtop-packages/src/common/bigtop-ambari-mpack/bgtp-ambari-mpack/src/main/resources/stacks/BGTP/1.0/repos/repoinfo.xml
@@ -18,14 +18,14 @@
 <reposinfo>
   <os family="redhat7">
     <repo>
-      <baseurl>http://repos.bigtop.apache.org/releases/1.4.0/centos/7/$basearch</baseurl>
+      <baseurl>http://repos.bigtop.apache.org/releases/1.5.0/centos/7/$basearch</baseurl>
       <repoid>BGTP-1.0</repoid>
       <reponame>BGTP</reponame>
     </repo>
   </os>
-  <os family="ubuntu16">
+  <os family="ubuntu18">
     <repo>
-      <baseurl>http://repos.bigtop.apache.org/releases/1.4.0/ubuntu/16.04/$(ARCH)</baseurl>
+      <baseurl>http://repos.bigtop.apache.org/releases/1.5.0/ubuntu/18.04/$(ARCH)</baseurl>
       <repoid>BGTP-1.0</repoid>
       <reponame>BGTP</reponame>
     </repo>
diff --git a/bigtop-packages/src/rpm/bigtop-ambari-mpack/SPECS/bigtop-ambari-mpack.spec b/bigtop-packages/src/rpm/bigtop-ambari-mpack/SPECS/bigtop-ambari-mpack.spec
index be1bc3b..b2a0c4f 100644
--- a/bigtop-packages/src/rpm/bigtop-ambari-mpack/SPECS/bigtop-ambari-mpack.spec
+++ b/bigtop-packages/src/rpm/bigtop-ambari-mpack/SPECS/bigtop-ambari-mpack.spec
@@ -31,7 +31,7 @@ Summary: Bigtop Ambari Management Packages
 Group: Application/Internet
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 License: ASL 2.0
-Source0: apache-ambari-2.6.1-src.tar.gz
+Source0: apache-ambari-%{bigtop_ambari_mpack_base_version}-src.tar.gz
 Source1: do-component-build
 Source2: install_mpack.sh
 Requires: bigtop-utils >= 0.7
@@ -45,7 +45,7 @@ from stack management and definition. Mpack can bundle multiple service definiti
 stack add-on service definitions, view definitions services.
 
 %prep
-%setup -n apache-ambari-2.6.1-src
+%setup -n apache-ambari-%{bigtop_ambari_mpack_base_version}-src
 
 %build
 bash $RPM_SOURCE_DIR/do-component-build
diff --git a/bigtop.bom b/bigtop.bom
index 9659aea..797c744 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -339,7 +339,7 @@ bigtop {
     'bigtop-ambari-mpack' {
       name    = 'bigtop-ambari-mpack'
       relNotes = 'Bigtop Mpack'
-      version { base = '2.6.1'; pkg = '2.6.1.0'; release = 1 }
+      version { base = '2.7.5'; pkg = '2.7.5.0'; release = 1 }
       tarball { destination = "apache-ambari-${version.base}-src.tar.gz"
                 source      = destination }
       url     { download_path = "/ambari/ambari-${version.base}/"