]> git.ipfire.org Git - pbs.git/commitdiff
config: The Pakfire object is now called Root
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Jul 2025 14:31:19 +0000 (14:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Jul 2025 14:31:19 +0000 (14:31 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/config.py

index 86b0071bd0af5c916f2b65e173c791d59c8f2f4f..0c45567b0d40d24de6310c41b895545af9292714 100644 (file)
@@ -79,7 +79,7 @@ class PakfireConfig(base.Object):
 
                # Launch a new Pakfire instance (in a separate thread)
                return await asyncio.to_thread(
-                       pakfire.Pakfire,
+                       pakfire.Root,
                        stub   = True,
                        ctx    = ctx,
                        arch   = self.arch,