diff --git a/pungi-minimal.conf b/pungi-minimal.conf new file mode 100644 index 0000000..99b1343 --- /dev/null +++ b/pungi-minimal.conf @@ -0,0 +1,68 @@ +# RELEASE +release_name = "smeserver" +release_short = "smeserver" +release_version = "11" + +# 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-sme11.xml", +} + +variants_file = { + "scm": "git", + "repo": "https://src.koozali.org/infra/smeserver-pungi.git ", + "branch": "sme11", + "file": "variants-sme11.xml", +} + +# KOJI +koji_profile = "koji" +runroot = False + +# PKGSET +sigkeys = ['44922a28'] +pkgset_source = "koji" +pkgset_koji_tag = "sme11" + +# 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.py -vv smeserver-11' +signing_key_id = '44922a28' +