From 210fe3d8eff1a4c20150f2ead5a18f1658d9cb31 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 15 Jan 2020 11:03:44 -0800 Subject: [PATCH] lorax: Log dnf solver debug data in ./debugdata/ --- src/pylorax/dnfbase.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pylorax/dnfbase.py b/src/pylorax/dnfbase.py index 7df55662..c4d514f1 100644 --- a/src/pylorax/dnfbase.py +++ b/src/pylorax/dnfbase.py @@ -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