From 34e43918e1a190ec14907ee84384893efd7e7892 Mon Sep 17 00:00:00 2001 From: Haowen Liu Date: Fri, 28 Oct 2022 09:56:29 -0700 Subject: [PATCH] ubuntu/kinetic released, ubuntu/lunar starts development --- contrib/crontab | 1 + images/ubuntu/23.04 | 1 + images/ubuntu/lunar/functions | 1 + images/ubuntu/lunar/genimg | 3 +++ images/ubuntu/next | 2 +- 5 files changed, 7 insertions(+), 1 deletion(-) create mode 120000 images/ubuntu/23.04 create mode 120000 images/ubuntu/lunar/functions create mode 100755 images/ubuntu/lunar/genimg diff --git a/contrib/crontab b/contrib/crontab index ca7ac2c..01c443f 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -18,6 +18,7 @@ 0 19 * * 4 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 ubuntu/lts 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/kinetic 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 diff --git a/images/ubuntu/23.04 b/images/ubuntu/23.04 new file mode 120000 index 0000000..2c14968 --- /dev/null +++ b/images/ubuntu/23.04 @@ -0,0 +1 @@ +lunar \ No newline at end of file diff --git a/images/ubuntu/lunar/functions b/images/ubuntu/lunar/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/ubuntu/lunar/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/ubuntu/lunar/genimg b/images/ubuntu/lunar/genimg new file mode 100755 index 0000000..c3d51f9 --- /dev/null +++ b/images/ubuntu/lunar/genimg @@ -0,0 +1,3 @@ +#!/bin/sh -eux +export release=lunar +exec ../genimg "$@" diff --git a/images/ubuntu/next b/images/ubuntu/next index c23bec6..2c14968 120000 --- a/images/ubuntu/next +++ b/images/ubuntu/next @@ -1 +1 @@ -kinetic \ No newline at end of file +lunar \ No newline at end of file -- 2.38.5