18 lines
407 B
Plaintext
18 lines
407 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",
|
||
|
},
|
||
|
# TODO: There is no "fus" in Fedora. For now use "nodeps".
|
||
|
"^(AppStream|CRB)$": {
|
||
|
"comps": "nodeps",
|
||
|
},
|
||
|
}
|
||
|
|
||
|
hashed_directories = False
|
||
|
gather_allow_reuse = True
|
||
|
repoclosure_backend = 'dnf'
|