forked from Mirror/pmbootstrap
* 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:
parent
3f7b44a991
commit
90f89ef18c
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue