~comcloudway/builds.sr.ht

1ab0ec0da4513095531139501f656b14bbd2179b — Maxwell G 1 year, 11 months ago 34e4391
Add fedora/38 image and point fedora/rawhide to it

Fedora 37 is the current Fedora branched release and Rawhide is now 38.
4 files changed, 6 insertions(+), 1 deletions(-)

M contrib/crontab
A images/fedora/38/functions
A images/fedora/38/genimg
M images/fedora/rawhide
M contrib/crontab => contrib/crontab +1 -0
@@ 8,6 8,7 @@
 0 23 * * * chronic /usr/local/bin/submit_image_build -n "Daily scheduled build image refresh" guix

# Weekly refreshes
 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/37
30 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/22.05
 0 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/old
30 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 debian/stable

A images/fedora/38/functions => images/fedora/38/functions +1 -0
@@ 0,0 1,1 @@
../functions
\ No newline at end of file

A images/fedora/38/genimg => images/fedora/38/genimg +3 -0
@@ 0,0 1,3 @@
#!/bin/sh
export release=38
exec ../genimg "$*"

M images/fedora/rawhide => images/fedora/rawhide +1 -1
@@ 1,1 1,1 @@
37
\ No newline at end of file
38
\ No newline at end of file