Page MenuHomeFreeBSD

net/wifi-firmware-kmod: add more MASTER_SITES
ClosedPublic

Authored by bz on Sep 15 2024, 7:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 3:27 AM
Unknown Object (File)
Thu, Sep 11, 6:59 AM
Unknown Object (File)
Wed, Sep 10, 4:01 PM
Unknown Object (File)
Sep 6 2025, 11:38 AM
Unknown Object (File)
Sep 5 2025, 10:32 PM
Unknown Object (File)
Aug 25 2025, 5:07 AM
Unknown Object (File)
Aug 2 2025, 1:13 PM
Unknown Object (File)
Jul 21 2025, 6:30 PM
Subscribers
None

Details

Summary

pkg builders are failing to fetch all firmware files due to
'Service Unavailable' errors. We assume it is some kind of rate
limit on the git.kernel.org site and not something local to the
pkg builder setup. I was unable to reproduce it locally.
Given git.kernel.org is geo located unroll the server names as well
so that pkg builders can fall back to further machines [1].
We do leave the general name first so the common user should not
see any problems.

Suggested by: dbaio [1]
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.Sep 15 2024, 7:06 PM
bz created this revision.

As you say, this shouldn't hurt anything and we'll see if it eliminates the sporadic 503 errors on the official package builders.

This revision is now accepted and ready to land.Sep 15 2024, 8:57 PM
This revision was automatically updated to reflect the committed changes.