pungi-fedora/shared/gather.conf
Jan Kaluza 9de872ed0e New ELN compose layout.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2020-08-28 13:09:21 +02:00

18 lines
403 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 "deps".
"^(AppStream|CRB)$": {
"comps": "deps",
},
}
hashed_directories = False
gather_allow_reuse = True
repoclosure_backend = 'dnf'