]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Drop --include-directory
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 9 Feb 2023 09:01:07 +0000 (10:01 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 9 Feb 2023 14:13:30 +0000 (15:13 +0100)
commita44afafded4e35f744f8e63743da44bf17d5e77e
tree8e1a87546f050218a8cddfb884ce67ddd3fa1274
parentfdecbf74e9d8a9b1e1c32e4c16b15d7be07fdf5a
Drop --include-directory

Let's get rid of one more source of mounts. --include-dir can be replaced
by using --incremental and reading includes from the cached build image
tree. In the future, once build images become regular images, users can
read includes by simply using --directory output and reading includes
from the regular image output tree.
NEWS.md
mkosi.md
mkosi/__init__.py
mkosi/backend.py
mkosi/mounts.py