aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd/brew-readall.rb
AgeCommit message (Collapse)Author
2014-06-15Migrate readallAdam Vandenberg
2014-04-27Fix brew-readall for updated tap structureJack Nagel
2014-04-14Don't walk tap twice just to get the formula path again, it's slowJack Nagel
2014-04-13readall: read formulae that aren't tapped.Mike McQuaid
This will allow the reading and checking of formulae that mirror Homebrew core formulae (e.g. `git` in a tap) and, with the previous exit code changes, is a reasonable check for "are all the formulae in taps updated to the latest core DSL". Closes #28328. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-11readall: set Homebrew.failed on exception.Mike McQuaid
2013-03-28brew-readall: remove unused variableJack Nagel
2013-02-18Rename Library/Contributions/cmds -> cmd.Mike McQuaid