aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Collapse)Author
2014-12-15create: remove formula include.Mike McQuaid
2014-12-14doctor: check cache directory is writable.Mike McQuaid
Fixes Homebrew/homebrew#32304. Fixes Homebrew/homebrew#34933.
2014-12-13tap-readme: fix indentXu Cheng
Closes Homebrew/homebrew#34953. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-09brew-doctor: warning the external commands with conflicting namesXu Cheng
Closes Homebrew/homebrew#34755. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-07Use FileUtils instead of shelling out to cpJack Nagel
2014-12-02Use add_attribute method instead of accessing attributes hashJack Nagel
2014-12-02Simplify appending CDATAJack Nagel
2014-12-02Combine conditionalsJack Nagel
2014-11-30Allow searching/installing Homebrew Casks.Mike McQuaid
People want to install things like GIMP using Homebrew so let's make it easier for them to find a decent installation method. Closes Homebrew/homebrew#34496. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-27uninstall: notify on multiple versions removed.Mike McQuaid
Closes Homebrew/homebrew#34398. Closes Homebrew/homebrew#34445. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-26doctor: handle non-extent methods passed as argumentsMisty De Meo
2014-11-24test-bot: more support for bottling taps.Mike McQuaid
2014-11-24bottle: use --root-url instead of --root_urlMike McQuaid
2014-11-23pull: support downloading bottles for taps.Mike McQuaid
2014-11-23test-bot: more tap upload improvements.Mike McQuaid
2014-11-23test-bot: tap before attempting upload.Mike McQuaid
2014-11-23test-bot: fix indentation.Mike McQuaid
2014-11-23test-bot: fix tap-from-url regex usage.Mike McQuaid
2014-11-23test-bot: improve tap building.Mike McQuaid
- allow using (UPSTREAM_)GIT_URL to find the tap name - push bottles to a remote based on the tap name
2014-11-23brew-pull: die when bumping multiple formulae.Mike McQuaid
2014-11-20aspell: unroll options loop to avoid accessing internalsJack Nagel
2014-11-18brew-test-bot: check default_formula requirements.Mike McQuaid
This handles the case where e.g. a default_formula cannot be installed on Yosemite which causes the build to fail.
2014-11-18Run test-bot logs through iconv on Ruby 1.8Jack Nagel
2014-11-18UTF-8 to UTF-16 should never raise UndefinedConversionErrorJack Nagel
2014-11-18Suppress encoding errors in test-bot log filesJack Nagel
2014-11-17brew-pull: make close message detection more precise.Mike McQuaid
2014-11-16Remove more references to removed external commandsJack Nagel
2014-11-14doctor: more useful commentJack Nagel
2014-11-14Tell brew doctor to ignore libTrAPI.dylibhimikk
Tell brew doctor to ignore libTrAPI.dylib TrAPI used by VPN software "Endpoint Security VPN" Closes Homebrew/homebrew#34129. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-14doctor: don't complain if reads_brewed_pth_files? is nilTim D. Smith
Closes Homebrew/homebrew#33957.
2014-11-14doctor: check that Python site-packages directory is writableTim D. Smith
2014-11-13doctor: option depreciationDominyk Tiller
I presume this needs to change to reflect Homebrew/homebrew#34147? Closes Homebrew/homebrew#34151. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-12One less place where Formula is reopenedJack Nagel
2014-11-12Exempt the head-only tap from the head-only audit warningJack Nagel
2014-11-11Don't warn about config scripts that originate in the cellarJack Nagel
Fixes Homebrew/homebrew-php#1389.
2014-11-11Exclude documentation from `brew list --unbrewed`Jack Nagel
2014-11-10test-bot: make variable names consistent with other codeJack Nagel
2014-11-10Don't record the test if initialization failsJack Nagel
When Test.new raises an ArgumentError, nil will be pushed onto the tests array, and then methods will be called on nil when we iterate over the tests while building the XML output.
2014-11-10Less code in begin blockJack Nagel
2014-11-10gist-logs: basic loginStefan
Closes Homebrew/homebrew#33839. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-07test-bot: handle changed bottled dependencies.Mike McQuaid
2014-11-03Make quieter an installer modeJack Nagel
2014-11-03Make git an installer modeJack Nagel
2014-11-03Add ARGV.git?Jack Nagel
2014-11-03brew-pull: allow resolution with --resolve.Mike McQuaid
2014-11-02doctor: check for .pth support in Homebrew site-packagesTim D. Smith
2014-11-01pull: pull from PR then from BrewTestBot.Mike McQuaid
This allows making e.g. `Closes #X` point to the correct commit to reduce confusion and allows `--bump` to function correctly.
2014-10-31Check for MacPorts/Fink installation only after build failuresJack Nagel
2014-10-31Revert "run macports check after failed build instead of before every build"Jack Nagel
CannotInstallFormulaError is only raised when another version of the formula is linked or any of its dependencies are unlinked, in which case this warning is totally irrelevant. It should be checked after build errors instead. This reverts commit 466d0f718bc2241e830393b384294c21194995e0.
2014-10-31More specific requireJack Nagel