2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

[9.20] 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'))

Backport of MR !10436

Merge branch 'backport-mnowak/linkcheck-disable-www-gnu-org-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10437
This commit is contained in:
Michal Nowak 2025-05-05 10:13:38 +00:00
commit 80a50dea46

View File

@ -225,6 +225,7 @@ linkcheck_ignore = [
"https://www.dnssec-or-not.com/",
"https://www.flaticon.com/",
"https://www.freepik.com/",
"https://www.gnu.org",
"https://www.godaddy.com",
"https://www.icann.org",
]