]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Look in both the config file and the cwd for dropin files 1267/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 14 Nov 2022 15:18:39 +0000 (16:18 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 14 Nov 2022 15:45:33 +0000 (16:45 +0100)
commite2c2a19a666137d060c6dc1036cd9a3c40e8a729
tree7ff7b6d32a599546bf1e515616ea9780ae7383b3
parentde12a95314b2ce86699ec8dd8ba3929ab864b20e
Look in both the config file and the cwd for dropin files

A project might have multiple config files in subdirectories that
they use with --default but have shared configuration in the root
of the repository. When loading such a config file with --default,
we should still load shared dropins from the shared location.
mkosi/__init__.py