summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-11-14 22:26:00 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-11-17 05:03:50 +0100
commit7710f4c9a48ee42391fa09e13096768d9723ae7a (patch)
tree71de10c1f16ac44e917bfbd1a7bb47d3aadd7c49
parent118d591080849f23a5c60a81c85d4cc3bfe7da04 (diff)
libre: rebuild pacman-mirrorlist
Some key packages are signed by bill-auger, however for some reasons, creating a chroot with librechroot results in an error related to Bill's key. For instance if we create a new chroot with the following commands: $ sudo rm -rf /var/lib/archbuild/parabola-x86_64/ $ sudo librechroot -n parabola-x86_64 -A x86_64 make We end up with: (116/116) checking package integrity [...] 100% [...] error: pacman-mirrorlist: signature from "bill-auger <bill-auger@peers.community>" is unknown trust :: File /var/cache/pacman/pkg/pacman-mirrorlist-20201002-1.parabola1-any.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] It also prevent builds in existing librechroot due to dependency issues. The associated bugreport is available here: https://labs.parabola.nu/issues/2925 While other Parabola developers are also busy trying to fix the root cause of this issue, it might be a good idea to also restore the ability to create librechroots in parallel. That may also be useful to build potential fixes. To build the previous package (linux-libre-api-headers) I used use the workaround present in the bugreport (date --set=2020-11-01) in a KVM vm not to mess up the date of the host. More lightweight VM systems like lxc don't allow to change the date. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--libre/pacman-mirrorlist/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/pacman-mirrorlist/PKGBUILD b/libre/pacman-mirrorlist/PKGBUILD
index 233d5e31e..0a0f15515 100644
--- a/libre/pacman-mirrorlist/PKGBUILD
+++ b/libre/pacman-mirrorlist/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=pacman-mirrorlist
pkgver=$(LC_ALL=C date -u +%Y%m%d)
-pkgrel=1.parabola1
+pkgrel=1.parabola2
pkgdesc="Parabola GNU/Linux-libre mirror list for use by pacman"
arch=('any')
url="https://repo.parabola.nu/mirrorlist.txt"