From 3ee8fabf4e4f9ea5ff00f342f78710ff3bbf75e0 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 6 Jun 2023 00:20:02 +0000 Subject: [PATCH] Move fedora/latest alias to fedora/38 Fedora 38 was officially released on 17 April 2023. Ref: https://fedoramagazine.org/announcing-fedora-38/ --- contrib/crontab | 2 +- images/fedora/38/latest | 1 + images/fedora/latest | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 120000 images/fedora/38/latest delete mode 120000 images/fedora/latest diff --git a/contrib/crontab b/contrib/crontab index 89ef1ae..925929a 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/38 + 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.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 diff --git a/images/fedora/38/latest b/images/fedora/38/latest new file mode 120000 index 0000000..b9bc2fd --- /dev/null +++ b/images/fedora/38/latest @@ -0,0 +1 @@ +latest \ No newline at end of file diff --git a/images/fedora/latest b/images/fedora/latest deleted file mode 120000 index 7c09198..0000000 --- a/images/fedora/latest +++ /dev/null @@ -1 +0,0 @@ -37 \ No newline at end of file -- 2.38.5