pmb.config.mirror_alpine: don't use CDN

Replace dl-cdn mirror with dl-2 temporarily to avoid "BAD signature"
errors.

This is related to the rebuild of Alpine edge x86, armhf, armv7 packages
against musl-1.2, that is currently going on. The packages are rebuilt
without a version change and therefore have the same resulting file
name, but a different checksum. Due to caching of the CDN and due to the
same file name, users may get an old package from before the rebuild.
The APKINDEX has a checksum of the new package, and so the download will
fail with a "BAD signature" error.

Alpine developers clear the cache every now and then, but this issue
will happen over and over again, until all packages are rebuilt (some
packages are still not rebuilt and have been disabled).

Let's switch back in two months or so.
This commit is contained in:
Oliver Smith 2020-08-03 11:03:37 +02:00
parent aa88721b75
commit 78f43d254e
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ defaults = {
"kernel": "stable",
"keymap": "",
"log": "$WORK/log.txt",
"mirror_alpine": "http://dl-cdn.alpinelinux.org/alpine/",
"mirror_alpine": "http://dl-2.alpinelinux.org/alpine/",
"mirrors_postmarketos": ["http://postmarketos1.brixit.nl/postmarketos/"],
"nonfree_firmware": True,
"nonfree_userland": False,