6fed0573-105a-4643-857a-58c07c7e33b6(lambda()
`((task . "pull-and-restart")
(daemon-name . "pingwing-daemon")
(project . "pingwing")
(branch-name . "trunk")
(clone-url . "https://codeberg.org/jjba23/pingwing.git")))
starting new job...
-> running command: cd /etc/byggsteg/job-clone/pingwing/trunk && uname -a
Linux wolk-jjba 6.18.22-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux
-> running command: cd /etc/byggsteg/job-clone/pingwing/trunk && git reset --hard && git pull
HEAD is now at 7a77668 feat: ??? Adjust db connection approach
From https://codeberg.org/jjba23/pingwing
7a77668..848204e trunk -> origin/trunk
Updating 7a77668..848204e
Fast-forward
conf/artanis.conf | 4 ++--
conf/production.conf | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
-> running command: cd /etc/byggsteg/job-clone/pingwing/trunk && git log --name-status HEAD^..HEAD
commit 848204eb08b5acaf704767659084f9577551f782
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Mon Apr 20 00:12:08 2026 +0200
feat: ??? Good DB pooling SQLite
M conf/artanis.conf
M conf/production.conf
-> running command: cd /etc/byggsteg/job-clone/pingwing/trunk && sudo herd enable pingwing-daemon || true && sudo herd restart pingwing-daemon || true
Enabled service pingwing-daemon.
Service pingwing-daemon has been started.