]> git.ipfire.org Git - thirdparty/mkosi.git/commit
factor out leaf functions that will be needed for separating out distributions 729/head
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Fri, 4 Jun 2021 15:24:43 +0000 (17:24 +0200)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Fri, 4 Jun 2021 16:55:08 +0000 (18:55 +0200)
commit52d73ca213fa37a83985ad54ea0037675849e3ef
treec3c986b3302efed89df7fd7efe52e067b18d7475
parent38552fc4915e4d74d83eeddc59e3f9702cfc9210
factor out leaf functions that will be needed for separating out distributions

This reuses knowledge gained from #715. The functions included here are needed
to when distributiosn are moved to their own subpackages. This change has no
functional changes.
mkosi/__init__.py
mkosi/__main__.py
mkosi/backend.py [new file with mode: 0644]
mkosi/printer.py [deleted file]