Fix a lot of unknown arches in mirrorlist.py. Take a stab at fixing some of the graphs in mirrors-data.gp. Let the team figure out a better way to fix the rest.

This commit is contained in:
Stephen Smoogen 2021-07-15 05:06:56 -04:00
parent 5bacc237c3
commit 9a54f23d1e
2 changed files with 110 additions and 56 deletions

View file

@ -180,6 +180,11 @@ repo_dict = {
"epel9.18" : "epel9",
"epel9.19" : "epel9",
"epel9.20" : "epel9",
"epelmodular8" : "epel8",
"epelnext8" : "epel_next8",
"epelnext9" : "epel_next9",
"playgroundepel8" : "playground_epel8",
"playgroundepel9" : "playground_epel9",
"rawhide" : "rawhide",
"frawhide" : "rawhide",
"rawhidemodular" : "rawhide_modular",
@ -339,6 +344,12 @@ repo_dict = {
'fmodular31' : 'modular_f31',
'fmodular32' : 'modular_f32',
'fmodular33' : 'modular_f33',
'fmodular34' : 'modular_f34',
'fmodular35' : 'modular_f35',
'fmodular36' : 'modular_f36',
'fmodular37' : 'modular_f37',
'fmodular38' : 'modular_f38',
'fmodular39' : 'modular_f39',
'modularf27' : 'modular_f27',
'modularf28' : 'modular_f28',
'modularf29' : 'modular_f29',
@ -358,6 +369,15 @@ repo_dict = {
'rhel7' : 'rhel7',
'rhel8' : 'rhel8',
'rhel9' : 'rhel9',
'fciscoopenh26432' : 'cisco_32',
'fciscoopenh26433' : 'cisco_33',
'fciscoopenh26434' : 'cisco_34',
'fciscoopenh26435' : 'cisco_35',
'fciscoopenh26436' : 'cisco_36',
'fciscoopenh26437' : 'cisco_37',
'fciscoopenh26438' : 'cisco_38',
'fciscoopenh26439' : 'cisco_39',
'fciscoopenh264rawhide' : 'cisco_rawhide',
}
repo_keys = repo_dict.keys()