pungi-fedora/shared/gather.conf
Jan Kaluza 684efd77af [WIP] Test new ELN compose layout.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2020-08-21 11:24:52 +02:00

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'