]> git.ipfire.org Git - thirdparty/systemd.git/commit
mkosi: Use build image prepare scripts for tools tree as well 36861/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 25 Mar 2025 20:02:24 +0000 (21:02 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Mar 2025 11:29:09 +0000 (12:29 +0100)
commit1b49fb9aaa7d5d6dc84d4a1ca56acda2385ef10e
tree716c5d7a6e5210f96a04c601a25a43fbd87488eb
parente7df838a073dd6a1de41636dfa55f0ef33151dd6
mkosi: Use build image prepare scripts for tools tree as well

Instead of listing dependencies manually for the default tools tree,
let's reuse the prepare scripts from the build image. To make this work,
the sync script has to be configured for the tools tree as well so that
it's invoked both when building the tools tree and for the regular image,
otherwise, when doing the first build in a fresh checkout, the sync script
won't have executed yet as sync scripts for the regular images are executed
after building the default tools tree.
26 files changed:
.github/workflows/mkosi.yml
.packit.yml
docs/HACKING.md
mkosi.conf
mkosi.conf.d/05-tools/mkosi.conf
mkosi.conf.d/05-tools/mkosi.conf.d/arch.conf
mkosi.conf.d/05-tools/mkosi.conf.d/centos-fedora.conf
mkosi.conf.d/05-tools/mkosi.conf.d/debian-ubuntu.conf
mkosi.conf.d/05-tools/mkosi.conf.d/opensuse.conf
mkosi.conf.d/05-tools/mkosi.conf.d/ubuntu/mkosi.conf [new file with mode: 0644]
mkosi.conf.d/05-tools/mkosi.conf.d/ubuntu/mkosi.conf.d/non-x86.conf [new file with mode: 0644]
mkosi.conf.d/05-tools/mkosi.conf.d/ubuntu/mkosi.conf.d/x86.conf [new file with mode: 0644]
mkosi.conf.d/10-arch/mkosi.conf
mkosi.conf.d/10-centos-fedora/mkosi.conf
mkosi.conf.d/10-debian-ubuntu/mkosi.conf
mkosi.conf.d/10-opensuse/mkosi.conf
mkosi.images/build/mkosi.conf.d/arch/mkosi.conf
mkosi.images/build/mkosi.conf.d/arch/mkosi.prepare
mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.conf
mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.prepare
mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.conf
mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.prepare
mkosi.images/build/mkosi.conf.d/opensuse/mkosi.conf
mkosi.images/build/mkosi.conf.d/opensuse/mkosi.prepare
mkosi.sync [moved from mkosi.images/build/mkosi.sync with 100% similarity]
tools/fetch-distro.py