]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Remove distribution from tools tree cache name
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 18 Nov 2024 20:00:10 +0000 (21:00 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 18 Nov 2024 20:00:10 +0000 (21:00 +0100)
We already made the same change for the output, let's make the same
change for the cache name as well.

mkosi/__init__.py

index 7c681c26c0513deaa2185651052c71640321f080..565c2b85afe8c3ca17a7064664d50b572190c3c2 100644 (file)
@@ -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