mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-27 18:55:37 -04:00
constants: remove community repos
This commit is contained in:
parent
a17ae67600
commit
3831af7516
1 changed files with 0 additions and 2 deletions
|
@ -60,7 +60,6 @@ TargetArch: TypeAlias = Arch
|
||||||
ALARM_REPOS = {
|
ALARM_REPOS = {
|
||||||
'core': 'http://mirror.archlinuxarm.org/$arch/$repo',
|
'core': 'http://mirror.archlinuxarm.org/$arch/$repo',
|
||||||
'extra': 'http://mirror.archlinuxarm.org/$arch/$repo',
|
'extra': 'http://mirror.archlinuxarm.org/$arch/$repo',
|
||||||
'community': 'http://mirror.archlinuxarm.org/$arch/$repo',
|
|
||||||
'alarm': 'http://mirror.archlinuxarm.org/$arch/$repo',
|
'alarm': 'http://mirror.archlinuxarm.org/$arch/$repo',
|
||||||
'aur': 'http://mirror.archlinuxarm.org/$arch/$repo',
|
'aur': 'http://mirror.archlinuxarm.org/$arch/$repo',
|
||||||
}
|
}
|
||||||
|
@ -70,7 +69,6 @@ BASE_DISTROS: dict[DistroArch, dict[str, dict[str, str]]] = {
|
||||||
'repos': {
|
'repos': {
|
||||||
'core': 'https://geo.mirror.pkgbuild.com/$repo/os/$arch',
|
'core': 'https://geo.mirror.pkgbuild.com/$repo/os/$arch',
|
||||||
'extra': 'https://geo.mirror.pkgbuild.com/$repo/os/$arch',
|
'extra': 'https://geo.mirror.pkgbuild.com/$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