pmbootstrap-meow/pmb/chroot
Newbyte 6f79967fde
pmb.chroot.initfs: Assert that flavor is not None in build() (MR 2464)
If flavor is None here, something has gone wrong and the line after will
fail. Explicitly assert that it has the right value to appease mypy.
2024-10-29 14:49:36 +01:00
..
__init__.py chroot: split deleting chroot into new function (MR 2252) 2024-06-23 12:38:41 +02:00
apk.py pmb.chroot.apk: Import annotations from __future__ (MR 2425) 2024-10-13 20:12:39 +02:00
apk_static.py pmb.parse.apkindex: Introduce proper typing (MR 2425) 2024-10-13 20:12:34 +02:00
binfmt.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
init.py chroot: force disable /usr merge (MR 2418) 2024-09-30 14:49:06 +02:00
initfs.py pmb.chroot.initfs: Assert that flavor is not None in build() (MR 2464) 2024-10-29 14:49:36 +01:00
initfs_hooks.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
mount.py pmb.{chroot, install}: modify for bsdutils (MR 2315) 2024-09-01 15:45:06 +02:00
other.py pmb.kconfig: refactor to remove args (MR 2346) 2024-10-22 00:04:32 +02:00
run.py pmb.chroot.run.user: fix missing return (MR 2329) 2024-06-23 19:16:26 +02:00
shutdown.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
test_apk.py test: chroot: apk: fix missing return in _apkindex_package() (MR 2448) 2024-10-23 23:16:28 +02:00
zap.py pmb.parse.apkindex: Introduce proper typing (MR 2425) 2024-10-13 20:12:34 +02:00