[neon/infrastructure/pangea-data] imager/config-hooks-neon: put it in the keyring dir
Carlos De Maine
null at kde.org
Fri Aug 16 11:04:49 BST 2024
Git commit d57a8f4ef398c99fefb59252cfaf059bee7b756b by Carlos De Maine.
Committed on 16/08/2024 at 10:04.
Pushed by carlosdem into branch 'master'.
put it in the keyring dir
M +3 -3 imager/config-hooks-neon/repo.sh
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/d57a8f4ef398c99fefb59252cfaf059bee7b756b
diff --git a/imager/config-hooks-neon/repo.sh b/imager/config-hooks-neon/repo.sh
index 46d12f0..d8173be 100644
--- a/imager/config-hooks-neon/repo.sh
+++ b/imager/config-hooks-neon/repo.sh
@@ -33,11 +33,11 @@ apt install -y curl
gpg --export --keyring /etc/apt/keyring/neon-archive-keyring.gpg --export-options export-minimal --armor > /etc/apt/keyring/neon-archive-keyring.asc
# cp our non-armoured (binary) public key to where it needs to be
- cp /etc/apt/keyring/* config/archives/
+ cp /etc/apt/keyring/* config/archives/keyring/
# make sure _apt can read this file. it may get copied into the chroot
- chmod 644 config/archives/neon-archive-keyring.asc || true
- chmod 644 config/archives/neon-archive-keyring.gpg || true
+ chmod 644 config/archives/keyring/neon-archive-keyring.asc || true
+ chmod 644 config/archives/keyring/neon-archive-keyring.gpg || true
# use a signed neon.list until we work out how to enable neon.sources in livecd-rootfs
cat <<EOF >config/archives/neon.list
More information about the Neon-commits
mailing list