From cddd70863d714ab3674e71d6ab6d05a6be156f6d Mon Sep 17 00:00:00 2001 From: Haowen Liu Date: Mon, 18 Oct 2021 17:09:39 -0700 Subject: [PATCH] crontab: Add refresh job for hirsute --- contrib/crontab | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/crontab b/contrib/crontab index cde2e72..d4afdb8 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/hirsute # Monthly 0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" ubuntu/oldlts -- 2.38.5