[neon/infrastructure/pangea-data] imager/config-hooks-neon: import the public.key into the correct gpg instance

Carlos De Maine null at kde.org
Mon Aug 5 08:58:31 BST 2024


Git commit 60e33f5b6a648f0ec88dc24c7e2b499fa8ebcb97 by Carlos De Maine.
Committed on 05/08/2024 at 07:58.
Pushed by carlosdem into branch 'master'.

import the public.key into the correct gpg instance

M  +3    -1    imager/config-hooks-neon/99-preinstalled-pool.sh

https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/60e33f5b6a648f0ec88dc24c7e2b499fa8ebcb97

diff --git a/imager/config-hooks-neon/99-preinstalled-pool.sh b/imager/config-hooks-neon/99-preinstalled-pool.sh
index 7947b18..d7984ed 100644
--- a/imager/config-hooks-neon/99-preinstalled-pool.sh
+++ b/imager/config-hooks-neon/99-preinstalled-pool.sh
@@ -11,10 +11,12 @@ cert-digest-algo SHA512
 default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
 EOF
 
+# confirm the conf file
+cat > config/gnupg/gpg.conf
 # make sure we have a copy of the neon-archive-keyring.gpg
 # to be used as the preinstalled-pool's pubring.gpg
 wget https://archive.neon.kde.org/public.key
-gpg --import public.key
+gpg1 --home config/gnupg --import public.key
 #cp public.key config/gnupg/pubring.gpg
 ls -lsh config/gnupg/
 #cat config/gnupg/pubring.gpg


More information about the Neon-commits mailing list