]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Allow specifying minimum mkosi version 2153/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 10 Dec 2023 12:17:45 +0000 (13:17 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 10 Dec 2023 12:23:27 +0000 (13:23 +0100)
commitf5b13ed5599102214f066c17eb9f053c207f9116
tree465fcf0c656330b53013e62ca3ac92c4ed28761a
parentfaf5b1b0bf722736967d4eb4e15ee0e0e0e39a45
Allow specifying minimum mkosi version

Currently, users often get a confusing message about some property
not existing when they try to use an older version of mkosi to build
a configuration that requires a newer version. Let's improve on this
by allowing configurations to declare the minimum version required to
build the configuration.
mkosi/__init__.py
mkosi/config.py
mkosi/resources/mkosi.md
tests/test_json.py