pmb.commands package¶
Submodules¶
pmb.commands.aportgen module¶
pmb.commands.base module¶
pmb.commands.flasher module¶
pmb.commands.index module¶
pmb.commands.kconfig module¶
- class pmb.commands.kconfig.KConfigCheck(details: bool, file: str, pkgname: str | list[str], keep_going: bool)¶
Bases:
Command
- run() None ¶
Run the command.
pmb.commands.log module¶
pmb.commands.pkgrel_bump module¶
pmb.commands.pkgver_bump module¶
pmb.commands.pull module¶
pmb.commands.repo_bootstrap module¶
- class pmb.commands.repo_bootstrap.RepoBootstrap(arch: Arch | None, repository: str)¶
Bases:
Command
- check_existing_pkgs() None ¶
- check_repo_arg() None ¶
- get_packages(bootstrap_line: str) list[str] ¶
- get_steps() dict[str, str] ¶
- log_progress(msg: str) None ¶
- progress_done: int = 0¶
- progress_step: str¶
- progress_total: int = 0¶
- repo: str¶
- run() None ¶
Run the command.
- run_steps(steps: dict[str, str]) None ¶
- set_progress_total(steps: dict[str, str]) None ¶