aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2015-08-13 08:22:24 +0100
committerMike McQuaid2015-08-13 08:57:20 +0100
commit2fc88ae2479bee9ea955027383d1d71cabc8c497 (patch)
treef969a6c8149c0617ecff429afa9fb80a2e253c76 /Library/Homebrew/cmd
parent638eda5f2d62afe157c4d2e55f8174edbdeb1e16 (diff)
downloadbrew-2fc88ae2479bee9ea955027383d1d71cabc8c497.tar.bz2
test-bot: prune cache after 7 days.
Closes Homebrew/homebrew#42892. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/cmd')
-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 f08fc55d9..926f1afcf 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -606,7 +606,7 @@ module Homebrew
if ARGV.include? "--cleanup"
test "git", "reset", "--hard"
git "stash", "pop"
- test "brew", "cleanup", "--prune=30"
+ test "brew", "cleanup", "--prune=7"
git "gc", "--auto"
end