aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2017-09-29Merge pull request #3234 from reitermarkus/localeVítor Galvão
Support UN M.49 region codes.
2017-09-29Merge pull request #3236 from MikeMcQuaid/audit-official-taps-shadowMike McQuaid
audit: don't care about shadowing official taps.
2017-09-29audit: don't care about shadowing official taps.Mike McQuaid
We're trying to import all of these formulae anyway.
2017-09-29Merge pull request #3176 from sjackman/bottle-formulaMike McQuaid
BottleLoader: Use the formula stored in the bottle
2017-09-29Merge pull request #3230 from maxim-belkin/stop-earlyMike McQuaid
install.rb: stop early when there are no formulae to be installed
2017-09-29Merge pull request #3195 from reitermarkus/fix-language_evalMarkus Reiter
Fail if no default language is specified.
2017-09-29Merge pull request #3221 from yzguy/asmith/cask-language-manpageMarkus Reiter
add --language to brew-cask manpage
2017-09-29Fail if no default language is specified.Markus Reiter
2017-09-29Support UN M.49 region codes.Markus Reiter
2017-09-28add --language to brew-cask manpageAdam Smith
2017-09-28FormulaInstaller: Warn when tap version is newerShaun Jackman
Warn if a more recent version of this formula is available in the tap.
2017-09-28Fix installing a local bottle from sourceShaun Jackman
Factor Utils::Bottles.formula_contents out of BottleLoader.
2017-09-28BottleLoader: Use the formula stored in the bottleShaun Jackman
2017-09-28testball_bottle-0.1: Add the formula to the bottleShaun Jackman
Update the SHA-256.
2017-09-28pour_bottle?: Fix when formula.bottle is nilShaun Jackman
formula.bottle is nil when bottle.compatible_cellar? is false. Use formula.bottle_specification.compatible_cellar? rather than formula.bottle.compatible_cellar?.
2017-09-28install.rb: stop early if there are no formulae to be installedMaxim Belkin
2017-09-28Fix regex styleMike McQuaid
2017-09-27Merge branch 'master' into check-for-master-no-refactorBen Muschol
2017-09-27Implement changesBen Muschol
2017-09-27receipt_path: Ensure the bottle contains INSTALL_RECEIPT.jsonShaun Jackman
2017-09-27Cask dsl caveats: bump java version to 9commitay
2017-09-27Revert "Added tests for os/mac/keg"ilovezfs
2017-09-27Revert "mach: Avoid reopening the file for relocation"ilovezfs
2017-09-27Revert "keg_relocate: use correct number of arguments in call to ↵ilovezfs
change_install_name"
2017-09-26Merge pull request #3079 from mansimarkaur/os_kegWilliam Woodruff
Added tests for os/mac/keg
2017-09-26keg_relocate: fix call to change_install_nameSteven Peters
During the changes to macho file relocation refactoring in #3101, #3138, and #3139, the number of arguments to the mach::change_install_name function changed from 3 to 2, but there was still an instance of the function being called with the wrong number of arguments.
2017-09-26test: Tests for os/mac/kegmansimarkaur
2017-09-25bump-formula-pr: fix duplicates checkilovezfs
`return unless pull_requests && !pull_requests.empty?` and `return unless pull_requests&.empty?` are not equivalent.
2017-09-25Merge pull request #3139 from woodruffw/macho-use-objectWilliam Woodruff
mach: Avoid reopening the file for relocation
2017-09-25mach: Avoid reopening the file for relocationWilliam Woodruff
This commit allows the relocation code to perform install name and dylib ID changes without reopening the file separately.
2017-09-25Merge pull request #3183 from MikeMcQuaid/rubocop-upgradeMike McQuaid
Rubocop: 0.50.0 and Ruby 2.3
2017-09-25Merge pull request #3211 from MikeMcQuaid/portable-ruby-coverage1.3.4Mike McQuaid
portable-ruby: use rebuild with coverage support.
2017-09-25portable-ruby: use rebuild with coverage support.Mike McQuaid
This will allow `simplecov` to generate coverage by rebuilding portable Ruby with coverage support.
2017-09-25os/mac/version: allow leopard_64_or_later bottles.Mike McQuaid
2017-09-25portable-ruby: fix installation on Leopard.Mike McQuaid
Download it insecurely there and require `rubygems` for `Gem::Version`.
2017-09-25vendor-install: output only to stderr.Mike McQuaid
This avoids causing errors in scripts that call e.g. `brew --prefix`.
2017-09-24Rubocop: manual rule fixes.Mike McQuaid
2017-09-24Rubocop: automatic rule fixes.Mike McQuaid
2017-09-24Rubocop 0.50 and target 2.3.Mike McQuaid
2017-09-24Merge pull request #3206 from MikeMcQuaid/utils-git-cache-lessMike McQuaid
utils/git: cache less aggressively.
2017-09-24utils/git: cache less aggressively.Mike McQuaid
This should avoid weird test ordering failures with specs on Linux (but there's no real reason this can't occur on macOS too).
2017-09-24audit: also skip homebrew/science duplicates found by search_tapsilovezfs
Follow-up to #3202.
2017-09-23audit: don't check for homebrew/science duplicatesilovezfs
It's just noise to turn the migration PRs red over expected duplicates.
2017-09-23Merge pull request #3201 from MikeMcQuaid/git-coretap-testsMike McQuaid
utils/git: don't fail when CoreTap is untapped.
2017-09-23utils/git: don't fail when CoreTap is untapped.Mike McQuaid
This produces test failures on Linux where we intentionally avoid having it tapped.
2017-09-23Merge pull request #3200 from MikeMcQuaid/audit-el-capitan-vendor-rubyMike McQuaid
audit: hack around El Capitan audit failure.
2017-09-23audit: hack around El Capitan audit failure.Mike McQuaid
2017-09-23Merge pull request #3174 from sjackman/popen-optionsMike McQuaid
popen: Do not suppress stderr when HOMEBREW_STDERR
2017-09-23Merge pull request #3189 from MikeMcQuaid/portable-ruby-messagingMike McQuaid
portable-ruby: improve installation messaging.
2017-09-23Merge pull request #3190 from MikeMcQuaid/curl_https_fixMike McQuaid
development_tools: fix curl https handling.