1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-12 19:09:56 +03:00

helpers: apk_static: move from pmb.chroot (MR 2463)

Move the apk_static module from pmb/chroot to pmb/helpers which is a
more suitable location.

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-10-28 00:16:42 +01:00
parent c4a92c37a8
commit 26ec1631ca
No known key found for this signature in database
GPG key ID: 0583312B195F64B6
9 changed files with 13 additions and 17 deletions

View file

@ -12,14 +12,6 @@ pmb.chroot.apk module
:undoc-members:
:show-inheritance:
pmb.chroot.apk\_static module
-----------------------------
.. automodule:: pmb.chroot.apk_static
:members:
:undoc-members:
:show-inheritance:
pmb.chroot.binfmt module
------------------------

View file

@ -4,6 +4,14 @@ pmb.helpers package
Submodules
----------
pmb.helpers.apk\_static module
-----------------------------
.. automodule:: pmb.helpers.apk_static
:members:
:undoc-members:
:show-inheritance:
pmb.helpers.apk module
----------------------