]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: ci: Disable linkcheck on www.gnu.org
authorMichal Nowak <mnowak@isc.org>
Mon, 5 May 2025 10:00:01 +0000 (10:00 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 5 May 2025 10:00:01 +0000 (10:00 +0000)
commita97c03c8460bd2fe9546b244178962da8cd3df19
tree0f68d7f0c0a880902e9e83d6b7ad4c811665543f
parent405f8a7bd8539c878a0456fe7dd65ff17a43deec
parent0ea4ebf7d1bcf37c5e7e28b12a69212b434856dd
chg: ci: Disable linkcheck on www.gnu.org

The check fails with the following error for some time:

    broken    https://www.gnu.org/software/libidn/#libidn2 - HTTPSConnectionPool(host='www.gnu.org', port=443): Max retries exceeded with url: /software/libidn/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5bd4c14590>: Failed to establish a new connection: [Errno 111] Connection refused'))

Merge branch 'mnowak/linkcheck-disable-www-gnu-org' into 'main'

See merge request isc-projects/bind9!10436