forked from Mirror/pmbootstrap
commands: move index command to pmb/commands (MR 2252)
Use the new command runner for pmbootstrap index. Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
d4070c0e9e
commit
852ace63c4
5 changed files with 21 additions and 9 deletions
|
@ -217,4 +217,4 @@ def package_kernel(args: PmbArgs):
|
|||
except Exception as e:
|
||||
pmb.helpers.mount.umount_all(Chroot.native() / "mnt/linux")
|
||||
raise e
|
||||
pmb.build.other.index_repo(args, arch)
|
||||
pmb.build.other.index_repo(arch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue