[neon/infrastructure/pangea-data] imager/config-hooks-neon: names have to match

Carlos De Maine null at kde.org
Tue Aug 6 17:21:37 BST 2024


Git commit d228ce759d8ab8048b150381b9f513d85a6deccc by Carlos De Maine.
Committed on 06/08/2024 at 16:21.
Pushed by carlosdem into branch 'master'.

names have to match

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

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

diff --git a/imager/config-hooks-neon/repo.sh b/imager/config-hooks-neon/repo.sh
index 81184ed..99bd522 100644
--- a/imager/config-hooks-neon/repo.sh
+++ b/imager/config-hooks-neon/repo.sh
@@ -10,7 +10,7 @@ apt-key export '444D ABCF 3667 D028 3F89  4EDD E6D4 7362 5575 1E5D' | $GPG \
   --import
 
   # make sure _apt can read this file. it may get copied into the chroot
-  chmod 644 config/archives/ubuntu-defaults.gpg || true
+  chmod 644 config/archives/ubuntu-defaults.key || true
 
   echo "deb http://archive.neon.kde.org/${NEONARCHIVE} $SUITE main" >> config/archives/neon.list
   echo "deb-src http://archive.neon.kde.org/${NEONARCHIVE} $SUITE main" >> config/archives/neon.list


More information about the Neon-commits mailing list