From: Daan De Meyer Date: Thu, 16 Jan 2025 23:07:07 +0000 (+0100) Subject: Add package manager back to the cache manifest X-Git-Tag: v25~43^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3371%2Fhead;p=thirdparty%2Fmkosi.git Add package manager back to the cache manifest As detailed in the previous commit, it's important to cache the package manager used in the cache manifest. If we don't, we'll end up reusing the wrong metadata cache which won't have any metadata in it for the new package manager. --- diff --git a/mkosi/config.py b/mkosi/config.py index 24f7dc539..ffbb78fe5 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -2034,6 +2034,7 @@ class Config: "release": self.release, "mirror": self.mirror, "architecture": self.architecture, + "package_manager": self.distribution.package_manager(self).executable(self), "packages": sorted(self.packages), "build_packages": sorted(self.build_packages), "package_directories": [