2020-08-21 08:38:04 +02:00
|
|
|
gather_backend = "dnf"
|
|
|
|
check_deps = False
|
|
|
|
|
|
|
|
gather_method = {
|
2020-10-08 08:16:14 +02:00
|
|
|
# Anything that is not AppStream, CRB or Buildroot should use the old depsolver
|
|
|
|
"^(?!(AppStream|CRB|Buildroot)).*$": {
|
2020-08-21 08:38:04 +02:00
|
|
|
"comps": "deps",
|
2020-10-20 07:58:18 +02:00
|
|
|
"json": "deps",
|
2020-08-21 08:38:04 +02:00
|
|
|
},
|
2020-10-08 08:16:14 +02:00
|
|
|
"^(AppStream|CRB|Buildroot)$": "hybrid",
|
2020-08-21 08:38:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
hashed_directories = False
|
|
|
|
gather_allow_reuse = True
|
|
|
|
repoclosure_backend = 'dnf'
|
2020-09-30 20:37:33 +02:00
|
|
|
|
|
|
|
gather_prepopulate = {
|
|
|
|
'scm': 'git',
|
|
|
|
'repo': GATHER_PREPOPULATE_REPO,
|
|
|
|
'branch': GATHER_PREPOPULATE_BRANCH,
|
|
|
|
'file': GATHER_PREPOPULATE_FILE,
|
|
|
|
'command': GATHER_PREPOPULATE_COMMAND
|
|
|
|
}
|