mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 03:19:47 +03:00
commands: add pmbootstrap test (MR 2252)
This is to serve as a place to dump useful internal tests, starting with one that simply parses all available APKINDEX files. Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
efce73df2f
commit
62d700c3d8
4 changed files with 46 additions and 0 deletions
|
@ -31,6 +31,7 @@ class PmbArgs(Namespace):
|
|||
action_initfs: str
|
||||
action_kconfig: str
|
||||
action_netboot: str
|
||||
action_test: str
|
||||
add: str
|
||||
all: bool
|
||||
all_git: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue