]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Make archive.py independent of Context
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 16 Jan 2024 13:21:52 +0000 (14:21 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 16 Jan 2024 13:59:56 +0000 (14:59 +0100)
commit7dd4fc3ddbbdf3d98543beebdec6eaee9849005c
treeb3325de434957d84f4452b53e8c8b612542c9896
parent3f1b465756c7bd5f34b2988d47aa8aaece5da3bd
Make archive.py independent of Context

Let's make these functions slightly more generic by passing in a
tools directory and a sandbox instead of the full Context object.
mkosi/__init__.py
mkosi/archive.py
mkosi/distributions/debian.py
mkosi/distributions/gentoo.py