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.
This commit is contained in:
Maxwell G 2023-02-27 22:18:08 -06:00 committed by Drew DeVault
parent 1381460ec7
commit e914db60e1
4 changed files with 7 additions and 2 deletions

View File

@ -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

1
images/fedora/39/functions Symbolic link
View File

@ -0,0 +1 @@
../functions

3
images/fedora/39/genimg Executable file
View File

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

View File

@ -1 +1 @@
38
39