2023-01-17 22:23:13 +00:00
|
|
|
extra_isos = {
|
|
|
|
"BaseOS": [{
|
|
|
|
"include_variants": ["AppStream"],
|
2023-09-07 19:25:00 +00:00
|
|
|
"filename": "{release_short}-8.10-{arch}-{disc_type}{disc_num}{suffix}",
|
2023-01-17 22:23:13 +00:00
|
|
|
"skip_src": True,
|
2023-04-01 21:11:19 +00:00
|
|
|
"failable_arches": ['i386', 'i686']
|
2023-01-17 22:23:13 +00:00
|
|
|
}],
|
|
|
|
"Minimal": [{
|
|
|
|
"include_variants": ["BaseOS"],
|
2023-09-07 19:25:00 +00:00
|
|
|
"filename": "{release_short}-8.10-{arch}-minimal{suffix}",
|
2023-01-17 22:23:13 +00:00
|
|
|
"skip_src": True,
|
2023-04-01 21:11:19 +00:00
|
|
|
"failable_arches": ['i386', 'i686']
|
2023-01-17 22:23:13 +00:00
|
|
|
}]
|
|
|
|
}
|