Skip to content

Fixing broken links

Victor Toso requested to merge victortoso/osinfo-db:fix-broken-links into master

Some URLs were removed, others were updated.

With this, OSINFO_DB_NETWORK_TESTS=1 make check is not yet happy with

tests/test_urls.py:105: AssertionError
------------------------------------------------------------------------------------------------- Captured log call -------------------------------------------------------------------------------------------------
INFO     root:test_urls.py:42 url: https://ci.guix.gnu.org/search/latest/ISO-9660?query=spec:images+status:success+system:x86_64-linux+image.iso, type: UrlType.URL_ISO
INFO     root:test_urls.py:51 response: Not Found; code: 404; content-type: text/plain
INFO     root:test_urls.py:42 url: https://ci.guix.gnu.org/search/latest/ISO-9660?query=spec:images+status:success+system:x86_64-linux+image.iso, type: UrlType.URL_ISO
INFO     root:test_urls.py:51 response: Not Found; code: 404; content-type: text/plain
INFO     root:test_urls.py:42 url: https://ci.guix.gnu.org/search/latest/ISO-9660?query=spec:images+status:success+system:x86_64-linux+image.iso, type: UrlType.URL_ISO
INFO     root:test_urls.py:51 response: Not Found; code: 404; content-type: text/plain
_

The link works here when using the browser but with a simple curl command I too got 404, so I take is something needed updated in the test_urls.py itself. I'll take a look later Today!

Merge request reports