| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-15 | README: remove tdsmith from maintainers. | Mike McQuaid | |
| 2017-12-15 | Merge pull request #3578 from MikeMcQuaid/tests-no-duplicate-seed-output | Mike McQuaid | |
| tests: don't output seed multiple times. | |||
| 2017-12-15 | tests: don't output seed multiple times. | Mike McQuaid | |
| This clutters up the output. Instead, hide it with a RSpec formatter and generate and output it ourselves. | |||
| 2017-12-14 | Merge pull request #3579 from MikeMcQuaid/gist-logs-full-path | Mike McQuaid | |
| gist-logs: use full path to brew. | |||
| 2017-12-14 | java_requirement: use popen_read :err option. | Mike McQuaid | |
| 2017-12-14 | bump-formula-pr: use popen_read :err option. | Mike McQuaid | |
| 2017-12-14 | gist-logs: use full path to brew. | Mike McQuaid | |
| This fixes the command with environment filtering enabled. | |||
| 2017-12-14 | Merge pull request #3577 from MikeMcQuaid/python_requirement_tweaks | Mike McQuaid | |
| python_requirement: various tweaks/fixes. | |||
| 2017-12-14 | Merge pull request #3576 from MikeMcQuaid/post-install-path | Mike McQuaid | |
| postinstall: add HOMEBREW_PREFIX/{,s}bin to PATH. | |||
| 2017-12-14 | python_requirement: various tweaks/fixes. | Mike McQuaid | |
| - simplify the code by avoiding some unnecessary variables and rename functions - make more stuff private so implementation details don't leak - make Python 2 binary `python2.7` to handle cases like those in https://github.com/Homebrew/homebrew-core/issues/21500 - only set `PYTHONPATH` for system Python; Homebrew's Python doesn't need it. | |||
| 2017-12-14 | postinstall: add HOMEBREW_PREFIX/{,s}bin to PATH. | Mike McQuaid | |
| This avoids the need for workarounds such as: https://github.com/Homebrew/homebrew-core/pull/21688 | |||
| 2017-12-13 | Merge pull request #3575 from MikeMcQuaid/new-maintainer-tweaks | Mike McQuaid | |
| New-Maintainer-Checklist: make some tweaks. | |||
| 2017-12-13 | New-Maintainer-Checklist: make some tweaks. | Mike McQuaid | |
| - there are obligations on becoming a maintainer so firm these up a bit - make clear there's a trial period after being invited to be a maintainer. | |||
| 2017-12-13 | Merge pull request #3566 from sjackman/path | Mike McQuaid | |
| Do not specify absolute paths to utilities | |||
| 2017-12-13 | Merge pull request #3573 from DomT4/python_dead_code | Mike McQuaid | |
| python: remove package_available? logic | |||
| 2017-12-13 | Merge pull request #3572 from DomT4/python | Mike McQuaid | |
| python: handle env filtering on pth check | |||
| 2017-12-13 | python: remove package_available? logic | Dominyk Tiller | |
| It was added in https://github.com/Homebrew/legacy-homebrew/pull/37345 for a use case discussed in https://github.com/Homebrew/legacy-homebrew/pull/37340 that never seems to have actually emerged. I can find no reference of it ever having been used, despite it existing for 2+ years here. | |||
| 2017-12-13 | python: handle env filtering on pth check | Dominyk Tiller | |
| Since ENV filtering became the default this has been chucking erroneous warnings from both `brew doctor` and things like `brew install pygobject` about needing to run: ``` echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/xyz/Library/Python/2.7/lib/python/site-packages/homebrew.pth ``` even though I had Homebrew's `python` installed. | |||
| 2017-12-12 | Remove with_system_path | Shaun Jackman | |
| The method with_system_path is no longer needed, since environment filtering uses a default PATH. | |||
| 2017-12-12 | Do not specify absolute paths to utilities | Shaun Jackman | |
| Specifying an absolute path to utilities is no longer needed, since environment filtering uses a default PATH. | |||
| 2017-12-12 | Merge pull request #3563 from reitermarkus/fix-parenthesis | Markus Reiter | |
| Fix messed up parenthesis. | |||
| 2017-12-12 | Merge pull request #3568 from MikeMcQuaid/readme-tweaks | Mike McQuaid | |
| README: tweak contributing, donations sections. | |||
| 2017-12-12 | README: tweak contributing, donations sections. | Mike McQuaid | |
| - Add links to more stuff people could contribute to - Add back option for one-off donations (fixes #3565). | |||
| 2017-12-11 | Fix messed up parenthesis. | Markus Reiter | |
| 2017-12-11 | Merge pull request #3559 from MikeMcQuaid/git-describe-1.4.01.4.0 | Mike McQuaid | |
| brew.sh: latest HOMEBREW_VERSION is 1.4.0 | |||
| 2017-12-11 | Merge pull request #3556 from MikeMcQuaid/doctor-no-file-issue | Mike McQuaid | |
| doctor: tell people not to file issues. | |||
| 2017-12-11 | brew.sh: latest HOMEBREW_VERSION is 1.4.0 | Mike McQuaid | |
| 2017-12-11 | doctor: tell people not to file issues. | Mike McQuaid | |
| This stuff doesn't matter. | |||
| 2017-12-11 | Merge pull request #3553 from MikeMcQuaid/bump-formula-pr-messages | Mike McQuaid | |
| bump-formula-pr: improve error messages. | |||
| 2017-12-11 | Merge pull request #3554 from DomT4/caveats_2 | Mike McQuaid | |
| caveats: fix fish caveats under env filtering | |||
| 2017-12-11 | caveats: fix fish caveats under env filtering | Dominyk Tiller | |
| 2017-12-11 | bump-formula-pr: improve error messages. | Mike McQuaid | |
| - Be clearer about how URLs/tags/revisions/versions are specified in error messages. - Give a better error message if `hub` isn't configured. | |||
| 2017-12-11 | Merge pull request #3551 from laurent22/master | Mike McQuaid | |
| Mentions how hub needs to be configured | |||
| 2017-12-11 | Merge pull request #3552 from DomT4/caveats | Mike McQuaid | |
| caveats: fix PKG_CONFIG_PATH nudge under env filtering | |||
| 2017-12-11 | caveats: fix PKG_CONFIG_PATH nudge under env filtering | Dominyk Tiller | |
| 2017-12-10 | Merge pull request #3543 from MikeMcQuaid/remove-env-unsets | Mike McQuaid | |
| Remove some unset/checked environment checks | |||
| 2017-12-10 | Merge pull request #3529 from MikeMcQuaid/env-filtering-default | Mike McQuaid | |
| Default environment filtering to on for all users. | |||
| 2017-12-10 | Merge pull request #3510 from MikeMcQuaid/remove-bottle-hooks | Mike McQuaid | |
| hooks/bottles: remove bottle hooks. | |||
| 2017-12-10 | Merge pull request #3542 from MikeMcQuaid/xcode-9.2 | Mike McQuaid | |
| Xcode 9.2 | |||
| 2017-12-10 | Mentions how hub needs to be configured | Laurent Cozic | |
| This is to address issue #3531 | |||
| 2017-12-09 | Merge pull request #3550 from MikeMcQuaid/fix-undefined-xquartz | Mike McQuaid | |
| Revert "formula_installer: tweak dependent requirements." | |||
| 2017-12-09 | Revert "formula_installer: tweak dependent requirements." | Mike McQuaid | |
| This reverts commit cc752e97f6dcfb3e58c9e753262926672edeb571. Fixes #1585. I will open a new issue for the actual underlying bug here (that requirements aren't being handled correctly based on the stable/devel spec used at installation time). | |||
| 2017-12-08 | Merge pull request #3548 from sjackman/x11 | ilovezfs | |
| X11Requirement: Inherit from generic class [macOS] | |||
| 2017-12-08 | Merge pull request #3547 from MikeMcQuaid/force-vendor-ruby-clarify | Mike McQuaid | |
| brew.1: clarify Homebrew's Ruby isn't 2.0 now. | |||
| 2017-12-08 | Merge pull request #3546 from MikeMcQuaid/formula_assertions_ruby_23 | Mike McQuaid | |
| formula_assertions: remove Ruby 2.0 compatibility. | |||
| 2017-12-08 | Merge pull request #3545 from MikeMcQuaid/more-coverage-filters | Mike McQuaid | |
| .simplecov: filter more filters/folders. | |||
| 2017-12-08 | X11Requirement: Inherit from generic class [macOS] | Shaun Jackman | |
| Fix the warning: already initialized constant X11Requirement | |||
| 2017-12-08 | brew.1: clarify Homebrew's Ruby isn't 2.0 now. | Mike McQuaid | |
| Make this generic; it doesn't matter what version this is and this will future proof it. | |||
| 2017-12-08 | formula_assertions: remove Ruby 2.0 compatibility. | Mike McQuaid | |
| We only support Ruby 2.3, now. | |||
| 2017-12-08 | .simplecov: filter more filters/folders. | Mike McQuaid | |
| This is stuff that can never be exercised by our test suite but is exercised by `brew test-bot` so remove it from the coverage checks. | |||
