From a4b061233c6eb20917236809d5bed8ba333de299 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Sat, 4 Jun 2022 20:13:19 +0200 Subject: [PATCH] nixos: add 22.05 --- contrib/crontab | 1 + images/nixos/22.05/functions | 1 + images/nixos/22.05/genimg | 3 +++ images/nixos/build.yml | 2 +- images/nixos/latest | 2 +- 5 files changed, 7 insertions(+), 2 deletions(-) create mode 120000 images/nixos/22.05/functions create mode 100755 images/nixos/22.05/genimg diff --git a/contrib/crontab b/contrib/crontab index 1f1a8a0..05407fb 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -9,6 +9,7 @@ # Weekly refreshes 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/21.11 +30 19 * * 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 30 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 debian/stable 0 19 * * 2 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/latest diff --git a/images/nixos/22.05/functions b/images/nixos/22.05/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/nixos/22.05/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/nixos/22.05/genimg b/images/nixos/22.05/genimg new file mode 100755 index 0000000..c5ebb1e --- /dev/null +++ b/images/nixos/22.05/genimg @@ -0,0 +1,3 @@ +#!/bin/sh +export release=22.05 +exec ../genimg "$@" diff --git a/images/nixos/build.yml b/images/nixos/build.yml index bbe5dae..b03bd21 100644 --- a/images/nixos/build.yml +++ b/images/nixos/build.yml @@ -8,7 +8,7 @@ sources: secrets: - fa00a8d3-7b63-42d5-8060-3bb31c3e3018 environment: - release: "21.11" + release: "22.05" arch: x86_64 slaves: - deploy@azusa.runners.sr.ht diff --git a/images/nixos/latest b/images/nixos/latest index 835ab5d..bb7635c 120000 --- a/images/nixos/latest +++ b/images/nixos/latest @@ -1 +1 @@ -21.11 \ No newline at end of file +22.05 \ No newline at end of file -- 2.38.5