From d3322ff5f81366502ae4d39ef895c0ffea3dba16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Tue, 2 Nov 2021 15:52:37 +0100 Subject: [PATCH] Refresh fedora image symlinks following F35 release --- contrib/crontab | 2 +- images/fedora/36/functions | 1 + images/fedora/36/genimg | 3 +++ images/fedora/latest | 2 +- images/fedora/rawhide | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) create mode 120000 images/fedora/36/functions create mode 100755 images/fedora/36/genimg diff --git a/contrib/crontab b/contrib/crontab index 6874ca6..3911afa 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -25,5 +25,5 @@ 0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" 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/33 +0 18 4 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/34 0 18 5 * * chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 debian/oldstable diff --git a/images/fedora/36/functions b/images/fedora/36/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/fedora/36/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/fedora/36/genimg b/images/fedora/36/genimg new file mode 100755 index 0000000..86a4729 --- /dev/null +++ b/images/fedora/36/genimg @@ -0,0 +1,3 @@ +#!/bin/sh +export release=36 +exec ../genimg "$*" diff --git a/images/fedora/latest b/images/fedora/latest index 3e932fe..597975b 120000 --- a/images/fedora/latest +++ b/images/fedora/latest @@ -1 +1 @@ -34 \ No newline at end of file +35 \ No newline at end of file diff --git a/images/fedora/rawhide b/images/fedora/rawhide index 597975b..dce6588 120000 --- a/images/fedora/rawhide +++ b/images/fedora/rawhide @@ -1 +1 @@ -35 \ No newline at end of file +36 \ No newline at end of file -- 2.38.5