[neon/infrastructure/pangea-data] imager/config-hooks-neon: damn chroot
Carlos De Maine
null at kde.org
Wed Aug 7 05:39:58 BST 2024
Git commit 9ce0300dbb209625e97d05ec0f29c4bc02aabd64 by Carlos De Maine.
Committed on 07/08/2024 at 04:39.
Pushed by carlosdem into branch 'master'.
damn chroot
M +3 -3 imager/config-hooks-neon/repo.sh
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/9ce0300dbb209625e97d05ec0f29c4bc02aabd64
diff --git a/imager/config-hooks-neon/repo.sh b/imager/config-hooks-neon/repo.sh
index 6f5e1f8..33082f8 100644
--- a/imager/config-hooks-neon/repo.sh
+++ b/imager/config-hooks-neon/repo.sh
@@ -5,7 +5,7 @@
set -ex
echo "config-hooks-neon -- **-repo"
-if [ "$VERSION_CODENAME" = "jammy" ]; then
+#if [ "$VERSION_CODENAME" = "jammy" ]; then
apt install -y dirmngr gnupg1
ARGS="--batch --verbose"
GPG="gpg1"
@@ -22,7 +22,7 @@ apt-key export '444D ABCF 3667 D028 3F89 4EDD E6D4 7362 5575 1E5D' | $GPG \
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
apt install -y curl
curl -sS https://archive.neon.kde.org/public.key | tee /etc/apt/keyrings/neon-archive-keyring-pubkey.gpg
@@ -41,6 +41,6 @@ EOF
cat config/archives/neon.sources
apt update
-fi
+#fi
More information about the Neon-commits
mailing list