1c9c46c8-7adc-4f90-a1b5-4488b7196d14(lambda()
`((task . ("make-test" "pull-and-deploy"))
(project . "hygguile")
(branch-name . "trunk")
(clone-url . "https://codeberg.org/jjba23/hygguile.git")))
starting new job...
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && uname -a
Linux wolk-jjba 6.15.9-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && git pull
Updating c0b593e..118b867
Fast-forward
.gitignore | 3 +-
showcase.scm | 100 ++++++++++++++++++++++++++++++-----
src/hygguile/components/carousel.scm | 74 ++++++++++++++++++++++++++
src/hygguile/hygguile.scm | 5 +-
src/hygguile/js.scm | 16 ++++++
5 files changed, 182 insertions(+), 16 deletions(-)
create mode 100644 src/hygguile/components/carousel.scm
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && git log --name-status HEAD^..HEAD
commit 118b86714e754bcf3a46f99fba4a65774f36c3be
Merge: c0b593e 68e2a71
Author: Josep Bigorra (Joe) <jjbigorra@gmail.com>
Date: Thu Aug 14 23:13:36 2025 +0200
Merge pull request '??? feature: Add initial work on carousel' (#3) from carousel into trunk
Reviewed-on: https://codeberg.org/jjba23/hygguile/pulls/3
commit 68e2a71ea4d03898264984e007b62b398231c992
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Thu Aug 14 23:12:40 2025 +0200
??? feature: Finalize initial carousel implementation
M showcase.scm
M src/hygguile/components/carousel.scm
M src/hygguile/hygguile.scm
M src/hygguile/js.scm
commit 2efb7a554c5576be5b791c0411567a70e1766d57
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Thu Aug 14 14:32:43 2025 +0200
???? work-in-progress: Carousel
M showcase.scm
M src/hygguile/components/carousel.scm
commit e4a155300f7a53a59d195014657b5bae50e0ea07
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Thu Aug 14 14:27:19 2025 +0200
?????? refactor: Improve showcase
M .gitignore
M showcase.scm
commit 678d377b70420ed4f14dafc34147c3865fee28ad
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Wed Aug 13 21:02:59 2025 +0200
??? feature: Add initial work on carousel
M showcase.scm
A src/hygguile/components/carousel.scm
M src/hygguile/hygguile.scm
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && make test
make[1]: Entering directory '/etc/byggsteg/job-clone/hygguile/trunk'
guix shell -m manifest.scm -- \
guile -L ./src \
-L ./test \
-c "((@ (hygguile test-runners) run-project-tests))"
loading test module: ./test/hygguile/abstraction-test.scm
loading test module: ./test/hygguile/components/button-test.scm
loading test module: ./test/hygguile/components/icon-test.scm
loading test module: /run/current-system/profile/share/guile/site/3.0/unit-test.scm
-> PROJECT TEST
--> module (hygguile abstraction-test)
---> mk-class
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- mk-class
---> render-if
[pass] <>
[pass] <>
[pass] <>
<-- render-if
---> pretty-quote
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- pretty-quote
<- module (hygguile abstraction-test)
--> module (hygguile components button-test)
---> hygguile buttons
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- hygguile buttons
<- module (hygguile components button-test)
--> module (hygguile components icon-test)
---> hygguile icons
[pass] <>
<-- hygguile icons
<- module (hygguile components icon-test)
< PROJECT TEST
Source: hygguile/components/icon-test.scm
Asserts: pass = 25, xfail = 0, xpass = 0, fail = 0
make[1]: Leaving directory '/etc/byggsteg/job-clone/hygguile/trunk'
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && sudo make deploy
rm -rf dist && mkdir -p dist
guix shell -m manifest.scm -- guile -L ./src showcase.scm
>>= successfully built hygguile showcase to destination: dist/index.html
rm -rfv /srv/http/hygguile.jointhefreeworld.org
'/srv/http/hygguile.jointhefreeworld.org/index.html' is verwijderd
map '/srv/http/hygguile.jointhefreeworld.org' is verwijderd
cp -rfv dist /srv/http/hygguile.jointhefreeworld.org
'dist' -> '/srv/http/hygguile.jointhefreeworld.org'
'dist/index.html' -> '/srv/http/hygguile.jointhefreeworld.org/index.html'