From: Michael Tremer Date: Tue, 11 May 2021 09:06:54 +0000 (+0000) Subject: cli: Pass configuration to Pakfire X-Git-Tag: 0.9.28~1285^2~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a36f1f23f8dbf99d32f73175859d699e18f91ea;p=pakfire.git cli: Pass configuration to Pakfire Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/cli.py b/src/pakfire/cli.py index 4a7ab30f7..f33c0bfd8 100644 --- a/src/pakfire/cli.py +++ b/src/pakfire/cli.py @@ -190,6 +190,7 @@ class Cli(object): def pakfire(self, ns): p = base.Pakfire( + conf=ns.config, path=ns.root if "root" in ns else self.default_path, offline=ns.offline, )