distro/keyrings: extraction works

This commit is contained in:
InsanePrawn 2023-04-17 21:57:42 +02:00
parent c576dc8a51
commit 38b23de9ad
5 changed files with 34 additions and 22 deletions

View file

@ -123,7 +123,7 @@ REPOS_CONFIG_DEFAULTS_DICT = {
BASEDISTROS_KEY: {
arch: {
REMOTEURL_KEY: None,
KEYRINGS_KEY: arch_def.get(KEYRINGS_KEY, None).copy(),
KEYRINGS_KEY: arch_def[KEYRINGS_KEY].copy() if KEYRINGS_KEY in arch_def else None,
'repos': {
k: {
'remote_url': v