From e914db60e1f3be04fbf453e7596042703fbee38e Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 27 Feb 2023 22:18:08 -0600 Subject: [PATCH] Add fedora/39 and adjust rawhide fedora/38 is the current branched release, but it is not yet stable, so fedora/latest still points to fedora/37. fedora/39 is the new rawhide. --- contrib/crontab | 3 ++- images/fedora/39/functions | 1 + images/fedora/39/genimg | 3 +++ images/fedora/rawhide | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) create mode 120000 images/fedora/39/functions create mode 100755 images/fedora/39/genimg diff --git a/contrib/crontab b/contrib/crontab index 594c583..629eedb 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -8,7 +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/36 + 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/38 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/22.05 0 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/old @@ -28,6 +28,7 @@ 0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/oldlts 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 4 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/36 0 18 5 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 debian/oldstable 0 18 6 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/oldoldlts 0 18 7 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 openbsd/old diff --git a/images/fedora/39/functions b/images/fedora/39/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/fedora/39/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/fedora/39/genimg b/images/fedora/39/genimg new file mode 100755 index 0000000..cd980e0 --- /dev/null +++ b/images/fedora/39/genimg @@ -0,0 +1,3 @@ +#!/bin/sh +export release=39 +exec ../genimg "$*" diff --git a/images/fedora/rawhide b/images/fedora/rawhide index c24b6ae..72f523f 120000 --- a/images/fedora/rawhide +++ b/images/fedora/rawhide @@ -1 +1 @@ -38 \ No newline at end of file +39 \ No newline at end of file -- 2.38.5