mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-09 23:01:24 +00:00
37 lines
696 B
Plaintext
37 lines
696 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 = {
|
|
'scm': 'git',
|
|
'repo': VARIANTS_REPO,
|
|
'branch': VARIANTS_BRANCH,
|
|
'file': VARIANTS_FILE,
|
|
}
|
|
|
|
extra_files = [
|
|
("^.*$", {
|
|
"*": EXTRA_FILES,
|
|
}),
|
|
]
|