]> git.ipfire.org Git - pbs.git/commitdiff
config: Set cache path in context
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Feb 2025 11:13:48 +0000 (11:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Feb 2025 11:13:48 +0000 (11:13 +0000)
This has now been fixed.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/config.py

index 7c9875185c50d578e6437ce8cce5cfbae41b1d97..211a73768533448df4d333f70f0f8c205d3bd3b1 100644 (file)
@@ -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: