fedora remote: switch base_url to syd.mirror.rackspace.com (fast AU mirror w/ F44) #23

Merged
benvin merged 2 commits from benvin/fedora-mirror-unistuttgart into main 2026-08-13 07:02:05 +10:00
Member

Why

dl.fedoraproject.org is the Fedora master and is heavily throttled from Sydney, so cold fetches of F44 content (37 MB primary + every uncached package) starve and dnf times out (curl error 28). The earlier fix considered the EU tier-1 mirror ftp.uni-stuttgart.de, but a Sydney mirror (syd.mirror.rackspace.com) now carries the full F44 tree (releases/44 + updates/44 + development/rawhide, all verified repomd 200 over https) and serves the same immutable hashes as dl. Local and low-latency (~4.7 MB/s) beats a fast EU hop.

How

  • Repoint the fedora remote base_url from https://dl.fedoraproject.org/pub/fedora/linux to https://syd.mirror.rackspace.com/fedora (rackspace roots its Fedora tree at /fedora, not /fedora/linux). ttls/description/immutable_patterns unchanged; the existing releases/, updates/, development/, noarch patterns all still resolve.

After apply, evict the fedora repodata cache so metadata is re-fetched from the new backend.

## Why `dl.fedoraproject.org` is the Fedora master and is heavily throttled from Sydney, so cold fetches of F44 content (37 MB primary + every uncached package) starve and dnf times out (curl error 28). The earlier fix considered the EU tier-1 mirror `ftp.uni-stuttgart.de`, but a Sydney mirror (`syd.mirror.rackspace.com`) now carries the full F44 tree (`releases/44` + `updates/44` + `development/rawhide`, all verified repomd 200 over https) and serves the same immutable hashes as dl. Local and low-latency (~4.7 MB/s) beats a fast EU hop. ## How - Repoint the `fedora` remote `base_url` from `https://dl.fedoraproject.org/pub/fedora/linux` to `https://syd.mirror.rackspace.com/fedora` (rackspace roots its Fedora tree at `/fedora`, not `/fedora/linux`). ttls/description/immutable_patterns unchanged; the existing `releases/`, `updates/`, `development/`, `noarch` patterns all still resolve. After apply, evict the `fedora` repodata cache so metadata is re-fetched from the new backend.
unkin-agent added 1 commit 2026-08-13 00:48:31 +10:00
fedora remote: switch base_url to ftp.uni-stuttgart.de
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
e0236b0584
dl.fedoraproject.org is the throttled master, causing F44 cold-fetch
timeouts. uni-stuttgart is a fast tier-1 mirror carrying the full
releases+updates tree.
unkin-agent added 1 commit 2026-08-13 06:46:57 +10:00
fedora remote: switch base_url to syd.mirror.rackspace.com
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
1f12b513ea
unkin-agent changed title from fedora remote: switch base_url to ftp.uni-stuttgart.de (fast mirror w/ F44) to fedora remote: switch base_url to syd.mirror.rackspace.com (fast AU mirror w/ F44) 2026-08-13 06:47:59 +10:00
benvin merged commit 2ce7478b5e into main 2026-08-13 07:02:05 +10:00
benvin deleted branch benvin/fedora-mirror-unistuttgart 2026-08-13 07:02:06 +10:00
Sign in to join this conversation.