bee2fad2-4b1b-4117-a144-880186b63920(lambda()
`((task . ("pull-and-restart" "pull-and-deploy"))
(daemon-name . "wikimusic-daemon")
(project . "wikimusic")
(branch-name . "trunk")
(clone-url . "https://codeberg.org/jjba23/wikimusic.git")))
starting new job...
-> running command: cd /etc/byggsteg/job-clone/wikimusic/trunk && git reset --hard && git pull
HEAD is now at 02b5a81 Merge pull request 'olive-css' (#24) from olive-css into trunk
From https://codeberg.org/jjba23/wikimusic
02b5a81..34c79ab trunk -> origin/trunk
Updating 02b5a81..34c79ab
Fast-forward
Makefile | 2 +-
README.org | 2 +-
app/views/songs.scm | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
-> running command: cd /etc/byggsteg/job-clone/wikimusic/trunk && uname -a
Linux wolk-jjba 6.15.11-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux
-> running command: cd /etc/byggsteg/job-clone/wikimusic/trunk && git log --name-status HEAD^..HEAD
commit 34c79ab0f98ec86f6999d666fe437e4746ca0a12
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Fri Oct 17 08:49:44 2025 +0200
???? fix: Small fixes after deploy
M Makefile
M README.org
M app/views/songs.scm
-> running command: cd /etc/byggsteg/job-clone/wikimusic/trunk && sudo herd enable wikimusic-daemon || true && sudo herd restart wikimusic-daemon || true
Enabled service wikimusic-daemon.
Service wikimusic-daemon has been started.
-> running command: cd /etc/byggsteg/job-clone/wikimusic/trunk && sudo make deploy
guix shell -m manifest.scm -- emacs -Q --batch \
--eval '(progn (find-file "/etc/byggsteg/job-clone/wikimusic/trunk/docs/manual/en.org")(org-html-export-to-html)(message "finished publishing WikiMusic manual"))'
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required). Falling back to plain text. (see ???org-html-htmlize-output-type???)
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required). Falling back to plain text. (see ???org-html-htmlize-output-type???)
finished publishing WikiMusic manual
mkdir -pv /srv/http/jointhefreeworld.org/manuals/wikimusic
rm -rfv /srv/http/jointhefreeworld.org/manuals/wikimusic/index.html
mv -v docs/manual/en.html /srv/http/jointhefreeworld.org/manuals/wikimusic/index.html
hernoemd 'docs/manual/en.html' -> '/srv/http/jointhefreeworld.org/manuals/wikimusic/index.html'