d8e1caa23b
- AL 8.8-beta is coming
108 lines
3.0 KiB
JSON
108 lines
3.0 KiB
JSON
{
|
|
"BaseOS": {
|
|
"gather_methods": "hybrid",
|
|
"buildinstall_skip": false,
|
|
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-{disc_type}{suffix}",
|
|
"createiso_skip": true,
|
|
"extra_isos": [{
|
|
"include_variants": [
|
|
"AppStream"
|
|
],
|
|
"filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-{disc_type}{suffix}",
|
|
"skip_src": true
|
|
}]
|
|
},
|
|
"AppStream": {
|
|
"gather_methods": "hybrid",
|
|
"buildinstall_skip": true,
|
|
"createiso_skip": true,
|
|
"variant_as_lookaside": [
|
|
"BaseOS"
|
|
]
|
|
},
|
|
"PowerTools": {
|
|
"gather_methods": "hybrid",
|
|
"buildinstall_skip": true,
|
|
"createiso_skip": true,
|
|
"variant_as_lookaside": [
|
|
"BaseOS",
|
|
"AppStream"
|
|
]
|
|
},
|
|
"HighAvailability": {
|
|
"gather_methods": "hybrid",
|
|
"buildinstall_skip": true,
|
|
"createiso_skip": true,
|
|
"variant_as_lookaside": [
|
|
"BaseOS",
|
|
"AppStream"
|
|
]
|
|
},
|
|
"ResilientStorage": {
|
|
"gather_methods": "hybrid",
|
|
"buildinstall_skip": true,
|
|
"createiso_skip": true,
|
|
"variant_as_lookaside": [
|
|
"BaseOS",
|
|
"AppStream"
|
|
]
|
|
},
|
|
"extras": {
|
|
"gather_methods": "hybrid",
|
|
"buildinstall_skip": true,
|
|
"createiso_skip": true,
|
|
"variant_as_lookaside": [
|
|
"BaseOS",
|
|
"AppStream"
|
|
]
|
|
},
|
|
"Minimal": {
|
|
"gather_methods": "hybrid",
|
|
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}",
|
|
"buildinstall_skip": false,
|
|
"createiso_skip": true,
|
|
"extra_isos": [{
|
|
"include_variants": [],
|
|
"filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}",
|
|
"skip_src": true
|
|
}]
|
|
},
|
|
"SAPHANA": {
|
|
"gather_methods": "hybrid",
|
|
"buildinstall_skip": true,
|
|
"createiso_skip": true,
|
|
"variant_as_lookaside": [
|
|
"BaseOS",
|
|
"AppStream",
|
|
"HighAvailability"
|
|
]
|
|
},
|
|
"SAP": {
|
|
"gather_methods": "hybrid",
|
|
"buildinstall_skip": true,
|
|
"createiso_skip": true,
|
|
"variant_as_lookaside": [
|
|
"BaseOS",
|
|
"AppStream",
|
|
"HighAvailability"
|
|
]
|
|
},
|
|
"devel": {
|
|
"gather_methods": "hybrid",
|
|
"buildinstall_skip": true,
|
|
"createiso_skip": true,
|
|
"variant_as_lookaside": [
|
|
"BaseOS",
|
|
"AppStream",
|
|
"PowerTools",
|
|
"SAP",
|
|
"SAPHANA",
|
|
"extras",
|
|
"Minimal",
|
|
"RT",
|
|
"NFV",
|
|
"ResilientStorage",
|
|
"HighAvailability"
|
|
]
|
|
}
|
|
} |