forked from Mirror/pmbootstrap
Add support for the binary repository, inactive by default (#64)
* New commandline parameter --mirror-pmOS, where the binary repository URL for postmarketOS can be specified (empty by default as of now, this will be filled with the real URL once the repo works) * Do not build packages, when they are in the binary repository and the version of the package in the binary repository is up-to-date. * Add a testcase for pmb.build.is_necessary().
This commit is contained in:
parent
187bae1d1b
commit
ed4275dd9b
7 changed files with 116 additions and 24 deletions
|
@ -88,6 +88,7 @@ def arguments():
|
|||
parser.add_argument("-c", "--config", dest="config",
|
||||
default=pmb.config.defaults["config"])
|
||||
parser.add_argument("-d", "--port-distccd", dest="port_distccd")
|
||||
parser.add_argument("-mp", "--mirror-pmOS", dest="mirror_postmarketos")
|
||||
parser.add_argument("-m", "--mirror-alpine", dest="mirror_alpine")
|
||||
parser.add_argument("-j", "--jobs", help="parallel jobs when compiling")
|
||||
parser.add_argument("-p", "--aports",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue