forked from Mirror/pmbootstrap
Allow setting _custom mirrors in the config: * alpine_custom * pmaports_custom * systemd_custom When these are set, they are added to /etc/apk/repositories before real repositories. This is used by bpo to build packages with a WIP repository enabled, in addition to the final repository. All mirrors can also be set to "none" to be disabled. This is important for bootstrapping from pure Alpine without any binary repository, and the bpo testsuite also uses this. I've discussed with Caleb whether to name it _wip instead of _custom, but the latter is more generic and people may also use this for other use cases than the bpo wip repository thing. |
||
---|---|---|
.. | ||
__init__.py | ||
arch.py | ||
chroot.py | ||
config.py | ||
context.py | ||
crosstool.py | ||
pkgrepo.py | ||
test_arch.py | ||
test_chroot.py | ||
test_pkgrepo.py |