forked from Mirror/pmbootstrap
pmb: Migrate aportgen to Command (MR 2428)
This commit is contained in:
parent
b1b6c52b92
commit
4c0f346746
3 changed files with 21 additions and 7 deletions
|
@ -102,12 +102,6 @@ def _install_ondev_verify_no_rootfs(device: str, ondev_cp: list[tuple[str, str]]
|
|||
)
|
||||
|
||||
|
||||
def aportgen(args: PmbArgs) -> None:
|
||||
for package in args.packages:
|
||||
logging.info("Generate aport: " + package)
|
||||
pmb.aportgen.generate(package, args.fork_alpine)
|
||||
|
||||
|
||||
def build(args: PmbArgs) -> None:
|
||||
# Strict mode: zap everything
|
||||
if args.strict:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue