]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add ToolsTreePackageDirectories=
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 16 Nov 2024 14:47:43 +0000 (15:47 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 17 Nov 2024 16:29:49 +0000 (17:29 +0100)
commitf447553d170db47d74e3dc02f74bb40c2bf207c3
treea59cc93bafdfae0ae7d3bccebabd302ebd704d00
parent04cd6d1434aa5dd5dea4ab360ce03dd1958dc403
Add ToolsTreePackageDirectories=

Sometimes, we want to add locally built rpm packages to the default
tools tree. For example, systemd-repart depends on mkfs binaries that
might not be available on the host system, so the only way to run it
is from within the tools tree, which means we need a way to install
systemd-repart built from source within the tools tree.
mkosi/__init__.py
mkosi/config.py
mkosi/resources/man/mkosi.1.md
tests/test_json.py