From 983cff487615e1141572fe65d16ef17c7543d0e3 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Wed, 12 Aug 2026 22:42:45 +1000 Subject: [PATCH] fedora remote: point base_url at dl.fedoraproject.org The fcix micromirror (gsl-syd.mm.fcix.net) does not carry F44, so dnf gets HTTP 404 for releases/44/Everything/x86_64/os/repodata/repomd.xml. dl.fedoraproject.org is the canonical always-current Fedora source. --- config/remote_rpm/fedora.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/remote_rpm/fedora.yaml b/config/remote_rpm/fedora.yaml index 34f0006..630ef53 100644 --- a/config/remote_rpm/fedora.yaml +++ b/config/remote_rpm/fedora.yaml @@ -1,4 +1,4 @@ -base_url: https://gsl-syd.mm.fcix.net/fedora/linux +base_url: https://dl.fedoraproject.org/pub/fedora/linux description: Fedora Linux RPM package repository immutable_ttl: 0 mutable_ttl: 7200