From e0236b0584e2a567697fc096293c07e8b49f485f Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Thu, 13 Aug 2026 00:47:19 +1000 Subject: [PATCH 1/2] fedora remote: switch base_url to ftp.uni-stuttgart.de 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. --- 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 630ef53..7c4adae 100644 --- a/config/remote_rpm/fedora.yaml +++ b/config/remote_rpm/fedora.yaml @@ -1,4 +1,4 @@ -base_url: https://dl.fedoraproject.org/pub/fedora/linux +base_url: https://ftp.uni-stuttgart.de/fedora description: Fedora Linux RPM package repository immutable_ttl: 0 mutable_ttl: 7200 From 1f12b513eafae2480a00e8aac600a3879453f83a Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Thu, 13 Aug 2026 06:42:27 +1000 Subject: [PATCH 2/2] fedora remote: switch base_url to syd.mirror.rackspace.com --- 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 7c4adae..ffc6cae 100644 --- a/config/remote_rpm/fedora.yaml +++ b/config/remote_rpm/fedora.yaml @@ -1,4 +1,4 @@ -base_url: https://ftp.uni-stuttgart.de/fedora +base_url: https://syd.mirror.rackspace.com/fedora description: Fedora Linux RPM package repository immutable_ttl: 0 mutable_ttl: 7200