lorax: Log dnf solver debug data in ./debugdata/
This commit is contained in:
parent
2ee92b75b0
commit
210fe3d8ef
@ -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
|
# actually appends. Doing this adds 'nodocs' to the existing list
|
||||||
# of values, over in libdnf, it does not replace the existing values.
|
# of values, over in libdnf, it does not replace the existing values.
|
||||||
conf.tsflags = ['nodocs']
|
conf.tsflags = ['nodocs']
|
||||||
|
# Log details about the solver
|
||||||
|
conf.debug_solver = True
|
||||||
|
|
||||||
if proxy:
|
if proxy:
|
||||||
conf.proxy = proxy
|
conf.proxy = proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user