SUSE / susecloud-repocheck

SUSECloud Update Infrastructure Check for Azure, AWS, and GCP
GNU General Public License v3.0
22 stars 10 forks source link

/etc/hosts checks needs to be called before https checks #28

Closed rfparedes closed 3 years ago

rfparedes commented 3 years ago

The debug collection is dependent on /etc/hosts being run. But if https check fails, the script goes right to debug collection without doing /etc/hosts check. This leads to an unset variable that is needed when collecting rmt-curl data.

rfparedes commented 3 years ago

Fixed in new python script