From: Maxwell G <gotmax23@fedoraproject.org>
---
Link to new fedora/42 (AKA fedora/rawhide) image build: https://builds.sr.ht/~gotmax23/job/1305693
contrib/crontab | 3 ++-
images/fedora/42/functions | 1 +
images/fedora/42/genimg | 3 +++
images/fedora/rawhide | 2 +-
4 files changed, 7 insertions(+), 2 deletions(-)
create mode 120000 images/fedora/42/functions
create mode 100755 images/fedora/42/genimg
diff --git a/contrib/crontab b/contrib/crontab
index 892fb7c..82951af 100644
--- a/contrib/crontab
+++ b/contrib/crontab
@@ -8,7 +8,8 @@
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/40
+ 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/41
+30 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/24.05
0 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/old
diff --git a/images/fedora/42/functions b/images/fedora/42/functions
new file mode 120000
index 0000000..c0b5bcc
--- /dev/null
+++ b/images/fedora/42/functions
@@ -0,0 +1 @@
+../functions
\ No newline at end of file
diff --git a/images/fedora/42/genimg b/images/fedora/42/genimg
new file mode 100755
index 0000000..b29eaa7
--- /dev/null
+++ b/images/fedora/42/genimg
@@ -0,0 +1,3 @@
+#!/bin/sh
+export release=42
+exec ../genimg "$*"
diff --git a/images/fedora/rawhide b/images/fedora/rawhide
index aaa6442..f70d7bb 120000
--- a/images/fedora/rawhide
+++ b/images/fedora/rawhide
@@ -1 +1 @@
-41
\ No newline at end of file
+42
\ No newline at end of file
--
2.46.0