WIP: keyrings 2

This commit is contained in:
InsanePrawn 2023-04-17 18:56:24 +02:00
parent a982f8c966
commit 30c3fa77fd
4 changed files with 33 additions and 22 deletions

View file

@ -62,7 +62,6 @@ KEYRINGS_LOCAL_KEY = 'local_keyring'
KEYRING_REMOTE_NAME = "kupfer-keyring"
KEYRINGS_LOCAL_NAME = KEYRING_REMOTE_NAME + '-local'
ALARM_REPOS = {
'core': 'http://mirror.archlinuxarm.org/$arch/$repo',
'extra': 'http://mirror.archlinuxarm.org/$arch/$repo',
@ -85,8 +84,8 @@ BASE_DISTROS: dict[DistroArch, dict[str, Union[dict[str, str], list[str]]]] = {
},
KEYRINGS_KEY: ['archlinux-keyring'],
},
'aarch64': ALARM_DISTRO,
'armv7h': ALARM_DISTRO,
'aarch64': ALARM_DISTRO.copy(),
'armv7h': ALARM_DISTRO.copy(),
}
COMPILE_ARCHES: dict[Arch, str] = {