constants: switch archlinux x86 mirrors to https://geo.mirror.pkgbuild.com/$repo/os/$arch
This commit is contained in:
parent
185894842f
commit
669c82a10b
1 changed files with 3 additions and 3 deletions
|
@ -60,9 +60,9 @@ ALARM_REPOS = {
|
||||||
BASE_DISTROS: dict[DistroArch, dict[str, dict[str, str]]] = {
|
BASE_DISTROS: dict[DistroArch, dict[str, dict[str, str]]] = {
|
||||||
'x86_64': {
|
'x86_64': {
|
||||||
'repos': {
|
'repos': {
|
||||||
'core': 'http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch',
|
'core': 'https://geo.mirror.pkgbuild.com/$repo/os/$arch',
|
||||||
'extra': 'http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch',
|
'extra': 'https://geo.mirror.pkgbuild.com/$repo/os/$arch',
|
||||||
'community': 'http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch',
|
'community': 'https://geo.mirror.pkgbuild.com/$repo/os/$arch',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'aarch64': {
|
'aarch64': {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue