distro/keyrings: extraction works
This commit is contained in:
parent
c576dc8a51
commit
38b23de9ad
5 changed files with 34 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue