lorax: Log dnf solver debug data in ./debugdata/

This commit is contained in:
Brian C. Lane 2020-01-15 11:03:44 -08:00
parent 2ee92b75b0
commit 210fe3d8ef
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ def get_dnf_base_object(installroot, sources, mirrorlists=None, repos=None,
# actually appends. Doing this adds 'nodocs' to the existing list
# of values, over in libdnf, it does not replace the existing values.
conf.tsflags = ['nodocs']
# Log details about the solver
conf.debug_solver = True
if proxy:
conf.proxy = proxy