From 1ab0ec0da4513095531139501f656b14bbd2179b Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 3 Nov 2022 15:36:01 -0500 Subject: [PATCH] Add fedora/38 image and point fedora/rawhide to it Fedora 37 is the current Fedora branched release and Rawhide is now 38. --- contrib/crontab | 1 + images/fedora/38/functions | 1 + images/fedora/38/genimg | 3 +++ images/fedora/rawhide | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) create mode 120000 images/fedora/38/functions create mode 100755 images/fedora/38/genimg diff --git a/contrib/crontab b/contrib/crontab index 01c443f..a1f5108 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -8,6 +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/37 30 19 * * 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 30 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 debian/stable diff --git a/images/fedora/38/functions b/images/fedora/38/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/fedora/38/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/fedora/38/genimg b/images/fedora/38/genimg new file mode 100755 index 0000000..49a13ff --- /dev/null +++ b/images/fedora/38/genimg @@ -0,0 +1,3 @@ +#!/bin/sh +export release=38 +exec ../genimg "$*" diff --git a/images/fedora/rawhide b/images/fedora/rawhide index 7c09198..c24b6ae 120000 --- a/images/fedora/rawhide +++ b/images/fedora/rawhide @@ -1 +1 @@ -37 \ No newline at end of file +38 \ No newline at end of file -- 2.38.5