From 3779cb7609441bafa044483d104c7706ea75f073 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 30 Apr 2019 11:52:20 -0400 Subject: [PATCH] Update crontab with fedora refreshes --- contrib/crontab | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/crontab b/contrib/crontab index f835a3d..1c87744 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -4,6 +4,7 @@ 0 21 * * * chronic /usr/local/bin/submit_image_build -n "Daily scheduled build image refresh" -a amd64 debian/sid 30 21 * * * chronic /usr/local/bin/submit_image_build -n "Daily scheduled build image refresh" nixos/unstable 0 22 * * * chronic /usr/local/bin/submit_image_build -n "Daily scheduled build image refresh" -a amd64 ubuntu/disco +30 22 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/31 # Weekly refreshes 30 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/19.03 @@ -13,10 +14,11 @@ 30 19 * * 4 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 ubuntu/cosmic 30 19 * * 5 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/3.9 30 19 * * 6 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 freebsd/current -0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/29 +0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/30 # Monthly 0 18 1 * 0 chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 freebsd/11.x 0 18 2 * 0 chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 freebsd/12.x 0 18 3 * 0 chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" ubuntu/xenial 0 18 4 * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/3.8 +0 18 5 * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/29 -- 2.38.5