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>
23 lines
519 B
Plaintext
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
|
|
}
|