aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-04-11 16:38:02 +0100
committerMike McQuaid2015-04-16 17:52:11 -0700
commit09fdce7318b676eb9005d3001d00f524f8619582 (patch)
tree70264ef037f582915fe69bf0eaea0efd19e80599 /Library
parent9b59aeceee58cf561e135c26fd29c0051b2821f7 (diff)
downloadhomebrew-09fdce7318b676eb9005d3001d00f524f8619582.tar.bz2
test-bot: delete cache files older than 30 days.
Closes #38567. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index fa7737acf..c2fc174c0 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -558,7 +558,7 @@ module Homebrew
if ARGV.include? '--cleanup'
test "git", "reset", "--hard"
git "stash", "pop"
- test "brew", "cleanup"
+ test "brew", "cleanup", "--prune=30"
end
FileUtils.rm_rf @brewbot_root unless ARGV.include? "--keep-logs"