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
|
@ -251,10 +251,6 @@ def repo_missing(args: PmbArgs):
|
|||
print(json.dumps(missing, indent=4))
|
||||
|
||||
|
||||
def index(args: PmbArgs):
|
||||
pmb.build.index_repo(args)
|
||||
|
||||
|
||||
def initfs(args: PmbArgs):
|
||||
pmb.chroot.initfs.frontend(args)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue