pmb.config.mirror_alpine: use CDN again (MR 2016)

The CDN was disabled, as packages from there often resulted in 'BAD
signature' after Alpine's big musl-1.2 rebuild for 32-bit arches. This
was almost half a year ago, so the CDN should have recovered.

This reverts commit 78f43d254e.
This commit is contained in:
Oliver Smith 2021-01-27 23:51:22 +01:00
parent 34d6b3edb3
commit bc51a1c605
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -94,7 +94,7 @@ defaults = {
"keymap": "",
"locale": "C.UTF-8",
"log": "$WORK/log.txt",
"mirror_alpine": "http://dl-2.alpinelinux.org/alpine/",
"mirror_alpine": "http://dl-cdn.alpinelinux.org/alpine/",
"mirrors_postmarketos": ["http://mirror.postmarketos.org/postmarketos/"],
"nonfree_firmware": True,
"nonfree_userland": False,