| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-20 | Merge pull request #3464 from ilovezfs/ENV-no-MACOSX_DEPLOYMENT_TARGET | ilovezfs | |
| ENV: don't set MACOSX_DEPLOYMENT_TARGET | |||
| 2017-11-20 | Merge pull request #3457 from sjackman/patch | Mike McQuaid | |
| Use patch found in the PATH | |||
| 2017-11-19 | patch: Use patch found in the PATH | Shaun Jackman | |
| 2017-11-19 | Merge pull request #3461 from barthand/python-docs-fix | Mike McQuaid | |
| python2: Added missing pip sub-command in docs | |||
| 2017-11-19 | python2: Added missing pip sub-command in docs | Bartosz Kita | |
| 2017-11-19 | Merge pull request #3411 from issyl0/whitelist_etc_and_fix_autocorrect | Mike McQuaid | |
| formula_desc_cop: Whitelist "etc." and fix the full stop autocorrect | |||
| 2017-11-19 | Merge pull request #3459 from wendorf/show_custom_command_help | Mike McQuaid | |
| Custom commands can show help | |||
| 2017-11-18 | Custom commands can show help | Dan Wendorf | |
| We attempted to find the help message for commands before loading custom commands in the path. | |||
| 2017-11-18 | ENV: don't set MACOSX_DEPLOYMENT_TARGET | ilovezfs | |
| CMake tries to use Xcode if MACOSX_DEPLOYMENT_TARGET is set but that can lead to build failures when SDKROOT isn't set. The CMake behavior at minimum manifests as -isysroot spontaneously being set to the Xcode SDK, which brew sometimes can't successfully fully unwind with its ENV hacks. | |||
| 2017-11-18 | Merge pull request #3455 from MikeMcQuaid/bottle_homebrew_git | Mike McQuaid | |
| bottle: use HOMEBREW_GIT_* vars. | |||
| 2017-11-18 | bottle: use HOMEBREW_GIT_* vars. | Mike McQuaid | |
| This allows them to be passed through from `brew test-bot`. | |||
| 2017-11-18 | bin/brew: tweak CI whitelisting. | Mike McQuaid | |
| 2017-11-18 | bin/brew: passthrough CI var. | Mike McQuaid | |
| 2017-11-18 | Merge pull request #3454 from EricFromCanada/master | Mike McQuaid | |
| docs: update info on taps | |||
| 2017-11-18 | Merge pull request #3453 from MikeMcQuaid/check_if_xcode_needs_clt_installed | Mike McQuaid | |
| diagnostic: check if Xcode needs CLT installed. | |||
| 2017-11-17 | docs: rename Taps docs to match convention | EricFromCanada | |
| 2017-11-17 | docs: update for homebrew-nginx migration | EricFromCanada | |
| 2017-11-17 | Tweak SDK variables for new Xcode/CLT setup. | Mike McQuaid | |
| 2017-11-17 | diagnostic: check if Xcode needs CLT installed. | Mike McQuaid | |
| Require the CLT on all but the latest version of macOS to avoid the continuous workarounds for SDK weirdness. | |||
| 2017-11-17 | Merge pull request #3449 from MikeMcQuaid/diagostic-fix-paths | Mike McQuaid | |
| diagnostic: fix paths usage. | |||
| 2017-11-17 | official_taps: migrate nginx. | Mike McQuaid | |
| 2017-11-17 | Merge pull request #3447 from sjackman/vendor-install-stderr | Mike McQuaid | |
| vendor-install: Observe HOMEBREW_STDERR | |||
| 2017-11-17 | Merge pull request #3450 from MikeMcQuaid/env-filtering-no-test-bot | Mike McQuaid | |
| bin/brew: no environment filtering on test-bot. | |||
| 2017-11-17 | diagnostic: fix paths usage. | Mike McQuaid | |
| - Don't allow taking an argument. This doesn't work and never has as it caches the result regardless of the argument. - Don't rely on the PATH to check for external commands. | |||
| 2017-11-17 | bin/brew: no environment filtering on test-bot. | Mike McQuaid | |
| test-bot sets environment filtering itself. | |||
| 2017-11-16 | vendor-install: Observe HOMEBREW_STDERR | Shaun Jackman | |
| Suppress stderr unless HOMEBREW_STDERR is set. | |||
| 2017-11-16 | Merge pull request #3446 from simono/completions-zsh-brew-cask-update | Mike McQuaid | |
| completions/zsh: Update `brew cask` completions. | |||
| 2017-11-16 | Implement @reitermarkus's comments | L. E. Segovia | |
| - Split move into a move_back (and clarify when it is used) - Remove unused flags - Raise error if installed Caskfile not found - Error out if an upgrade fails - Remove some defensive programming checks | |||
| 2017-11-16 | completions/zsh: Update `brew cask` completions. | Simon Olofsson | |
| 2017-11-13 | Add tests for upgrade recovery | L. E. Segovia | |
| 2017-11-13 | Merge pull request #3443 from MikeMcQuaid/env-filtering-travis | Mike McQuaid | |
| environment filtering: pass through TRAVIS vars. | |||
| 2017-11-13 | environment filtering: pass through TRAVIS vars. | Mike McQuaid | |
| We use these internally so let's map them to `HOMEBREW_` variables. | |||
| 2017-11-11 | Implement @reitermarkus's upgrade flow | L. E. Segovia | |
| 2017-11-10 | Remove (soon to be) obsolete check | Martin Schimandl | |
| Fix small typo | |||
| 2017-11-10 | Add line break to string | Martin Schimandl | |
| 2017-11-10 | split string to stay below 80 characters per line | Martin Schimandl | |
| 2017-11-10 | Refactor code to reduce characters per line | Martin Schimandl | |
| 2017-11-10 | Reduce verbosity of artifacts hash | Martin Schimandl | |
| 2017-11-10 | Remove unused variables. Refactor code | Martin Schimandl | |
| 2017-11-10 | adapt internal_stanza command to work with SortedSet of Artifacts | Martin Schimandl | |
| 2017-11-10 | Fix handling of artifact set | Martin Schimandl | |
| 2017-11-10 | Remove obsolete code to fix tests. | Martin Schimandl | |
| 2017-11-10 | internal_stanza.rb: Remove obsolete code. Improve detection of missing stanzas | Martin Schimandl | |
| internal_stanza_spec.rb: change do ... end blocks to { } blocks | |||
| 2017-11-10 | Add another test to increase coverage. | Martin Schimandl | |
| 2017-11-10 | combine errors to a single if-statement. fix spec test | Martin Schimandl | |
| 2017-11-10 | Fix 'brew style' issues | Martin Schimandl | |
| 2017-11-10 | Change behaviour of 'cask _stanza' command. Add tests for 'cask _stanza' command | Martin Schimandl | |
| 2017-11-10 | Fix 'brew style' offenses | Martin Schimandl | |
| 2017-11-10 | improve 'brew cask _stanza' by checking for known stanzas | Martin Schimandl | |
| 2017-11-10 | Merge pull request #3416 from zmwangx/bump-formula-pr-fix-message1.3.7 | Mike McQuaid | |
| bump-formula-pr: --message: add newlines before and after hr | |||
