forked from Mirror/pmbootstrap
Add "pmbootstrap repo_bootstrap" (MR 2273)
Related: https://postmarketos.org/pmaports.cfg bootstrap_1 etc.
This commit is contained in:
parent
dce459984e
commit
fafd4e7304
5 changed files with 194 additions and 4 deletions
|
@ -24,6 +24,7 @@ import pmb.helpers.logging
|
|||
import pmb.helpers.pkgrel_bump
|
||||
import pmb.helpers.pmaports
|
||||
import pmb.helpers.repo
|
||||
import pmb.helpers.repo_bootstrap
|
||||
import pmb.helpers.repo_missing
|
||||
import pmb.helpers.run
|
||||
import pmb.helpers.status
|
||||
|
@ -218,6 +219,10 @@ def config(args):
|
|||
pmb.helpers.logging.disable()
|
||||
|
||||
|
||||
def repo_bootstrap(args):
|
||||
pmb.helpers.repo_bootstrap.main(args)
|
||||
|
||||
|
||||
def repo_missing(args):
|
||||
missing = pmb.helpers.repo_missing.generate(args, args.arch, args.overview,
|
||||
args.package, args.built)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue