pungi-rocky/shared/general.conf

39 lines
734 B
Plaintext
Raw Normal View History

2023-01-17 22:23:13 +00:00
release_name = RELEASE_NAME
release_short = RELEASE_SHORT
release_version = RELEASE_VERSION
2023-01-17 22:24:59 +00:00
version = RELEASE_VERSION
2023-01-17 22:23:13 +00:00
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,
#}
2023-01-17 22:23:13 +00:00
extra_files = [
("^.*$", {
"*": EXTRA_FILES,
}),
]