mirror of
https://src.koozali.org/Infra/smeserver-pungi.git
synced 2024-12-22 20:17:00 +01:00
first go - minimal
This commit is contained in:
parent
5a55ba4fec
commit
8b51491338
68
pungi-minimal.conf
Normal file
68
pungi-minimal.conf
Normal file
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user