mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-10-31 18:31:24 +00:00
48 lines
953 B
Plaintext
48 lines
953 B
Plaintext
release_name = RELEASE_NAME
|
|
release_short = RELEASE_SHORT
|
|
release_version = RELEASE_VERSION
|
|
version = RELEASE_VERSION
|
|
|
|
link_type = 'copy'
|
|
productimg = False
|
|
create_jigdo = False
|
|
|
|
comps_file = {
|
|
'scm': 'git',
|
|
'repo': COMPS_REPO,
|
|
'branch': COMPS_BRANCH,
|
|
'file': COMPS_FILE,
|
|
'command': COMPS_COMMAND
|
|
}
|
|
|
|
module_defaults_dir = {
|
|
'scm': 'git',
|
|
'repo': MODULE_DEFAULTS_REPO,
|
|
'branch': MODULE_DEFAULTS_BRANCH,
|
|
'dir': '.',
|
|
}
|
|
|
|
variants_file = "variants.xml"
|
|
|
|
#variants_file = {
|
|
# 'scm': 'git',
|
|
# 'repo': VARIANTS_REPO,
|
|
# 'branch': VARIANTS_BRANCH,
|
|
# 'file': VARIANTS_FILE,
|
|
#}
|
|
|
|
extra_files = [
|
|
("^.*$", {
|
|
"*": EXTRA_FILES,
|
|
}),
|
|
]
|
|
|
|
#failable_deliverables = [
|
|
# ('^.*$', {
|
|
# 'src': ['buildinstall'],
|
|
# # Nothing on i386 blocks the compose
|
|
# 'i386': ['buildinstall', 'iso'],
|
|
# 'i686': ['buildinstall', 'iso'],
|
|
# })
|
|
#]
|