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
F103110643: D46681.id143375.diff
Thu, Nov 21, 3:36 AM
Unknown Object (File)
Mon, Nov 18, 2:27 PM
Unknown Object (File)
Sun, Nov 17, 4:19 PM
Unknown Object (File)
Tue, Nov 12, 6:46 PM
Unknown Object (File)
Tue, Nov 5, 11:16 AM
Unknown Object (File)
Oct 20 2024, 3:36 PM
Unknown Object (File)
Oct 20 2024, 1:02 PM
Unknown Object (File)
Oct 8 2024, 6:27 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.