2022-02-26 16:54:09 +00:00
|
|
|
gather_backend = "dnf"
|
|
|
|
check_deps = False
|
|
|
|
|
|
|
|
gather_method = {
|
|
|
|
# Anything that is not AppStream, CRB or Buildroot should use the old depsolver
|
|
|
|
"^(?!(AppStream|CRB|Buildroot)).*$": {
|
|
|
|
"comps": "deps",
|
|
|
|
"json": "deps",
|
|
|
|
},
|
|
|
|
"^(AppStream|CRB|Buildroot)$": "hybrid",
|
|
|
|
}
|
|
|
|
|
|
|
|
hashed_directories = False
|
|
|
|
gather_allow_reuse = True
|
|
|
|
repoclosure_backend = 'dnf'
|
|
|
|
|
|
|
|
gather_prepopulate = {
|
2022-04-24 21:08:40 +00:00
|
|
|
'scm': 'file',
|
2022-02-26 16:54:09 +00:00
|
|
|
'repo': GATHER_PREPOPULATE_REPO,
|
|
|
|
'branch': GATHER_PREPOPULATE_BRANCH,
|
|
|
|
'file': GATHER_PREPOPULATE_FILE,
|
|
|
|
'command': GATHER_PREPOPULATE_COMMAND
|
|
|
|
}
|