~comcloudway/builds.sr.ht

bb37d94483759953b2d8365eebf81453acb950aa — Maxwell G 1 year, 2 months ago 8c44f5d
images: add fedora/40 and move fedora/rawhide to it

Fedora 40 is now Fedora Rawhide and Fedora 39 is the branched release.
fedora/latest will be moved to fedora/39 when Fedora 39 is officially
released around October.
4 files changed, 8 insertions(+), 3 deletions(-)

M contrib/crontab
A images/fedora/40/functions
A images/fedora/40/genimg
M images/fedora/rawhide
M contrib/crontab => contrib/crontab +3 -2
@@ 8,12 8,12 @@
 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/38
 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/39
30 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/22.11
 0 20 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/23.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
 0 19 * * 2 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/37
 0 19 * * 2 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/38
30 19 * * 2 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 debian/testing
 0 19 * * 3 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 freebsd/12.x
30 19 * * 3 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a x86_64 rockylinux/8


@@ 25,6 25,7 @@

# Monthly
0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/oldlts
30 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/37
0 18 2 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" alpine/older
0 18 3 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" alpine/oldest
0 18 5 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 debian/oldstable

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

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

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