[neon/infrastructure/pangea-data] imager/config-hooks-neon: install both a neon.list and a neon.sources for the time being

Carlos De Maine null at kde.org
Fri Aug 2 15:48:28 BST 2024


Git commit 2a620835e94419824bc100baa22c93850f664126 by Carlos De Maine.
Committed on 02/08/2024 at 14:48.
Pushed by carlosdem into branch 'master'.

install both a neon.list and a neon.sources for the time being

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

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

diff --git a/imager/config-hooks-neon/repo.sh b/imager/config-hooks-neon/repo.sh
index 93eeaaf..590bdaf 100644
--- a/imager/config-hooks-neon/repo.sh
+++ b/imager/config-hooks-neon/repo.sh
@@ -9,10 +9,10 @@ apt-key export '444D ABCF 3667 D028 3F89  4EDD E6D4 7362 5575 1E5D' | $GPG \
   --primary-keyring config/archives/ubuntu-defaults.key \
   --import
 
-if [ "$VERSION_CODENAME" = "jammy" ]; then
+#if [ "$VERSION_CODENAME" = "jammy" ]; then
   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
-else
+#else
   cat > config/archives/neon.sources << EOF
 X-Repolib-Name: KDE neon
 Enabled: yes
@@ -22,7 +22,7 @@ Suites: $LB_DISTRIBUTION
 Components: $LB_PARENT_ARCHIVE_AREAS
 Architectures: $ARCH
 EOF
-fi
+#fi
 
 # make sure _apt can read this file. it may get copied into the chroot
 chmod 644 config/archives/ubuntu-defaults.key || true


More information about the Neon-commits mailing list