mirror of
https://src.koozali.org/Infra/smeserver-pungi.git
synced 2024-11-24 23:07:27 +01:00
69 lines
1.5 KiB
Plaintext
69 lines
1.5 KiB
Plaintext
# RELEASE
|
|
release_name = "smeserver"
|
|
release_short = "sme"
|
|
release_version = "11.0"
|
|
|
|
# BASE PRODUCT
|
|
base_product_name = "Rocky"
|
|
base_product_short = "Rocky"
|
|
base_product_version = "8.9"
|
|
|
|
# GENERAL SETTINGS
|
|
comps_file = {
|
|
"scm": "git",
|
|
"repo": "https://src.koozali.org/infra/smeserver-pungi.git",
|
|
"branch": "sme11",
|
|
"file": "comps.xml",
|
|
}
|
|
|
|
variants_file = {
|
|
"scm": "git",
|
|
"repo": "https://src.koozali.org/infra/smeserver-pungi.git ",
|
|
"branch": "sme11",
|
|
"file": "variants.xml",
|
|
}
|
|
|
|
# KOJI
|
|
koji_profile = "koji"
|
|
runroot = False
|
|
|
|
# PKGSET
|
|
sigkeys = ['44922a28']
|
|
pkgset_source = "koji"
|
|
pkgset_koji_tag = "sme11.0"
|
|
|
|
# GATHER
|
|
gather_method = "deps"
|
|
greedy_method = "build"
|
|
check_deps = False
|
|
|
|
# BUILDINSTALL
|
|
buildinstall_method = "lorax"
|
|
|
|
# Image name respecting koozali's image naming policy
|
|
image_name_format = "%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s%(suffix)s"
|
|
# Use the same format for volume id
|
|
image_volid_formats = [
|
|
"%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s"
|
|
]
|
|
# No special handling for layered products, use same format as for regular images
|
|
image_volid_layered_product_formats = []
|
|
# Replace "Cloud" with "C" in volume id etc.
|
|
volume_id_substitutions = {
|
|
'Cloud': 'C',
|
|
'Alpha': 'A',
|
|
'Beta': 'B',
|
|
'TC': 'T',
|
|
}
|
|
|
|
disc_types = {
|
|
'boot': 'netinst',
|
|
'live': 'Live',
|
|
'dvd': 'DVD',
|
|
}
|
|
|
|
# SIGNING
|
|
signing_command = 'sign_unsigned.sh -vv smeserver-11'
|
|
signing_key_id = '44922a28'
|
|
|