forked from Mirror/pmbootstrap
parent
4715c0f1bf
commit
9a3ce3ee70
6 changed files with 178 additions and 2 deletions
|
@ -218,6 +218,13 @@ def update(args):
|
|||
pmb.helpers.repo.update(args, True)
|
||||
|
||||
|
||||
def newapkbuild(args):
|
||||
if not len(args.args_passed):
|
||||
logging.info("See 'pmbootstrap newapkbuild -h' for usage information.")
|
||||
raise RuntimeError("No arguments to pass to newapkbuild specified!")
|
||||
pmb.build.newapkbuild(args, args.folder, args.args_passed)
|
||||
|
||||
|
||||
def kconfig_check(args):
|
||||
# Default to all kernel packages
|
||||
packages = args.packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue