forked from Mirror/pmbootstrap
pmb.config.aportgen_mirror_alpine: use working mirror (MR 2067)
The dl-2 mirror is missing required .apk files now. Use dl-4 instead.
This commit is contained in:
parent
c30540d13c
commit
df9c61a868
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ aportgen = {
|
||||||
# generate a pmaport that wraps an apk from Alpine (e.g. musl-armv7) locally
|
# generate a pmaport that wraps an apk from Alpine (e.g. musl-armv7) locally
|
||||||
# with one up-to-date mirror given by the CDN. But then the build will fail if
|
# with one up-to-date mirror given by the CDN. But then the build will fail if
|
||||||
# CDN picks an outdated mirror for CI or BPO.
|
# CDN picks an outdated mirror for CI or BPO.
|
||||||
aportgen_mirror_alpine = "http://dl-2.alpinelinux.org/alpine/"
|
aportgen_mirror_alpine = "http://dl-4.alpinelinux.org/alpine/"
|
||||||
|
|
||||||
#
|
#
|
||||||
# NEWAPKBUILD
|
# NEWAPKBUILD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue