]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Set CacheOnly=metadata for test images (#40699)
authorDaan De Meyer <daan@amutable.com>
Mon, 16 Feb 2026 14:42:35 +0000 (15:42 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Feb 2026 14:42:35 +0000 (15:42 +0100)
The default behavior is to sync repository metadata for every image
that does not have a cache and we recently changed behavior to
invalidate
all cached images whenever we decide the repository metadata needs to
be resynced.

In systemd we have two images that are not cached because they use
BaseTrees=
hence set CacheOnly=metadata to explicitly indicate these two images
should never cause a repository metadata if resync even though they are
not cached.


Trivial merge