forked from Mirror/pmbootstrap
Because of an APKINDEX subpkg parsing bug, pmbootstrap currently assumes that "ktp-common-internals" provides "make". It fails with a cryptic error when trying to build a package without an existing postmarketOS binary packages mirror (like done in the build.postmarketos.org testsuite): File "/home/user/code/pmbootstrap/pmb/chroot/apk.py", line 174, in replace_aports_packages_with_path package + "-" + data_repo["version"] + ".apk") TypeError: 'NoneType' object is not subscriptable Replace this error with a more meaningful message, that points to the issue analyzing this bug. Related: https://gitlab.com/postmarketOS/build.postmarketos.org/issues/61 |
||
---|---|---|
.. | ||
__init__.py | ||
apk.py | ||
apk_static.py | ||
binfmt.py | ||
distccd.py | ||
init.py | ||
initfs.py | ||
initfs_hooks.py | ||
mount.py | ||
other.py | ||
root.py | ||
shutdown.py | ||
user.py | ||
zap.py |