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 91cb092db BIGTOP-4309. Add Fedora 40 support to toolchain. (#1320)
91cb092db is described below

commit 91cb092db85754df016f704ddba9cff725399fbb
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Thu Dec 26 14:53:40 2024 +0900

    BIGTOP-4309. Add Fedora 40 support to toolchain. (#1320)
---
 bigtop_toolchain/bin/puppetize.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop_toolchain/bin/puppetize.sh 
b/bigtop_toolchain/bin/puppetize.sh
index 9ff775dbb..7aefc44ec 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -21,7 +21,7 @@ if [ -f /etc/os-release ]; then
 fi
 
 case ${ID}-${VERSION_ID} in
-    fedora-38)
+    fedora-38|fedora-40)
         dnf -y install yum-utils
         dnf -y check-update
         dnf -y install hostname diffutils findutils curl sudo unzip wget 
puppet procps-ng libxcrypt-compat systemd

Reply via email to