Add in roles for f34-f39 and epel9 for counting with old stat program
This commit is contained in:
parent
5db5700936
commit
255b10c922
2 changed files with 47 additions and 3 deletions
|
@ -214,6 +214,12 @@ repo_dict = {
|
|||
"31" : "f31",
|
||||
"32" : "f32",
|
||||
"33" : "f33",
|
||||
"34" : "f34",
|
||||
"35" : "f35",
|
||||
"36" : "f36",
|
||||
"37" : "f37",
|
||||
"38" : "f38",
|
||||
"39" : "f39",
|
||||
"6.89" : "f07",
|
||||
"6.90" : "f07",
|
||||
"6.91" : "f07",
|
||||
|
@ -320,6 +326,12 @@ repo_dict = {
|
|||
'f31' : 'f31',
|
||||
'f32' : 'f32',
|
||||
'f33' : 'f33',
|
||||
'f34' : 'f34',
|
||||
'f35' : 'f35',
|
||||
'f36' : 'f36',
|
||||
'f37' : 'f37',
|
||||
'f38' : 'f38',
|
||||
'f39' : 'f39',
|
||||
'fmodular27' : 'modular_f27',
|
||||
'fmodular28' : 'modular_f28',
|
||||
'fmodular29' : 'modular_f29',
|
||||
|
@ -334,6 +346,12 @@ repo_dict = {
|
|||
'modularf31' : 'modular_f31',
|
||||
'modularf32' : 'modular_f32',
|
||||
'modularf33' : 'modular_f33',
|
||||
'modularf34' : 'modular_f34',
|
||||
'modularf35' : 'modular_f35',
|
||||
'modularf36' : 'modular_f36',
|
||||
'modularf37' : 'modular_f37',
|
||||
'modularf38' : 'modular_f38',
|
||||
'modularf39' : 'modular_f39',
|
||||
'rhel4' : 'rhel4',
|
||||
'rhel5' : 'rhel5',
|
||||
'rhel6' : 'rhel6',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue