pmbootstrap-meow/pmb/core
Newbyte ca5c77fa20
pmb.core.config: Fix type of jobs variable (MR 2434)
I don't think there's any case where the number of jobs would have to be
a string. It's also being assigned an integer elsewhere the code (in
ask_for_additional_options() inside of init.py), so an integer seems
like what we actually want. Also fix type errors resulting of this.
2024-10-27 00:38:16 +02:00
..
__init__.py core: don't re-export get_context (MR 2252) 2024-06-23 12:38:40 +02:00
apkindex_block.py Improvements to documentation (MR 2440) 2024-10-21 21:46:26 +02:00
arch.py pmb.core.arch: add noarch (MR 2446) 2024-10-21 21:41:16 +02:00
chroot.py core: chroot: validate name for rootfs chroot (MR 2332) 2024-06-30 17:51:45 +02:00
config.py pmb.core.config: Fix type of jobs variable (MR 2434) 2024-10-27 00:38:16 +02:00
context.py treewide: drop context.device (MR 2332) 2024-06-30 17:51:45 +02:00
dps.py pmb.core: add Discoverable Partitions Specification file (MR 2426) 2024-10-13 19:59:26 +02:00
package_metadata.py pmb.core.apkindex_block: Don't mark depends as optional (MR 2438) 2024-10-21 21:05:17 +02:00
pkgrepo.py Run ruff check --fix (MR 2357) 2024-07-16 00:26:35 +02:00
test_arch.py pmb.core.arch: add noarch (MR 2446) 2024-10-21 21:41:16 +02:00
test_chroot.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
test_pkgrepo.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00