pmb.commands package¶
Submodules¶
pmb.commands.aportgen module¶
pmb.commands.base module¶
pmb.commands.flasher module¶
pmb.commands.index module¶
pmb.commands.kconfig_check module¶
pmb.commands.kconfig_edit module¶
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()¶
- check_repo_arg()¶
- get_packages(bootstrap_line: str) list[str] ¶
- get_steps() dict[str, str] ¶
- log_progress(msg)¶
- progress_done: int = 0¶
- progress_step: str¶
- progress_total: int = 0¶
- repo: str¶
- run()¶
Run the command.
- run_steps(steps: dict[str, str]) None ¶
- set_progress_total(steps: dict[str, str]) None ¶