]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add "none" output format 1635/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 20 Jun 2023 15:40:49 +0000 (17:40 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 20 Jun 2023 15:40:49 +0000 (17:40 +0200)
commitf8a36947a5e83d2636dfe17b0ce43fbc9733a665
tree82d193ec4092df17bd09eb13cfb010865e83d803
parent8666c1b549da9cb1ba09aa79d71f7fadf4d3d408
Add "none" output format

This is a re-implementation of the --skip-final-phase option, but
instead of doing it via an option, we do it via a new output format,
which feels much more natural. In combination with mounting the
staging directory into the build script, this allows using mkosi to
produce arbitrary artifacts using the build script.
mkosi.md
mkosi/__init__.py
mkosi/util.py