From bb37d94483759953b2d8365eebf81453acb950aa Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 11 Aug 2023 21:50:14 +0000 Subject: [PATCH] images: add fedora/40 and move fedora/rawhide to it Fedora 40 is now Fedora Rawhide and Fedora 39 is the branched release. fedora/latest will be moved to fedora/39 when Fedora 39 is officially released around October. --- contrib/crontab | 5 +++-- images/fedora/40/functions | 1 + images/fedora/40/genimg | 3 +++ images/fedora/rawhide | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) create mode 120000 images/fedora/40/functions create mode 100755 images/fedora/40/genimg diff --git a/contrib/crontab b/contrib/crontab index 16d1060..b94c695 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/38 + 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/39 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/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/37 + 0 19 * * 2 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/38 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 amd64 freebsd/12.x 30 19 * * 3 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a x86_64 rockylinux/8 @@ -25,6 +25,7 @@ # Monthly 0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/oldlts +30 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/37 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/40/functions b/images/fedora/40/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/fedora/40/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/fedora/40/genimg b/images/fedora/40/genimg new file mode 100755 index 0000000..1c1e6cd --- /dev/null +++ b/images/fedora/40/genimg @@ -0,0 +1,3 @@ +#!/bin/sh +export release=40 +exec ../genimg "$*" diff --git a/images/fedora/rawhide b/images/fedora/rawhide index 72f523f..86ee83a 120000 --- a/images/fedora/rawhide +++ b/images/fedora/rawhide @@ -1 +1 @@ -39 \ No newline at end of file +40 \ No newline at end of file -- 2.38.5