pmbootstrap-meow/pmb
Newbyte 1aa0b05014
pmb.install.blockdevice: Avoid reusing size_mb variable in create_and_mount_image() (MR 2464)
Reusing this variable might lead to confusing bugs later if this code is
changed in the future, and also leads to mypy being confused about the
type of size_mb as it then gets assigned both str and int values.
2024-10-29 14:21:01 +01:00
..
aportgen Improvements to documentation (MR 2440) 2024-10-21 21:46:26 +02:00
build pmb.build.autodetect: Fix return type and docstring for arch() (MR 2464) 2024-10-29 13:49:37 +01:00
chroot test: chroot: apk: fix missing return in _apkindex_package() (MR 2448) 2024-10-23 23:16:28 +02:00
ci ci: Add support for artifacts (MR 2413) 2024-10-17 18:53:44 +02:00
commands commands: getattr autoinstall (MR 2461) 2024-10-27 18:59:42 +01:00
config pmb.config: Check for kpartx and losetup with --json support (MR 2450) 2024-10-27 13:14:10 +01:00
core pmb.core.config: Fix type of jobs variable (MR 2434) 2024-10-27 00:38:16 +02:00
data Replace gitlab.com with gitlab.postmarketos.org (MR 2443) 2024-10-21 18:12:21 +02:00
export symlink: fix android-recovery-installer path (MR 2372) 2024-07-16 12:48:30 +04:00
flasher pmb.flasher: Remove use of args (MR 2441) 2024-10-22 15:12:40 +02:00
helpers pmb.helpers.repo.download: proper error for 404 (MR 2462) 2024-10-27 20:52:13 +01:00
install pmb.install.blockdevice: Avoid reusing size_mb variable in create_and_mount_image() (MR 2464) 2024-10-29 14:21:01 +01:00
meta Run ruff check --fix (MR 2357) 2024-07-16 00:26:35 +02:00
netboot Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
parse test: parse: apkindex: check that cache works (MR 2455) 2024-10-27 16:42:54 +01:00
qemu Ruff: fix typing.Xxx is deprecated, use xxx instead (MR 2327) 2024-06-23 19:13:57 +02:00
sideload pmb.parse.apkindex: Introduce proper typing (MR 2425) 2024-10-13 20:12:34 +02:00
__init__.py Replace gitlab.com with gitlab.postmarketos.org (MR 2443) 2024-10-21 18:12:21 +02:00
conftest.py Use pmbootstrap_v3.cfg as config file (MR 2350) 2024-07-10 20:06:25 +02:00
types.py install: add a --sector-size flag (MR 2391) 2024-08-25 22:06:17 +02:00