pungi-fedora/shared/gather.conf
Jan Kaluza ef9b90b1ce ELN: Use the "global variable" feature to reduce config duplicities.
This moves all the configuration variables from eln.conf to
shared/*.conf files. The configuration itself remains the same,
it is just stored differently.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2020-10-07 07:38:00 +02:00

23 lines
519 B
Plaintext

gather_backend = "dnf"
check_deps = False
gather_method = {
# Anything that is not AppStream or CRB should use the old depsolver
"^(?!(AppStream|CRB)).*$": {
"comps": "deps",
},
"^(AppStream|CRB)$": "hybrid",
}
hashed_directories = False
gather_allow_reuse = True
repoclosure_backend = 'dnf'
gather_prepopulate = {
'scm': 'git',
'repo': GATHER_PREPOPULATE_REPO,
'branch': GATHER_PREPOPULATE_BRANCH,
'file': GATHER_PREPOPULATE_FILE,
'command': GATHER_PREPOPULATE_COMMAND
}