forked from Mirror/pmbootstrap
Move challenge code to own folder (#64)
...and add a stub for 'pmbootstrap challenge APKINDEX.tar.gz'.
This commit is contained in:
parent
05c837c921
commit
112dc5e70c
8 changed files with 178 additions and 74 deletions
|
@ -28,6 +28,7 @@ import traceback
|
|||
import pmb.aportgen
|
||||
import pmb.build
|
||||
import pmb.config
|
||||
import pmb.challenge
|
||||
import pmb.chroot
|
||||
import pmb.chroot.initfs
|
||||
import pmb.chroot.other
|
||||
|
@ -61,7 +62,7 @@ def main():
|
|||
elif args.action == "build_init":
|
||||
pmb.build.init(args, args.suffix)
|
||||
elif args.action == "challenge":
|
||||
pmb.build.challenge(args, args.apk)
|
||||
pmb.challenge.frontend(args)
|
||||
elif args.action == "checksum":
|
||||
pmb.build.checksum(args, args.package)
|
||||
elif args.action == "chroot":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue