2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Merge pull request #7353 from gurevichmark/go_xcat_list_available

go-xcat should not use available option
This commit is contained in:
besawn 2023-03-02 15:14:40 -05:00 committed by GitHub
commit bded24f1ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1755,7 +1755,7 @@ function el9_epel_and_crb_check()
else
[[ "${GO_XCAT_LINUX_VERSION}" =~ ^9(\.[0-9]) ]] || return 0
fi
${action} list available -q ${EL9_EPEL_TEST_RPM}
${action} list -q ${EL9_EPEL_TEST_RPM}
ret="$?"
case "${ret}" in
"1")
@ -1766,7 +1766,7 @@ Installation on ${GO_XCAT_LINUX_DISTRO} ${GO_XCAT_LINUX_VERSION} requires EPEL r
exit 1
;;
esac
${action} list available -q ${EL9_CRB_TEST_RPM}
${action} list -q ${EL9_CRB_TEST_RPM}
ret="$?"
case "${ret}" in
"1")