1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-21 21:31:55 +02:00

rebuilderd: fetch dbs/packages from the Geo mirror

Update /etc/rebuilderd-sync.conf to use the Geo host mirror instead of
europe.mirror.pkgbuild.com (for added reliability in case the latter's
availability is impacted).
This commit is contained in:
Evangelos Foutras 2022-08-06 17:14:02 +03:00
parent c470d4c6e2
commit 6c8de85eaf
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -2,32 +2,32 @@
distro = "archlinux"
suite = "core"
architectures = ["x86_64"]
source = "https://europe.mirror.pkgbuild.com/$repo/os/$arch"
source = "https://geo.mirror.pkgbuild.com/$repo/os/$arch"
[profile."archlinux-extra"]
distro = "archlinux"
suite = "extra"
architectures = ["x86_64"]
source = "https://europe.mirror.pkgbuild.com/$repo/os/$arch"
source = "https://geo.mirror.pkgbuild.com/$repo/os/$arch"
excludes = [""]
[profile."archlinux-testing"]
distro = "archlinux"
suite = "testing"
architectures = ["x86_64"]
source = "https://europe.mirror.pkgbuild.com/$repo/os/$arch"
source = "https://geo.mirror.pkgbuild.com/$repo/os/$arch"
excludes = [""]
[profile."archlinux-community"]
distro = "archlinux"
suite = "community"
architectures = ["x86_64"]
source = "https://europe.mirror.pkgbuild.com/$repo/os/$arch"
source = "https://geo.mirror.pkgbuild.com/$repo/os/$arch"
excludes = ["cuda*", "tensorflow*", "*pytorch*", "*kube*", "python-tensorflow*"]
[profile."archlinux-community-testing"]
distro = "archlinux"
suite = "community-testing"
architectures = ["x86_64"]
source = "https://europe.mirror.pkgbuild.com/$repo/os/$arch"
source = "https://geo.mirror.pkgbuild.com/$repo/os/$arch"
excludes = ["cuda*", "tensorflow*", "*pytorch*", "*kube*", "python-tensorflow*"]