]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Always cache the default tools tree 3612/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 24 Mar 2025 09:31:43 +0000 (10:31 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 24 Mar 2025 09:50:27 +0000 (10:50 +0100)
commita3dd4edb2921245fa44011e1d0486532f3631855
treeec824e1318259c16910e60d5d24f6f9fe2a8304e
parent86ff031b5a2be36a0cd2ef7dcb6affa9dc5d6fbf
Always cache the default tools tree

For the default tools tree, the cached image and the final image
are the same for all intents and purposes, so let's stop storing both
a cached image and a final image for the default tools tree and instead
only store the final image and use it as the cached image by always
writing a cache manifest next to it.

At the same time always use the name mkosi.tools to reduce the chance
of conflicts as "tools" is an incredibly common directory name.
mkosi/__init__.py