This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
3
2
[PATCH 1/3] images: add fedora/41 and move fedora/rawhide to it
From: Maxwell G <gotmax23@fedoraproject.org>
Fedora 41 is now Fedora Rawhide and Fedora 40 is the branched release.
fedora/latest will be moved to fedora/40 when Fedora 40 is officially
released later this year.
---
contrib/crontab | 7 ++++ ---
images/fedora/41/functions | 1 +
images/fedora/41/genimg | 3 +++
images/fedora/rawhide | 2 + -
4 files changed, 9 insertions(+), 4 deletions(-)
create mode 120000 images/fedora/41/functions
create mode 100755 images/fedora/41/genimg
diff --git a/contrib/crontab b/contrib/crontab
index 19d8fc2..3460f2f 100644
--- a/contrib/crontab
+++ b/contrib/crontab
@@ -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/39
+ 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/40
30 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/23.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/38
+ 0 19 * * 2 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/39
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 x86_64 rockylinux/8
30 19 * * 3 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 ubuntu/23.10
@@ -27,8 +27,9 @@
# Monthly
0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/20.04
0 18 2 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/22.04
- 0 18 3 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/37
+ 0 18 3 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/38
0 18 4 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" alpine/older
0 18 5 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" alpine/oldest
0 18 6 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 debian/oldstable
0 18 7 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 openbsd/old
+ 0 18 8 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/37
diff --git a/images/fedora/41/functions b/images/fedora/41/functions
new file mode 120000
index 0000000..c0b5bcc
--- /dev/null
+++ b/images/fedora/41/functions
@@ -0,0 +1 @@
+ ../functions
\ No newline at end of file
diff --git a/images/fedora/41/genimg b/images/fedora/41/genimg
new file mode 100755
index 0000000..c8b1c70
--- /dev/null
+++ b/images/fedora/41/genimg
@@ -0,0 +1,3 @@
+ #!/bin/sh
+ export release=41
+ exec ../genimg "$*"
diff --git a/images/fedora/rawhide b/images/fedora/rawhide
index 86ee83a..aaa6442 120000
--- a/images/fedora/rawhide
+++ b/images/fedora/rawhide
@@ -1 +1 @@
- 40
\ No newline at end of file
+ 41
\ No newline at end of file
--
2.45.2
[PATCH 2/3] images: remove EOL fedora/37 image
From: Maxwell G <gotmax23@fedoraproject.org>
---
contrib/crontab | 1 -
images/fedora/37/functions | 1 -
images/fedora/37/genimg | 3 ---
3 files changed, 5 deletions(-)
delete mode 120000 images/fedora/37/functions
delete mode 100755 images/fedora/37/genimg
diff --git a/contrib/crontab b/contrib/crontab
index 3460f2f..d6b5ba0 100644
--- a/contrib/crontab
+++ b/contrib/crontab
@@ -32,4 +32,3 @@
0 18 5 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" alpine/oldest
0 18 6 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 debian/oldstable
0 18 7 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 openbsd/old
- 0 18 8 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/37
diff --git a/images/fedora/37/functions b/images/fedora/37/functions
deleted file mode 120000
index c0b5bcc..0000000
--- a/images/fedora/37/functions
@@ -1 +0,0 @@
- ../functions
\ No newline at end of file
diff --git a/images/fedora/37/genimg b/images/fedora/37/genimg
deleted file mode 100755
index 7ffbf15..0000000
--- a/images/fedora/37/genimg
@@ -1,3 +0,0 @@
- #!/bin/sh
- export release=37
- exec ../genimg "$*"
--
2.45.2
[PATCH 3/3] images/fedora: update latest to fedora/40
From: Gary Kim <gary@garykim.dev>
Fedora 40 has been released and is latest as of 2024-04-23.
---
images/fedora/latest | 2 + -
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/images/fedora/latest b/images/fedora/latest
index 72f523f..86ee83a 120000
--- a/images/fedora/latest
+++ b/images/fedora/latest
@@ -1 +1 @@
- 39
\ No newline at end of file
+ 40
\ No newline at end of file
--
2.45.2
Thanks!
To git@git.sr.ht:~sircmpwn/builds.sr.ht
564e95f..f7abae6 master -> master