mirror 41 and 43 master
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 24 Sep 2025 07:33:55 +0000 (09:33 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 24 Sep 2025 07:59:49 +0000 (09:59 +0200)
fedora-mirror.sh

index 637bf83..03ebb09 100755 (executable)
@@ -14,10 +14,14 @@ root=/mirror/
 
 
 us_fedora_url=rsync://mirrors.kernel.org/fedora
-eu_fedora_url=rsync://mirror1.hs-esslingen.de/fedora/linux
 
-default_distroname="f41"
-all_distronames="f39 f41"
+# used to be this one
+# eu_fedora_url=rsync://mirror1.hs-esslingen.de/fedora/linux
+# browse content at https://mirror.in2p3.fr/pub/fedora/linux/releases/
+eu_fedora_url=rsync://mirror.in2p3.fr/pub/fedora/linux
+
+default_distroname="f43"
+all_distronames="f41 f43"
 
 global_arch="x86_64"