Add "pmbootstrap repo_bootstrap" (MR 2273)

Related: https://postmarketos.org/pmaports.cfg bootstrap_1 etc.
This commit is contained in:
Oliver Smith 2024-02-23 01:20:32 +01:00
parent dce459984e
commit fafd4e7304
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
5 changed files with 194 additions and 4 deletions

View file

@ -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)