From 4130bfb96878a262079ec4f63242c2b68607a7a4 Mon Sep 17 00:00:00 2001 From: Haowen Liu Date: Mon, 30 Oct 2023 22:40:57 -0400 Subject: [PATCH] ubuntu/noble starts development --- contrib/crontab | 8 +++++--- images/ubuntu/24.04 | 1 + images/ubuntu/next | 2 +- images/ubuntu/noble/functions | 1 + images/ubuntu/noble/genimg | 3 +++ 5 files changed, 11 insertions(+), 4 deletions(-) create mode 120000 images/ubuntu/24.04 create mode 120000 images/ubuntu/noble/functions create mode 100755 images/ubuntu/noble/genimg diff --git a/contrib/crontab b/contrib/crontab index b94c695..98155cf 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -3,7 +3,7 @@ 30 20 * * * chronic /usr/local/bin/submit_image_build -n "Daily scheduled build image refresh" alpine/edge 0 21 * * * chronic /usr/local/bin/submit_image_build -n "Daily scheduled build image refresh" -a amd64 debian/unstable 30 21 * * * chronic /usr/local/bin/submit_image_build -n "Daily scheduled build image refresh" nixos/unstable - 0 22 * * * chronic /usr/local/bin/submit_image_build -n "Daily scheduled build image refresh" -a amd64 ubuntu/next + 0 22 * * * chronic /usr/local/bin/submit_image_build -n "Daily scheduled build image refresh" -a amd64 ubuntu/24.04 30 22 * * * chronic /usr/local/bin/submit_image_build -n "Daily scheduled build image refresh" fedora/rawhide 0 23 * * * chronic /usr/local/bin/submit_image_build -n "Daily scheduled build image refresh" guix @@ -17,14 +17,16 @@ 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 - 0 19 * * 4 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 ubuntu/lts + 0 19 * * 4 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 ubuntu/22.04 30 19 * * 4 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/latest 0 19 * * 5 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 freebsd/13.x +30 19 * * 5 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 ubuntu/23.04 +30 19 * * 5 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 ubuntu/23.10 0 19 * * 6 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 openbsd/latest 30 19 * * 6 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a x86_64 rockylinux/9 # Monthly -0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/oldlts +0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/20.04 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 diff --git a/images/ubuntu/24.04 b/images/ubuntu/24.04 new file mode 120000 index 0000000..c44ffaf --- /dev/null +++ b/images/ubuntu/24.04 @@ -0,0 +1 @@ +noble \ No newline at end of file diff --git a/images/ubuntu/next b/images/ubuntu/next index ec22642..c44ffaf 120000 --- a/images/ubuntu/next +++ b/images/ubuntu/next @@ -1 +1 @@ -mantic \ No newline at end of file +noble \ No newline at end of file diff --git a/images/ubuntu/noble/functions b/images/ubuntu/noble/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/ubuntu/noble/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/ubuntu/noble/genimg b/images/ubuntu/noble/genimg new file mode 100755 index 0000000..7be89d1 --- /dev/null +++ b/images/ubuntu/noble/genimg @@ -0,0 +1,3 @@ +#!/bin/sh -eux +export release=noble +exec ../genimg "$@" -- 2.38.5