Fix #722: don't use a HTTPS package mirror by default (#896)

* Fix #722: don't use a HTTPS package mirror by default
* Use load balancing mirror http://dl-cdn.alpinelinux.org/alpine/
This commit is contained in:
Oliver Smith 2017-11-14 19:02:27 +00:00 committed by GitHub
parent 3f7b44a991
commit 90f89ef18c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ defaults = {
"jobs": str(multiprocessing.cpu_count() + 1),
"timestamp_based_rebuild": True,
"log": "$WORK/log.txt",
"mirror_alpine": "https://nl.alpinelinux.org/alpine/",
"mirror_alpine": "http://dl-cdn.alpinelinux.org/alpine/",
"mirror_postmarketos": "",
"work": os.path.expanduser("~") + "/.local/var/pmbootstrap",
"port_distccd": "33632",