From: Michael Tremer Date: Wed, 5 Feb 2025 11:13:48 +0000 (+0000) Subject: config: Set cache path in context X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c00a84dae1242fac7ba12145189d20bf42bdd4df;p=pbs.git config: Set cache path in context This has now been fixed. Signed-off-by: Michael Tremer --- diff --git a/src/buildservice/config.py b/src/buildservice/config.py index 7c987518..211a7376 100644 --- a/src/buildservice/config.py +++ b/src/buildservice/config.py @@ -63,7 +63,7 @@ class PakfireConfig(base.Object): ctx = pakfire.Ctx() # Set the cache path - #ctx.cache_path = "/pub/pakfire/.cache" + ctx.cache_path = "/pub/pakfire/.cache" # Configure the logger if self.logger: