]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Make BuildSources more flexible 1666/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 5 Jul 2023 07:38:57 +0000 (09:38 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 6 Jul 2023 10:23:36 +0000 (12:23 +0200)
commit391eebcd9f3382c140971613f127960e1f7c8a53
tree29e0f1de53676a9f575df8140ff4805a31076ab3
parent7f9c111914b1189356d185cb8d25c7a07f4f08b8
Make BuildSources more flexible

Currently, when you want to build multiple projects together, you
have to make the other projects subdirectories of the one with the
mkosi config, which is inconvenient. To make this more flexible, let's
allow specifying multiple source trees and where to mount them under
/work/src so that multiple projects can be mounted in a fixed location
regardless of their location on the host.
mkosi.md
mkosi/__init__.py
mkosi/config.py