[neon/infrastructure/pangea-data] imager/config-hooks-neon: ditch apt-key
Carlos De Maine
null at kde.org
Tue Aug 6 12:33:03 BST 2024
Git commit 3fe438f1bdd272c993b614022ca072d999430321 by Carlos De Maine.
Committed on 06/08/2024 at 11:32.
Pushed by carlosdem into branch 'master'.
ditch apt-key
M +3 -8 imager/config-hooks-neon/repo.sh
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/3fe438f1bdd272c993b614022ca072d999430321
diff --git a/imager/config-hooks-neon/repo.sh b/imager/config-hooks-neon/repo.sh
index 2031670..2577b26 100644
--- a/imager/config-hooks-neon/repo.sh
+++ b/imager/config-hooks-neon/repo.sh
@@ -1,11 +1,6 @@
-apt install -y dirmngr
-ARGS="--batch --verbose"
-GPG="gpg"
-
-apt-key export '444D ABCF 3667 D028 3F89 4EDD E6D4 7362 5575 1E5D' | $GPG \
- $ARGS \
- --no-default-keyring \
- --dearmor -o config/archives/ubuntu-defaults.gpg
+apt install -y dirmng
+gpg --batch --verbose --no-default-keyring --armor \
+ --output config/archives/ubuntu-defaults.gpg --export neon at kde.org
#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