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 3f1285f8c BIGTOP-4121. Fix test failure of Phoenix on rockylinux-8 due
to deployment issue of python3 (#1279)
3f1285f8c is described below
commit 3f1285f8c2a39d20a694306f8f3b08e1d16a762c
Author: masatana <[email protected]>
AuthorDate: Sun Jun 9 22:35:06 2024 +0900
BIGTOP-4121. Fix test failure of Phoenix on rockylinux-8 due to deployment
issue of python3 (#1279)
---
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 d0ee9912a..bffd846bc 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -60,7 +60,7 @@ case ${ID}-${VERSION_ID} in
puppet module install puppetlabs-stdlib --version 4.12.0
# Enabling the PowerTools and EPEL repositories via Puppet doesn't
seem to work in some cases.
# As a workaround for that, enable the former here in advance of
running the Puppet manifests.
- dnf config-manager --set-enabled powertools
+ dnf config-manager --set-enabled powertools devel
;;
rocky-9*)
rpm -ivh
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm