[neon/infrastructure/pangea-data] imager/config-hooks-neon: just do it manually
Carlos De Maine
null at kde.org
Tue Aug 6 13:43:59 BST 2024
Git commit 92fdb6d69a689b6f3f49f6e9a2d68283c789f400 by Carlos De Maine.
Committed on 06/08/2024 at 12:43.
Pushed by carlosdem into branch 'master'.
just do it manually
M +3 -3 imager/config-hooks-neon/repo.sh
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/92fdb6d69a689b6f3f49f6e9a2d68283c789f400
diff --git a/imager/config-hooks-neon/repo.sh b/imager/config-hooks-neon/repo.sh
index b7a625b..ffb6cf8 100644
--- a/imager/config-hooks-neon/repo.sh
+++ b/imager/config-hooks-neon/repo.sh
@@ -1,6 +1,6 @@
-apt install -y dirmngr
-gpg --batch --verbose --no-default-keyring --armor \
- --output config/archives/ubuntu-defaults.gpg --export neon at kde.org
+apt install -y dirmngr neon-keyring
+mkdir -vp -m 0700 config/archives
+cp /usr/share/keyrings/neon-archive-keyring.gpg config/archives/ubuntu-defaults.gpg
#if [ "$VERSION_CODENAME" = "jammy" ]; then
echo "deb http://archive.neon.kde.org/${NEONARCHIVE} $SUITE main" >> config/archives/neon.list
More information about the Neon-commits
mailing list