[neon/infrastructure/pangea-data] imager/config-hooks-neon: use the correct variables to set the deb822 source

Carlos De Maine null at kde.org
Wed Aug 7 00:43:45 BST 2024


Git commit 8c11df62cf344cc7d4ced7952ff58ce8fa79ae16 by Carlos De Maine.
Committed on 06/08/2024 at 23:43.
Pushed by carlosdem into branch 'master'.

use the correct variables to set the deb822 source

M  +8    -6    imager/config-hooks-neon/repo.sh

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

diff --git a/imager/config-hooks-neon/repo.sh b/imager/config-hooks-neon/repo.sh
index ff41449..1082d8f 100644
--- a/imager/config-hooks-neon/repo.sh
+++ b/imager/config-hooks-neon/repo.sh
@@ -23,17 +23,19 @@ apt-key export '444D ABCF 3667 D028 3F89  4EDD E6D4 7362 5575 1E5D' | $GPG \
   echo "deb-src http://archive.neon.kde.org/${NEONARCHIVE} $SUITE main" >> config/archives/neon.list
 
 else
+
 apt install -y curl
 curl -sS https://archive.neon.kde.org/public.key | tee /etc/apt/keyrings/neon-archive-keyring-pubkey.gpg
 
-  cat > config/archives/neon.sources << EOF
+echo "# KDE neon sources have moved to /etc/apt/sources.list.d/neon.sources" >> config/archives/neon.list
+
+cat > config/archives/neon.sources << EOF
 X-Repolib-Name: KDE neon
-Enabled: yes
 Types: deb deb-src
-URIs: $MIRROR
-Suites: $LB_DISTRIBUTION
-Components: $LB_PARENT_ARCHIVE_AREAS
-Architectures: $ARCH
+URIs: $LB__MIRROR_BOOTSTRAP
+Suites: $SUITE
+Components: $COMPONENTS
+Architectures: $LB_BUILD_ARCH
 Signed-By: /etc/apt/keyrings/neon-archive-keyring-pubkey.gpg
 EOF
 


More information about the Neon-commits mailing list