From: Daan De Meyer Date: Mon, 18 Nov 2024 20:00:10 +0000 (+0100) Subject: Remove distribution from tools tree cache name X-Git-Tag: v25~163^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb0eef89dda76d625172a3d21b52ce910a885152;p=thirdparty%2Fmkosi.git Remove distribution from tools tree cache name We already made the same change for the output, let's make the same change for the cache name as well. --- diff --git a/mkosi/__init__.py b/mkosi/__init__.py index 7c681c26c..565c2b85a 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -4186,7 +4186,7 @@ def finalize_default_tools(config: Config, *, resources: Path) -> Config: resources=resources, ) - tools = dataclasses.replace(tools, image=f"{config.tools_tree_distribution}-tools") + tools = dataclasses.replace(tools, image="tools") return tools