Using dnf for dependency solving

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2017-08-14 14:50:08 -04:00
parent 7112dc07f8
commit bccea93e18

View File

@ -47,9 +47,14 @@ filter_system_release_packages = False
# GATHER # GATHER
gather_source = 'comps' gather_source = 'comps'
gather_method = 'deps' gather_method = 'deps'
gather_backend = 'dnf'
check_deps = False check_deps = False
greedy_method = 'build' greedy_method = 'build'
# This can only be enabled once DNF 2 is used due to
# https://bugzilla.redhat.com/show_bug.cgi?id=1260986
#repoclosure_backend = 'dnf'
# fomat: [(variant_uid_regex, {arch|*: [repos]})] # fomat: [(variant_uid_regex, {arch|*: [repos]})]
# gather_lookaside_repos = [] # gather_lookaside_repos = []