aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/cleanup.rb
AgeCommit message (Expand)Author
2015-04-17Move can_cleanup? off of the formula instanceJack Nagel
2015-04-17Ask the formula if it can be cleaned up onceJack Nagel
2015-04-17Simplify cleanup eligibility checkJack Nagel
2015-04-16cleanup: add --prune to delete old cache files.Mike McQuaid
2015-04-07Remove duplication from cleanup methodsJack Nagel
2015-04-07cleanup: display file-sizesDominyk Tiller
2015-04-01Use pkg_version when comparing against keg versionsJack Nagel
2015-03-07cleanup: optimize perfermanceXu Cheng
2014-12-27Use version attribute directly in cache comparisonsJack Nagel
2014-12-16Use quiet_system to avoid the shellJack Nagel
2014-10-19cleanup: only clean cache if it exists.Mike McQuaid
2014-06-24Use Keg#uninstall to clean up kegsJack Nagel
2014-06-22Move deprecated Formula class methods to compatJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-05-17only clean logs if logs existAdam Vandenberg
2014-05-14cleanup: prune old build logsJack Nagel
2014-03-22Don't send, just call the method directlyJack Nagel
2014-03-06Fix cleanup for head-only formulaeJack Nagel
2014-03-05Don't use pkg_version when cleaning the cacheJack Nagel
2014-03-05Teach commands to work with revisionsJack Nagel
2013-06-21Don't clean up lockfiles if the directory doesn't existJack Nagel
2013-06-21Clean up lockfilesJack Nagel
2013-06-06cleanup: use String#[] instead of "captures.first rescue nil"Jack Nagel
2013-05-18Stop running "prune" as part of "cleanup"Jack Nagel
2013-05-15cleanup: enable prune during dry-run modeJack Nagel
2013-05-15cleanup: cleanup_all => cleanup_cellarJack Nagel
2013-05-15cleanup: refactor cleanup_cacheJack Nagel
2013-05-15cleanup: rename variableJack Nagel
2013-05-15cleanup: refactor cleanup_formulaJack Nagel
2013-05-15cleanup: only map dirs to kegs onceJack Nagel
2013-05-15cleanup: use Pathname#rmtree instead of FileUtilsJack Nagel
2013-05-15cleanup: use subdirs, avoid .directory? checksJack Nagel
2013-05-15cleanup: remove redundant conditionJack Nagel
2013-05-15cleanup: rename method for consistencyJack Nagel
2013-05-15cleanup: use early return rather than method-spanning conditionalJack Nagel
2013-05-15cleanup: factor out unqualified cleanup codeJack Nagel
2013-05-15Methods that end in _formula should only accept a formulaJack Nagel
2013-03-02cleanup: don't remove old incomplete files twice.Mike McQuaid
2013-02-18Remove unused variablesJack Nagel
2013-02-02Make `CurlDownloadStrategy` resume aborted downloadsSimon Sigurdhsson
2013-01-26brew-cleanup: don't whine about permission denied.Mike McQuaid
2013-01-08Don't remove linked formulas when doing a 'cleanup'Mike Lapinsky
2012-12-19cleanup: fix 1.8.6 compatibilty issueJack Nagel
2012-12-16Check if Cellar and Cache exist before cleaning.Mike McQuaid
2012-12-04brew-cleanup: check whether keg is a directory.Xiyue Deng
2012-11-30brew cleanup: don't remove higher version kegs.Xiyue Deng
2012-09-22brew cleanup -n: less scaryMax Howell
2012-09-20cleanup: look for "HEAD", not "sha" in receiptJack Nagel
2012-09-11cleanup: skip rm_DS_Store during a dry runJack Nagel
2012-09-11cleanup: allow --force to remove keg-only brews againJack Nagel