Skip to content
Snippets Groups Projects
Verified Commit 6c8de85e authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

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).
parent c470d4c6
No related branches found
No related tags found
No related merge requests found
Pipeline #24089 passed
...@@ -2,32 +2,32 @@ ...@@ -2,32 +2,32 @@
distro = "archlinux" distro = "archlinux"
suite = "core" suite = "core"
architectures = ["x86_64"] architectures = ["x86_64"]
source = "https://europe.mirror.pkgbuild.com/$repo/os/$arch" source = "https://geo.mirror.pkgbuild.com/$repo/os/$arch"
[profile."archlinux-extra"] [profile."archlinux-extra"]
distro = "archlinux" distro = "archlinux"
suite = "extra" suite = "extra"
architectures = ["x86_64"] architectures = ["x86_64"]
source = "https://europe.mirror.pkgbuild.com/$repo/os/$arch" source = "https://geo.mirror.pkgbuild.com/$repo/os/$arch"
excludes = [""] excludes = [""]
[profile."archlinux-testing"] [profile."archlinux-testing"]
distro = "archlinux" distro = "archlinux"
suite = "testing" suite = "testing"
architectures = ["x86_64"] architectures = ["x86_64"]
source = "https://europe.mirror.pkgbuild.com/$repo/os/$arch" source = "https://geo.mirror.pkgbuild.com/$repo/os/$arch"
excludes = [""] excludes = [""]
[profile."archlinux-community"] [profile."archlinux-community"]
distro = "archlinux" distro = "archlinux"
suite = "community" suite = "community"
architectures = ["x86_64"] 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*"] excludes = ["cuda*", "tensorflow*", "*pytorch*", "*kube*", "python-tensorflow*"]
[profile."archlinux-community-testing"] [profile."archlinux-community-testing"]
distro = "archlinux" distro = "archlinux"
suite = "community-testing" suite = "community-testing"
architectures = ["x86_64"] 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*"] excludes = ["cuda*", "tensorflow*", "*pytorch*", "*kube*", "python-tensorflow*"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment