[neon/infrastructure/pangea-data] imager/config-hooks-neon: make sure we have a copy of the neon-archive-keyring.gpg

Carlos De Maine null at kde.org
Fri Aug 2 17:03:45 BST 2024


Git commit dea6c5111192cce998efad660211cd7762671f37 by Carlos De Maine.
Committed on 02/08/2024 at 16:03.
Pushed by carlosdem into branch 'master'.

make sure we have a copy of the neon-archive-keyring.gpg
to be used as the preinstalled-pool's pubring.gpg

M  +4    -0    imager/config-hooks-neon/99-preinstalled-pool.sh

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

diff --git a/imager/config-hooks-neon/99-preinstalled-pool.sh b/imager/config-hooks-neon/99-preinstalled-pool.sh
index 1277eb0..b194d3e 100644
--- a/imager/config-hooks-neon/99-preinstalled-pool.sh
+++ b/imager/config-hooks-neon/99-preinstalled-pool.sh
@@ -9,6 +9,10 @@ cert-digest-algo SHA512
 default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
 EOF
 
+# make sure we have a copy of the neon-archive-keyring.gpg
+# to be used as the preinstalled-pool's pubring.gpg
+cp /usr/share/keyrings/neon-archive-keyring.gpg config/gnupg/pubring.gpg
+
 for component in $COMPONENTS; do
    (cd config/indices && \
     wget http://archive.ubuntu.com/ubuntu/indices/override.$SUITE.$component && \


More information about the Neon-commits mailing list