[neon/neon/livecd-rootfs/Neon/release] live-build/auto: add some debug to see why gpg key generation is failing

Carlos De Maine null at kde.org
Sat Dec 14 12:33:15 GMT 2024


Git commit 437782d7e4031425ba239395b72bef8edca6ff37 by Carlos De Maine.
Committed on 14/12/2024 at 12:33.
Pushed by carlosdem into branch 'Neon/release'.

add some debug to see why gpg key generation is failing

M  +1    -0    live-build/auto/build

https://invent.kde.org/neon/neon/livecd-rootfs/-/commit/437782d7e4031425ba239395b72bef8edca6ff37

diff --git a/live-build/auto/build b/live-build/auto/build
index 4d7b0921..2da007c9 100755
--- a/live-build/auto/build
+++ b/live-build/auto/build
@@ -322,6 +322,7 @@ Signed-By: /etc/apt/keyrings/preinstalled-pool.gpg
 
 			echo "Waiting on gnupg ("$GPG_PROCESS") to finish generating a key."
 			wait $GPG_PROCESS
+			cat config/gnupg/generate.log
 
 			R_ORIGIN=$(lsb_release -i -s)
 			R_CODENAME=$(lsb_release -c -s)


More information about the Neon-commits mailing list