[neon/infrastructure/pangea-data] imager/config-hooks-neon: make sure the dir exists

Carlos De Maine null at kde.org
Fri Aug 16 12:57:32 BST 2024


Git commit c40d5c0b00925bea7519f2a5bf628a0581ad0bff by Carlos De Maine.
Committed on 16/08/2024 at 11:57.
Pushed by carlosdem into branch 'master'.

make sure the dir exists

M  +1    -0    imager/config-hooks-neon/repo.sh

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

diff --git a/imager/config-hooks-neon/repo.sh b/imager/config-hooks-neon/repo.sh
index d8173be..daab24f 100644
--- a/imager/config-hooks-neon/repo.sh
+++ b/imager/config-hooks-neon/repo.sh
@@ -33,6 +33,7 @@ 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
+  mkdir  -p config/archives/keyring/
   cp /etc/apt/keyring/* config/archives/keyring/
 
   # make sure _apt can read this file. it may get copied into the chroot


More information about the Neon-commits mailing list