From 9f8bb2dd446031dea2ecde10bee638d3b0ddb093 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Mon, 9 May 2016 11:11:48 +0000 Subject: [PATCH] taskotron-master: fix syntax for a cronjob --- .../taskotron-master/templates/taskotron-tmpwatch.cron.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/taskotron/taskotron-master/templates/taskotron-tmpwatch.cron.j2 b/roles/taskotron/taskotron-master/templates/taskotron-tmpwatch.cron.j2 index cd487421d3..8e263ba457 100644 --- a/roles/taskotron/taskotron-master/templates/taskotron-tmpwatch.cron.j2 +++ b/roles/taskotron/taskotron-master/templates/taskotron-tmpwatch.cron.j2 @@ -1,4 +1,4 @@ 0 0 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ artifacts_max_life }} {{ public_artifacts_dir }} -0 10 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }}/x86_64 -0 20 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }}/i386 -0 30 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }}/all +10 0 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }}/x86_64 +20 0 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }}/i386 +30 0 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }}/all