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 2fb1f1b  BIGTOP-3491. Add Ubuntu 20.04 support to the Bigtop 
toolchain. (#728)
2fb1f1b is described below

commit 2fb1f1b6a6038e6d2a5db48ab6c9a0f978166144
Author: Kengo Seki <[email protected]>
AuthorDate: Mon Feb 15 18:55:57 2021 +0900

    BIGTOP-3491. Add Ubuntu 20.04 support to the Bigtop toolchain. (#728)
---
 bigtop_toolchain/bin/puppetize.sh      | 2 +-
 bigtop_toolchain/manifests/packages.pp | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/bigtop_toolchain/bin/puppetize.sh 
b/bigtop_toolchain/bin/puppetize.sh
index e13fde0..358dadc 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -34,7 +34,7 @@ case ${ID}-${VERSION_ID} in
         apt-get update
         apt-get -y install wget curl sudo unzip puppet 
software-properties-common puppet-module-puppetlabs-apt 
puppet-module-puppetlabs-stdlib
         ;;
-    ubuntu-18.04)
+    ubuntu-18.04|ubuntu-20.04)
         apt-get update
         apt-get -y install wget curl sudo unzip puppet 
software-properties-common puppet-module-puppetlabs-apt 
puppet-module-puppetlabs-stdlib systemd-sysv
         ;;
diff --git a/bigtop_toolchain/manifests/packages.pp 
b/bigtop_toolchain/manifests/packages.pp
index b0bbb59..dd896dd 100644
--- a/bigtop_toolchain/manifests/packages.pp
+++ b/bigtop_toolchain/manifests/packages.pp
@@ -204,7 +204,6 @@ class bigtop_toolchain::packages {
         "bison",
         "flex",
         "python-dev",
-        "python-pip",
         "libffi-dev"
       ]
       file { '/etc/apt/apt.conf.d/01retries':

Reply via email to