From a307ac792e3f94e647828f1ee10ec15daa4f925c Mon Sep 17 00:00:00 2001 From: "E. Dunham" Date: Wed, 2 Aug 2017 14:20:31 -0700 Subject: [PATCH] Remove all old logs, not just the zipped up ones. Fixes https://github.com/servo/saltfs/issues/506 --- buildbot/master/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/master/init.sls b/buildbot/master/init.sls index e547bb2a..0becc63c 100644 --- a/buildbot/master/init.sls +++ b/buildbot/master/init.sls @@ -90,7 +90,7 @@ buildbot-github-listener: remove-old-build-logs: cron.present: - - name: 'find {{ common.servo_home }}/buildbot/master/*/*.bz2 -mtime +5 -delete' + - name: 'find {{ common.servo_home }}/buildbot/master/*/* -mtime +5 -delete' - user: root - minute: 1 - hour: 0