smeserver-pungi/pungi-minimal.conf

69 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

2024-07-11 12:22:10 +02:00
# RELEASE
release_name = "smeserver"
2024-07-20 03:26:29 +02:00
release_short = "sme"
2024-09-06 06:48:09 +02:00
release_version = "11.0"
2024-07-11 12:22:10 +02:00
# 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",
2024-07-20 03:26:29 +02:00
"file": "comps.xml",
2024-07-11 12:22:10 +02:00
}
variants_file = {
"scm": "git",
"repo": "https://src.koozali.org/infra/smeserver-pungi.git ",
"branch": "sme11",
2024-07-20 03:26:29 +02:00
"file": "variants.xml",
2024-07-11 12:22:10 +02:00
}
# KOJI
koji_profile = "koji"
runroot = False
# PKGSET
sigkeys = ['44922a28']
pkgset_source = "koji"
2024-09-06 06:48:09 +02:00
pkgset_koji_tag = "sme11.0"
2024-07-11 12:22:10 +02:00
# 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
2024-07-20 03:26:29 +02:00
signing_command = 'sign_unsigned.sh -vv smeserver-11'
2024-07-11 12:22:10 +02:00
signing_key_id = '44922a28'