pmb: Migrate aportgen to Command (MR 2428)

This commit is contained in:
Newbyte 2024-10-07 21:40:58 +02:00
parent b1b6c52b92
commit 4c0f346746
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
3 changed files with 21 additions and 7 deletions

View file

@ -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: