[neon/infrastructure/pangea-data] imager/config-hooks-neon: debug pubring.gpg

Carlos De Maine null at kde.org
Mon Aug 5 06:09:35 BST 2024


Git commit 81634d3b20e882120ab09d84eb07902996814beb by Carlos De Maine.
Committed on 05/08/2024 at 05:09.
Pushed by carlosdem into branch 'master'.

debug pubring.gpg

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

https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/81634d3b20e882120ab09d84eb07902996814beb

diff --git a/imager/config-hooks-neon/99-preinstalled-pool.sh b/imager/config-hooks-neon/99-preinstalled-pool.sh
index 2886bb2..b572514 100644
--- a/imager/config-hooks-neon/99-preinstalled-pool.sh
+++ b/imager/config-hooks-neon/99-preinstalled-pool.sh
@@ -11,8 +11,10 @@ EOF
 
 # 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
+#wget https://archive.neon.kde.org/public.key
 #cp public.key config/gnupg/pubring.gpg
+ls -lsh config/gnupg/
+cat config/gnupg/pubring.gpg
 
 for component in $COMPONENTS; do
    (cd config/indices && \


More information about the Neon-commits mailing list