aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Collapse)Author
2014-03-27link: print wrapper is not always requiredJack Nagel
2014-03-26Add missing newline to link and unlink in verbose modeJack Nagel
2014-03-25Revert "doctor: use double quotes for setting PATH."Mike McQuaid
I'm an idiot. This reverts commit f890e4973840a66a522189c8e5530bff61d17162.
2014-03-25audit: don't warn about tarball in non-GitHub URL.Mike McQuaid
2014-03-25doctor: use double quotes for setting PATH.Mike McQuaid
Closes Homebrew/homebrew#27619.
2014-03-24Check existence of target keg instead of hiding exceptionsJack Nagel
2014-03-22Don't send, just call the method directlyJack Nagel
2014-03-21audit: #{prefix}/Frameworks -> #{frameworks}Jack Nagel
2014-03-21audit: suggest proper `if build.with(out)` usageIan Lancaster
Closes Homebrew/homebrew#27759. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-19audit: catch new style gist URLsJack Nagel
2014-03-19audit: fix gist patch URL regexGeoff Nixon
Closes Homebrew/homebrew#27255. Signed-off-by: Jack Nagel <jacknagel@gmail.com> Conflicts: Library/Homebrew/cmd/audit.rb
2014-03-18Fix copy/paste errorJack Nagel
Fixes Homebrew/homebrew#27685.
2014-03-18Detect absolute symlinks during bottle relocation checkJack Nagel
2014-03-15diy: warn when detected name is an aliasJack Nagel
cf. Homebrew/homebrew#22778.
2014-03-15Modernize `brew diy`Jack Nagel
2014-03-15Rewrite `brew reinstall`Jack Nagel
Fixes Homebrew/homebrew#23928.
2014-03-13Teach audit about new patches implementationJack Nagel
2014-03-13Teach fetch to download patchesJack Nagel
2014-03-13Make FormulaInstaller setup more readableJack Nagel
2014-03-13Make debug an installer modeJack Nagel
2014-03-13Make verbose an installer modeJack Nagel
2014-03-13Make interactive an installer modeJack Nagel
2014-03-13Don't set installer options to their defaultJack Nagel
ignore_deps and show_header default to false.
2014-03-13bottle: remove pyc files before bottling.Mike McQuaid
Allows more `cellar :any` bottles.
2014-03-11Fix `brew bottle --merge`Jack Nagel
2014-03-10Drop executable bit from linkapps.rbJack Nagel
2014-03-10Update --cache command for generalized bottle implementationJack Nagel
2014-03-10Update bottle command for generalized bottle implementationJack Nagel
2014-03-10Update fetch command for generalized bottle implementationJack Nagel
2014-03-10Update info command for generalized bottle implementationJack Nagel
2014-03-10Make force_bottle an explicit installer modeJack Nagel
2014-03-10install: explicitly pass used options to the installerJack Nagel
2014-03-10Make build_from_source an explicit installer modeJack Nagel
2014-03-10Make build_bottle an explicit installer modeJack Nagel
2014-03-08fetch: fix --retry with resources.Mike McQuaid
2014-03-08audit: Raise problem with non-https Google Code download urlsIan Lancaster
2014-03-08remove brew info --allAdam Vandenberg
Closes Homebrew/homebrew#27322.
2014-03-08audit: check for good with/without usage.Mike McQuaid
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-08audit: don't use GitHub zip files.Mike McQuaid
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-08audit: better handle formulae whitelisting.Mike McQuaid
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-07uses: fix `--installed` with outdated versionsJaime Marquínez Ferrándiz
With that option iterate only over `Formula.installed`, otherwise iterate over `Formula`. This is faster than iterating over all the formulae and checking if it's installed. Fixes Homebrew/homebrew#27259. Closes Homebrew/homebrew#27295. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-06fetch: fix overloading Homebrew.failed.Mike McQuaid
2014-03-06Fix cleanup for head-only formulaeJack Nagel
Fixes Homebrew/homebrew#27265.
2014-03-05Finesse doctor message for /Library PythonAdam Vandenberg
2014-03-05Don't use pkg_version when cleaning the cacheJack Nagel
Fixes Homebrew/homebrew#27245.
2014-03-05Prepare bottle tooling for formula revisionsJack Nagel
2014-03-05Teach commands to work with revisionsJack Nagel
2014-03-05audit: ...or quotedAdam Vandenberg
2014-03-05audit: find env/export as a full word, not as a prefixAdam Vandenberg
Closes Homebrew/homebrew#27219.
2014-03-04Use name of formula rather than name of dependencyTroels Thomsen
Closes Homebrew/homebrew#27192. Signed-off-by: Jack Nagel <jacknagel@gmail.com>