aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2018-02-15test/utils/svn: Requires svn to succeedShaun Jackman
2018-02-15Unifying Linux/Mac logic that sets HOMEBREW_CURLMaxim Belkin
2018-02-15Don't set HOMEBREW_MACOS_VERSION on non-mac systemsMaxim Belkin
2018-02-15brew.sh: changes from Linuxbrew (Linux fork)Maxim Belkin
These fixes do two things: - set HOMEBREW_MACOS_VERSION to 0 on non-HOMEBREW_MACOS machines - set HOMEBREW_CURL to Homebrew'd curl
2018-02-15Merge pull request #3801 from reitermarkus/ignore-metadata-deprecationsMarkus Reiter
Make sure `.metadata` shows up in Cask backtrace.
2018-02-14formula_installer: also run audit_installed for keg_only formulaeilovezfs
2018-02-14backing upcommitay
2018-02-14cask move_back: copy / deletecommitay
2018-02-13Merge pull request #3803 from reitermarkus/cask-installerMarkus Reiter
Add Homebrew’s `bin` to PATH for Cask installers.
2018-02-13Merge pull request #3802 from reitermarkus/cask-auto-updateMarkus Reiter
Auto-update on `brew cask install/upgrade`.
2018-02-13Add Homebrew’s `bin` to PATH for Cask installers.Markus Reiter
2018-02-13Merge pull request #3774 from sbol-coolblue/fix-formula-formulaeMarkus Reiter
Grammar: "formula are" -> "formulae are"
2018-02-13Auto-update on `brew cask install/upgrade`.Markus Reiter
2018-02-13Make sure `.metadata` shows up in Cask backtrace.Markus Reiter
2018-02-13Merge pull request #3800 from commitay/cask-doctorMike McQuaid
cask doctor: check_cached_downloads
2018-02-13Merge pull request #3799 from ilovezfs/diagnostic-remove-cache-size-checkMike McQuaid
diagnostic: remove cache size check
2018-02-13cask doctor: check_cached_downloadscommitay
2018-02-13Merge pull request #3795 from MikeMcQuaid/rspec-retryMike McQuaid
Use rspec-retry in brew tests
2018-02-13diagnostic: remove cache size checkilovezfs
2018-02-13Use rspec-retry in flaky brew tests.Mike McQuaid
We have a few tests that are intermittently flaky. Let's try this to see if we can get them a bit more reliable.
2018-02-13Merge pull request #3657 from kabel/php-cache-extMike McQuaid
Fix cached download file extension for certain URLs
2018-02-12Merge pull request #3090 from jcs/no_colorMike McQuaid
Tty: if NO_COLOR env var is present, disable color
2018-02-12Make ext use bounded iteratorKevin Abel
2018-02-12Tty: if HOMEBREW_NO_COLOR env var is present, disable colorjoshua stein
bin/brew will recognize NO_COLOR variable and copy it to HOMEBREW_NO_COLOR
2018-02-12brew, diagnostic: tweak CI variable checks.Mike McQuaid
I've adjusted test-bot in: https://github.com/Homebrew/homebrew-test-bot/commit/603918939a58a8d6351177fe35f0193b79549dfa to set CI=1 for Jenkins to make future JENKINS_HOME checks unnecessary. The only `TRAVIS_*` variable we care about is `TRAVIS_SUDO` so whitelist that specifically rather than passing through loads of others.
2018-02-12diagnostic: guard cache check on Jenkins tooDominyk Tiller
2018-02-12Merge pull request #3631 from amyspark/doctorMike McQuaid
Let cask doctor exit with 1
2018-02-12Merge pull request #3783 from DomT4/cache_sizeMike McQuaid
diagnostic: implement cache size check
2018-02-12Merge pull request #3782 from apjanke/version-option-for-write_jar_scriptMike McQuaid
write_jar_script: add java version option
2018-02-11write_jar_script: add java version optionAndrew Janke
2018-02-11diagnostic: implement cache size checkDominyk Tiller
2018-02-11Merge pull request #3785 from apjanke/linkage-indirect-depsMike McQuaid
linkage_checker: Distinguish indirect deps from undeclared deps
2018-02-10Merge pull request #3781 from MikeMcQuaid/gem-path-home1.5.4Mike McQuaid
utils: only look for gems in GEM_HOME.
2018-02-10linkage_checker: Distinguish indirect deps from undeclared depsAndrew Janke
2018-02-09utils: only look for gems in GEM_HOME.Mike McQuaid
This avoids issues where a gem is installed but cannot be found. Fixes #3355. Fixes #3760.
2018-02-09Merge pull request #3780 from MikeMcQuaid/xcode_req_versionMike McQuaid
xcode_requirement: handle nil @version.
2018-02-09xcode_requirement: handle nil @version.Mike McQuaid
When the Xcode requirement doesn't specify a version then we need to guard this check.
2018-02-09Format identifiers in oh1Chayoung You
2018-02-07Merge branch 'audit-deny-binary-looking-urls'William Woodruff
2018-02-07Grammar: "formula are" -> "formulae are"Sander Bol
Fix plural form of formula in `brew doctor` output.
2018-02-06audit: Warn on new formulae containing binary URLsWilliam Woodruff
2018-02-05Make pinning more robustMike McQuaid
Don’t autoremove pins on uninstall or upgrade and note this in the manpage.
2018-02-05Merge pull request #3765 from MikeMcQuaid/metadata-odeprecatedMike McQuaid
utils: no .metadata deprecations.
2018-02-05Merge pull request #3757 from EricFromCanada/masterMike McQuaid
docs: add more option descriptions
2018-02-05utils: no .metadata deprecations.Mike McQuaid
Otherwise running on old casks can produce deprecations. Fixes #3738.
2018-02-04audit: Remove FILEUTILS_METHODS constantWilliam Woodruff
This constant hasn't been used since there was an `audit_line` method, and as such is vestigial.
2018-02-02Add root dirname as a escape value tooKevin Abel
2018-02-02Merge pull request #3751 from xiehuc/masterMike McQuaid
add ALL_PROXY for brew
2018-02-01docs: fix double backticks appearing in HTML manpageEricFromCanada
2018-02-01docs: add more missing option descriptionsEricFromCanada
and improve wording or formatting where necessary.