[neon/neon/livecd-rootfs/Neon/release] live-build/auto: no bus in chroot so do it manually and earlier

Carlos De Maine null at kde.org
Sun Dec 15 00:48:26 GMT 2024


Git commit 581c0cb500d9e4e4e18be3e1e479eafae5555ac6 by Carlos De Maine.
Committed on 15/12/2024 at 00:48.
Pushed by carlosdem into branch 'Neon/release'.

no bus in chroot so do it manually and earlier

M  +1    -3    live-build/auto/build

https://invent.kde.org/neon/neon/livecd-rootfs/-/commit/581c0cb500d9e4e4e18be3e1e479eafae5555ac6

diff --git a/live-build/auto/build b/live-build/auto/build
index 08713566..6455006d 100755
--- a/live-build/auto/build
+++ b/live-build/auto/build
@@ -135,9 +135,7 @@ Expire-Date: 0
 @@EOF
 
 		#make sure gpg home dir has appropriate permissions
-		systemctl --user status gpg-agent.service
-		systemctl --user restart gpg-agent.service
-		systemctl --user status gpg-agent.service
+		gpg-connect-agent /bye
 		mkdir -p config/gnupg
 		chown -R root config/gnupg/
 		chmod 600 config/gnupg/*


More information about the Neon-commits mailing list