From: Daan De Meyer Date: Fri, 13 Dec 2024 10:23:39 +0000 (+0000) Subject: Remove package manager from cache manifest X-Git-Tag: v25~115^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1614060792f9975dec0461d79abd1f6ee7e8d766;p=thirdparty%2Fmkosi.git Remove package manager from cache manifest We don't always have the tools tree available yet when generating the cache manifest which can lead to cache manifest mismatches depending on whether the tools tree is available or not. Since the package manager field depends on whether the tools tree is available or not (dnf or dnf5, dnf or zypper), let's remove it from the cache manifest. --- diff --git a/mkosi/config.py b/mkosi/config.py index 108a47faa..a02adb140 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -1996,7 +1996,6 @@ 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": [