[neon/infrastructure/pangea-data] imager/config-hooks-neon: .gpg not .key

Carlos De Maine null at kde.org
Fri Aug 16 08:44:42 BST 2024


Git commit ee4b50ba26bd03b506498fa2c874287788627c41 by Carlos De Maine.
Committed on 16/08/2024 at 07:44.
Pushed by carlosdem into branch 'master'.

.gpg not .key

M  +1    -1    imager/config-hooks-neon/repo.sh

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

diff --git a/imager/config-hooks-neon/repo.sh b/imager/config-hooks-neon/repo.sh
index b80b6e4..46d12f0 100644
--- a/imager/config-hooks-neon/repo.sh
+++ b/imager/config-hooks-neon/repo.sh
@@ -37,7 +37,7 @@ apt install -y curl
 
   # make sure _apt can read this file. it may get copied into the chroot
   chmod 644 config/archives/neon-archive-keyring.asc || true
-  chmod 644 config/archives/neon-archive-keyring.key || true
+  chmod 644 config/archives/neon-archive-keyring.gpg || true
 
   # use a signed neon.list until we work out how to enable neon.sources in livecd-rootfs
   cat <<EOF >config/archives/neon.list


More information about the Neon-commits mailing list