~comcloudway/builds.sr.ht

e914db60e1f3be04fbf453e7596042703fbee38e — Maxwell G 1 year, 7 months ago 1381460
Add fedora/39 and adjust rawhide

fedora/38 is the current branched release, but it is not yet stable, so
fedora/latest still points to fedora/37. fedora/39 is the new rawhide.
4 files changed, 7 insertions(+), 2 deletions(-)

M contrib/crontab
A images/fedora/39/functions
A images/fedora/39/genimg
M images/fedora/rawhide
M contrib/crontab => contrib/crontab +2 -1
@@ 8,7 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/36
 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/38
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/22.05
 0 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/old


@@ 28,6 28,7 @@
0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/oldlts
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 4 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/36
0 18 5 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 debian/oldstable
0 18 6 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/oldoldlts
0 18 7 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 openbsd/old

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

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

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