aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2017-11-20Merge pull request #3258 from Git-Jiro/improve_internal_stanza_command1.3.8Markus Reiter
improve 'brew cask _stanza' by checking for known stanzas
2017-11-20Merge pull request #3464 from ilovezfs/ENV-no-MACOSX_DEPLOYMENT_TARGETilovezfs
ENV: don't set MACOSX_DEPLOYMENT_TARGET
2017-11-19patch: Use patch found in the PATHShaun Jackman
2017-11-19Merge pull request #3411 from issyl0/whitelist_etc_and_fix_autocorrectMike McQuaid
formula_desc_cop: Whitelist "etc." and fix the full stop autocorrect
2017-11-18Custom commands can show helpDan Wendorf
We attempted to find the help message for commands before loading custom commands in the path.
2017-11-18ENV: don't set MACOSX_DEPLOYMENT_TARGETilovezfs
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-18bottle: use HOMEBREW_GIT_* vars.Mike McQuaid
This allows them to be passed through from `brew test-bot`.
2017-11-17Tweak SDK variables for new Xcode/CLT setup.Mike McQuaid
2017-11-17diagnostic: 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-17Merge pull request #3449 from MikeMcQuaid/diagostic-fix-pathsMike McQuaid
diagnostic: fix paths usage.
2017-11-17official_taps: migrate nginx.Mike McQuaid
2017-11-17diagnostic: 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-16vendor-install: Observe HOMEBREW_STDERRShaun Jackman
Suppress stderr unless HOMEBREW_STDERR is set.
2017-11-13environment filtering: pass through TRAVIS vars.Mike McQuaid
We use these internally so let's map them to `HOMEBREW_` variables.
2017-11-10Remove (soon to be) obsolete checkMartin Schimandl
Fix small typo
2017-11-10Add line break to stringMartin Schimandl
2017-11-10split string to stay below 80 characters per lineMartin Schimandl
2017-11-10Refactor code to reduce characters per lineMartin Schimandl
2017-11-10Reduce verbosity of artifacts hashMartin Schimandl
2017-11-10Remove unused variables. Refactor codeMartin Schimandl
2017-11-10adapt internal_stanza command to work with SortedSet of ArtifactsMartin Schimandl
2017-11-10Fix handling of artifact setMartin Schimandl
2017-11-10Remove obsolete code to fix tests.Martin Schimandl
2017-11-10internal_stanza.rb: Remove obsolete code. Improve detection of missing stanzasMartin Schimandl
internal_stanza_spec.rb: change do ... end blocks to { } blocks
2017-11-10Add another test to increase coverage.Martin Schimandl
2017-11-10combine errors to a single if-statement. fix spec testMartin Schimandl
2017-11-10Fix 'brew style' issuesMartin Schimandl
2017-11-10Change behaviour of 'cask _stanza' command. Add tests for 'cask _stanza' commandMartin Schimandl
2017-11-10Fix 'brew style' offensesMartin Schimandl
2017-11-10improve 'brew cask _stanza' by checking for known stanzasMartin Schimandl
2017-11-10Merge pull request #3416 from zmwangx/bump-formula-pr-fix-message1.3.7Mike McQuaid
bump-formula-pr: --message: add newlines before and after hr
2017-11-10Merge pull request #3377 from maxim-belkin/extend-pathnameMike McQuaid
pathname: new methods and improvements
2017-11-10Merge pull request #3432 from reitermarkus/delegate-classMarkus Reiter
Refactor `DependsOn` with `DelegateClass`.
2017-11-10Remove more uses of EOS.undent.Mike McQuaid
2017-11-10Merge pull request #3292 from claui/add-audit-test-casesMike McQuaid
Add tests for `FormulaAuditor#audit_deps`
2017-11-07pathname: improvements, cleanups, and new methodsMaxim Belkin
- atomic_write: close file before renaming to prevent error: 'Device or resource busy' - ensure_writable: preserve executable bit - new elf? and dynamic? methods
2017-11-07Merge pull request #3435 from MikeMcQuaid/auto-update-checkedMike McQuaid
Use HOMEBREW_AUTO_UPDATE_CHECKED variable.
2017-11-07Merge pull request #3427 from MikeMcQuaid/bump-formula-pr-env-filtering-githubMike McQuaid
bump-formula-pr: use GitHub vars under env filter.
2017-11-07Merge pull request #3430 from commitay/hash-orderMike McQuaid
brew list 'filtered_list': pass explicit sort to handle APFS
2017-11-07Use HOMEBREW_AUTO_UPDATE_CHECKED variable.Mike McQuaid
Rather than reusing `HOMEBREW_NO_AUTO_UPDATE` to indicate that we've already made a check. This allows `HOMEBREW_NO_AUTO_UPDATE` to be displayed properly by `brew config`.
2017-11-07bump-formula-pr: use HOMEBREW_BROWSER.Mike McQuaid
2017-11-07Clear/mask passwords as well as tokens.Mike McQuaid
2017-11-07bump-formula-pr: use GitHub vars under env filter.Mike McQuaid
Ensure that the various variables are passed through and reset correctly. If we end up doing this in a bunch of places we may add some helpers to simplify this.
2017-11-07os/mac/diagnostic: fix XQuartz message.Mike McQuaid
Fixes #3434.
2017-11-06Merge pull request #3409 from DomT4/xcodeilovezfs
Xcode 9.1 Updates.
2017-11-07brew list --pinned: pass explicit sort to handle APFScommitay
2017-11-06Refactor `DependsOn` with `DelegateClass`.Markus Reiter
2017-11-06brew list --versions: pass explicit sort to handle APFScommitay
2017-11-05xcode: check Xcode installed before using version.Mike McQuaid
This avoids infinite recursion described in: https://github.com/Homebrew/brew/pull/3422#issuecomment-342001451
2017-11-05Merge pull request #3422 from MikeMcQuaid/null-versionsMike McQuaid
mac/xcode: compare with existing Version class.