From a11c84e86db83422363106dcfc0ef44192dcf9b1 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Sat, 6 Aug 2022 18:47:07 +0200 Subject: [PATCH] nixos: remove 21.11, it reached EOL Co-authored-by: Drew DeVault --- contrib/crontab | 1 - images/nixos/21.11/functions | 1 - images/nixos/21.11/genimg | 3 --- 3 files changed, 5 deletions(-) delete mode 120000 images/nixos/21.11/functions delete mode 100755 images/nixos/21.11/genimg diff --git a/contrib/crontab b/contrib/crontab index b9cc8f2..2ea4b74 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -8,7 +8,6 @@ 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" 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 diff --git a/images/nixos/21.11/functions b/images/nixos/21.11/functions deleted file mode 120000 index c0b5bcc..0000000 --- a/images/nixos/21.11/functions +++ /dev/null @@ -1 +0,0 @@ -../functions \ No newline at end of file diff --git a/images/nixos/21.11/genimg b/images/nixos/21.11/genimg deleted file mode 100755 index 595d794..0000000 --- a/images/nixos/21.11/genimg +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -export release=21.11 -exec ../genimg "$@" -- 2.38.5