]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
arch: Switch to the newly established fastly mirror
authorChristian Heusel <christian@heusel.eu>
Mon, 20 Oct 2025 12:09:12 +0000 (14:09 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 20 Oct 2025 13:25:09 +0000 (15:25 +0200)
Since we can expect quite good caching results for CI-type setups it
might make sense to use this new mirror as a default for mkosi.

Signed-off-by: Christian Heusel <christian@heusel.eu>
mkosi/distribution/arch.py
mkosi/resources/man/mkosi.1.md

index 1fc31014f5d07e1a1e07b956c7ae09f28ecef0f2..3ff99e5cc5cdbd57b52f4772c802924564d711b3 100644 (file)
@@ -80,7 +80,7 @@ class Installer(DistributionInstaller, distribution=Distribution.arch):
                 elif context.config.snapshot:
                     mirror = "https://archive.archlinux.org"
                 else:
-                    mirror = "https://geo.mirror.pkgbuild.com"
+                    mirror = "https://fastly.mirror.pkgbuild.com"
 
             if context.config.snapshot:
                 url = join_mirror(mirror, f"repos/{context.config.snapshot}/$repo/os/$arch")
index 3406e9c081c6ad1e6aedd83357e5061c27251fa0..e35707e218b27dd2db73d8fb1737a98398f2951f 100644 (file)
@@ -516,21 +516,21 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
     The default mirrors for each distribution are as follows (unless
     specified, the same mirror is used for all architectures):
 
-    |                | x86-64                            | aarch64                        |
-    |----------------|-----------------------------------|--------------------------------|
-    | `debian`       | http://deb.debian.org             |                                |
-    | `arch`         | https://geo.mirror.pkgbuild.com   | http://mirror.archlinuxarm.org |
-    | `opensuse`     | http://download.opensuse.org      |                                |
-    | `kali`         | http://http.kali.org/kali         |                                |
-    | `ubuntu`       | http://archive.ubuntu.com         | http://ports.ubuntu.com        |
-    | `centos`       | https://mirrors.centos.org        |                                |
-    | `rocky`        | https://mirrors.rockylinux.org    |                                |
-    | `alma`         | https://mirrors.almalinux.org     |                                |
-    | `fedora`       | https://mirrors.fedoraproject.org |                                |
-    | `rhel-ubi`     | https://cdn-ubi.redhat.com        |                                |
-    | `mageia`       | https://www.mageia.org            |                                |
-    | `openmandriva` | http://mirrors.openmandriva.org   |                                |
-    | `azure`        | https://packages.microsoft.com/   |                                |
+    |                | x86-64                             | aarch64                        |
+    |----------------|------------------------------------|--------------------------------|
+    | `debian`       | http://deb.debian.org              |                                |
+    | `arch`         | https://fastly.mirror.pkgbuild.com | http://mirror.archlinuxarm.org |
+    | `opensuse`     | http://download.opensuse.org       |                                |
+    | `kali`         | http://http.kali.org/kali          |                                |
+    | `ubuntu`       | http://archive.ubuntu.com          | http://ports.ubuntu.com        |
+    | `centos`       | https://mirrors.centos.org         |                                |
+    | `rocky`        | https://mirrors.rockylinux.org     |                                |
+    | `alma`         | https://mirrors.almalinux.org      |                                |
+    | `fedora`       | https://mirrors.fedoraproject.org  |                                |
+    | `rhel-ubi`     | https://cdn-ubi.redhat.com         |                                |
+    | `mageia`       | https://www.mageia.org             |                                |
+    | `openmandriva` | http://mirrors.openmandriva.org    |                                |
+    | `azure`        | https://packages.microsoft.com/    |                                |
 
 `Snapshot=`
 :   Download packages from the given snapshot instead of downloading the latest