]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Get rid of build_stuff()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 9 May 2023 08:16:05 +0000 (10:16 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 9 May 2023 09:18:42 +0000 (11:18 +0200)
commit235f7fb2598d4e4edcc338a8d2619e8235bd528e
tree98075c067b2cf275d0e9f6832cda86a661a28270
parent6a9e0fb9a293d2e9d53cbffe975f4ac055b446d3
Get rid of build_stuff()

The distinction between build_stuff() and build_image() is quite
arbitrary these days. build_stuff() used to build multiple images,
and build_image() would build a single image, but that's not the
case anymore, so let's merge build_stuff() into build_image().
mkosi/__init__.py