amoeba commented on code in PR #42129:
URL: https://github.com/apache/arrow/pull/42129#discussion_r1639074096
##########
dev/release/verify-yum.sh:
##########
@@ -99,13 +110,15 @@ case "${distribution}-${distribution_version}" in
uninstall_command="yum remove -y"
clean_command="yum clean"
info_command="yum info"
+ should_fix_eol_repositories=yes
Review Comment:
Resolved by
https://github.com/apache/arrow/pull/42129/commits/504a36a49c71536d0163ce7348d8eb8f7b302516.
##########
dev/release/verify-yum.sh:
##########
@@ -99,13 +110,15 @@ case "${distribution}-${distribution_version}" in
uninstall_command="yum remove -y"
clean_command="yum clean"
info_command="yum info"
+ should_fix_eol_repositories=yes
;;
centos-8)
distribution_prefix="centos"
repository_version+="-stream"
ruby_devel_packages+=(redhat-rpm-config)
install_command="dnf install -y --enablerepo=powertools"
info_command="dnf info --enablerepo=powertools"
+ should_fix_eol_repositories=yes
Review Comment:
Resolved by
https://github.com/apache/arrow/pull/42129/commits/504a36a49c71536d0163ce7348d8eb8f7b302516.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]