kou commented on code in PR #42129:
URL: https://github.com/apache/arrow/pull/42129#discussion_r1639068052
##########
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:
Could you run `fix_eol_repositories` here because this is needed not only
`${TYPE} = local` but also all `${TYPE}`?
##########
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:
Ditto.
--
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]