From db0f41a44caf6fece2be3361786ead1760a8ef30 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Sat, 4 Dec 2021 23:56:23 +0300 Subject: [PATCH] crontab: add nixos/21.11 --- contrib/crontab | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/crontab b/contrib/crontab index 3911afa..23f4306 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -8,10 +8,11 @@ 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" fedora/latest 30 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/21.05 + 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/21.11 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 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 amd64 rockylinux -- 2.38.5