From 60a38f0890cca3483f34948ed9b758b26e5d8b21 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Thu, 7 Dec 2023 10:26:13 +0200 Subject: .gitlab/ci/build_archiso.sh: do not use "default" as the gpg Key-Type GnuPG changed their default from RSA to ECC, so Key-Length not a thing it supports. Instead it asks for the Key-Curve. Avoid using the default and hardcode ed25519 (which is the current GnuPG default). --- .gitlab/ci/build_archiso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/build_archiso.sh b/.gitlab/ci/build_archiso.sh index 0504fd2..d11d1fc 100755 --- a/.gitlab/ci/build_archiso.sh +++ b/.gitlab/ci/build_archiso.sh @@ -183,8 +183,8 @@ __EOF__ gpg --homedir "${gnupg_homedir}" --gen-key <