aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2014-02-08Switch to v3 search APIJack Nagel
2014-02-08Drop unnecessary map + compact in search_tapJack Nagel
2014-02-08Don't let issue search kill install processJack Nagel
2014-02-08Prevent repeated warnings when GitHub API rate limit is exceededJack Nagel
2014-02-08Preserve original backtrace when raising GitHub::ErrorJack Nagel
2014-02-08Raise only GitHub::Error from GitHub.openJack Nagel
2014-02-08Parse JSON early in GitHub moduleJack Nagel
2014-02-08Don't mutate argument in search_tapJack Nagel
2014-02-06Move colormake to headonlyAdam Vandenberg
Closes Homebrew/homebrew#25226.
2014-02-02formula_installer: print bottle failure exception.Mike McQuaid
2014-02-02Correctly find Homebrew-installed fortranCamillo Lugaresi
Fixes Homebrew/homebrew#26338. Closes Homebrew/homebrew#26352. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-02-02C++ stdlibs: issue warning, don't fail the buildMisty De Meo
2014-02-02C++ stdlib check: don't check executables for depsMisty De Meo
This avoids some possible false positives, as happens with, e.g., qt4.
2014-02-02caveats: tweak app bundle message.Mike McQuaid
2014-01-31brew-test-bot: reset to origin for bottle upload.Mike McQuaid
2014-01-31bottle: improve bottle commit writing.Mike McQuaid
2014-01-30brew-test-bot: strip more unicode crap from XML.Mike McQuaid
2014-01-30brew-test-bot: handle git repositories for upload.Mike McQuaid
2014-01-30bottle: show diff before trying to commit.Mike McQuaid
2014-01-30language_module_dependency: don't use build_env.Mike McQuaid
This is so a e.g. brewed Python's modules can be found by superenv. References Homebrew/homebrew#26229. Closes Homebrew/homebrew#26197.
2014-01-29don't trigger VCS when patchingAdam Vandenberg
When patching read-only files, patch can try to check-out from a VCS system when other conditions are met, such as environmental variables being set. Homebrew never wants to trigger this behavior, so pass --get=0. Closes Homebrew/homebrew#26277.
2014-01-29python_dependency: cleanup and fix build env.Mike McQuaid
* Only set PYTHONPATH for Python 2. * Set the Python binary for superenv. References Homebrew/homebrew#24842. Closes Homebrew/homebrew#26197. Closes Homebrew/homebrew#26216. Closes Homebrew/homebrew#26218. Closes Homebrew/homebrew#26228.
2014-01-28pod2man: Fix for machines upgraded to MavericksManpreet Singh
Closes Homebrew/homebrew#24590. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-28Fix comment error in example formulaGuillaume Algis
Closes Homebrew/homebrew#26017. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-01-27Revert "Add python superenv wrapper"Misty De Meo
This reverts commit 90e22e389c539b25fe7864645bfe5e2a9ce7452f.
2014-01-27Redo python shim script in rubyMisty De Meo
2014-01-26Make `brew tap` error message more clearaereal
Closes Homebrew/homebrew#25813. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-01-26Add python superenv wrapperMisty De Meo
Closes Homebrew/homebrew#26140. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-01-26upgrade: fix output when no packages to upgrade.Frizlab
When upgrading, if the only package to upgrade is a pinned package, the output looked like that: ==> Upgrading 0 packages, with result: ==> Not upgrading 1 pinned package: <<package_name & version>> The blank line is not beautiful. This commit fixes the output and replaces with: ==> No packages to upgrade ==> Not upgrading 1 pinned package: <<package_name & version>> Closes Homebrew/homebrew#26157. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-25brew-test-bot: install GCC if needed.Mike McQuaid
2014-01-23brew_zsh_completion: add `brew services` supportEd Lui
Closes Homebrew/homebrew#26105. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-22mac: note that we only track stable Xcode versions.Mike McQuaid
2014-01-21caveats: tweak python site-packages wording.Mike McQuaid
References Homebrew/homebrew#25789.
2014-01-20python_dependency: cleanup, fix satisfy.Mike McQuaid
Closes Homebrew/homebrew#26067.
2014-01-20utils: improve issue searching.Mike McQuaid
* issues_matching now returns an array * prints issues titles and URLs * find_pull_requests shows closed PRs if no matching PRs are open Closes Homebrew/homebrew#26032.
2014-01-20PythonDependency: massive refactoring.Mike McQuaid
Closes Homebrew/homebrew#24842.
2014-01-20bottle: only print relocations with --verbose.Mike McQuaid
2014-01-19caveats: print .app caveats if installed to keg.Mike McQuaid
2014-01-19keg: add function to detect if .app(s) installed.Mike McQuaid
2014-01-19bottle: use new quoting style.Mike McQuaid
2014-01-16Only search open pull requests, not closedMisty De Meo
Refs Homebrew/homebrew#25962.
2014-01-15LICENSE: copyright 2014.David Larson
Closes Homebrew/homebrew#25917. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-14gist logs: print last urlStefan
Closes Homebrew/homebrew#25514. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-14gist logs: fix error messageStefan
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-11Fix typoJack Nagel
2014-01-11Fix tokenizing openssl style versionsJack Nagel
Fixes Homebrew/homebrew#25736.
2014-01-11LanguageModuleDependency: remove code that only worked by accidentJack Nagel
The array elements here are individual arguments to exec, not a string to pass to the shell; this only appeared to work. In reality, `opam list` accepts "|" as valid argument, and the command works fine without grepping the output.
2014-01-11man: add reinstall command.Mike McQuaid
2014-01-11man: use <br> instead of whitespace for linebreak.Mike McQuaid
2014-01-10Escape issue search stringJack Nagel
Fixes Homebrew/homebrew#25779.