This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
5
4
[PATCH builds.sr.ht v2 1/2] 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 | 5 +++ --
images/fedora/41/functions | 1 +
images/fedora/41/genimg | 3 +++
images/fedora/rawhide | 2 + -
4 files changed, 8 insertions(+), 3 deletions(-)
create mode 120000 images/fedora/41/functions
create mode 100755 images/fedora/41/genimg
diff --git a/contrib/crontab b/contrib/crontab
index c3723d6..6728584 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/22.04
@@ -27,6 +27,7 @@
# Monthly
0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/20.04
30 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/37
+ 30 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/38
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
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.44.0
[PATCH builds.sr.ht v2 2/2] 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 6728584..a4d23b2 100644
--- a/contrib/crontab
+++ b/contrib/crontab
@@ -26,7 +26,6 @@
# Monthly
0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/20.04
- 30 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/37
30 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/38
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
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.44.0
[builds.sr.ht/patches/alpine.yml] build failed
This needs a link to a successful build log.
2024-05-31T21:41:07Z Gary Kim <gary@garykim.dev>:
> Successful build log with the patch:
> https://builds.sr.ht/~gary-kim/job/1238075
>
> I can also send the fedora/latest update now that Fedora 40 has been
> released after this is applied, if that is desired.
Thank you! I kind of dropped the ball on this.
--
Maxwell G (@gotmax23)
Pronouns: He/They