xcat2 / xcat-core

Code repo for xCAT core packages
Eclipse Public License 1.0
360 stars 171 forks source link

Do not check certificate when getting repomd.xml.key #7427

Closed gurevichmark closed 7 months ago

gurevichmark commented 7 months ago

RHEL related builds could not wget file repomd.xml.key, failing with error:

ERROR: The certificate of ‘pokgsa.ibm.com’ is not trusted.
ERROR: The certificate of ‘pokgsa.ibm.com’ hasn't got a known issuer.

This PR adds --no-check-certificate flag as a quick workaround for now.