18302 Commits

Author SHA1 Message Date
Shaun Jackman
4dc412e2c0
Merge pull request #5802 from sjackman/docs-arm64
docs/Linuxbrew: Best-effort support for ARM64 (AArch64)
2019-02-26 10:08:25 -08:00
Mike McQuaid
45243fe449
Revert "Fix Infinite Recursion in upgradable_dependents and broken_dependents" 2019-02-26 16:49:17 +00:00
Mike McQuaid
d1f755959a
Merge pull request #5805 from BenMusch/handle-conflicts
Fix bug in CLI arg/env var prioritization + corresponding tests
2019-02-26 07:55:19 +00:00
Mike McQuaid
716c979a5f
Merge pull request #5810 from okhowang/flock
use python flock firstly
2019-02-26 07:54:13 +00:00
Markus Reiter
7ce5d5c6e1
Merge pull request #5806 from Homebrew/dependabot/bundler/docs/parallel-1.14.0
Bump parallel from 1.13.0 to 1.14.0 in /docs
2019-02-26 07:19:22 +01:00
okhowang(王沛文)
d959a780d4 use python flock firstly 2019-02-26 14:19:12 +08:00
Markus Reiter
be70d0b62d
Merge pull request #5807 from Homebrew/dependabot/bundler/Library/Homebrew/parallel-1.14.0
Bump parallel from 1.13.0 to 1.14.0 in /Library/Homebrew
2019-02-26 07:18:58 +01:00
dependabot[bot]
c14d1286fc
Bump parallel from 1.13.0 to 1.14.0 in /Library/Homebrew
Bumps [parallel](https://github.com/grosser/parallel) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/grosser/parallel/releases)
- [Commits](https://github.com/grosser/parallel/compare/v1.13.0...v1.14.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-25 20:26:28 +00:00
dependabot[bot]
9517667694
Bump parallel from 1.13.0 to 1.14.0 in /docs
Bumps [parallel](https://github.com/grosser/parallel) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/grosser/parallel/releases)
- [Commits](https://github.com/grosser/parallel/compare/v1.13.0...v1.14.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-25 20:26:16 +00:00
Ben Muschol
4c6ca1c5d9 Fix stub orders, :env_var reference 2019-02-25 15:18:14 -05:00
Mike McQuaid
cd6a518a22
Merge pull request #5726 from Homebrew/linuxbrew-core
Use Homebrew/linuxbrew-core
2019-02-25 19:06:31 +00:00
Izaak "Zaak" Beekman
fa3b5d84e4
docs/Linuxbrew: Revise wording
Co-Authored-By: sjackman <sjackman@gmail.com>
2019-02-25 10:03:48 -08:00
Shaun Jackman
b3bbe001eb docs/Linuxbrew: Best-effort support for ARM64 (AArch64) 2019-02-25 09:40:39 -08:00
Mike McQuaid
fcfabfb3c6
dev-cmd/pull_spec: require Homebrew/homebrew-core for subtest. 2019-02-25 17:21:09 +00:00
Mike McQuaid
9b682da37b
Use Homebrew/linuxbrew-core
This would allow the Linuxbrew core tap to live in the Homebrew
organisation.
2019-02-25 14:21:13 +00:00
Mike McQuaid
59aac3347a
Merge pull request #5801 from sjackman/portable-ruby-arm64
vendor-install: Add portable-ruby for aarch64 (ARM64)
2019-02-25 08:58:57 +00:00
Shaun Jackman
8abc67a414 vendor-install: Add portable-ruby for aarch64 (ARM64) 2019-02-24 22:36:56 -08:00
Zach Auten
330ae8c6fa print_caveats and get_info return heredocs 2019-02-24 21:53:04 -05:00
Mike McQuaid
32d1c688ad
Merge pull request #5795 from Homebrew/dependabot/bundler/Library/Homebrew/json-2.2.0
Bump json from 2.1.0 to 2.2.0 in /Library/Homebrew
2019-02-24 15:22:17 +00:00
Mike McQuaid
d8fda47756
Merge pull request #5792 from Homebrew/dependabot/bundler/docs/safe_yaml-1.0.5
Bump safe_yaml from 1.0.4 to 1.0.5 in /docs
2019-02-24 15:22:03 +00:00
dependabot[bot]
5f146cb379
Bump json from 2.1.0 to 2.2.0 in /Library/Homebrew
Bumps [json](https://github.com/flori/json) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](https://github.com/flori/json/compare/v2.1.0...v2.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-23 12:54:16 +00:00
Mike McQuaid
6c55fe1c35
Merge pull request #5780 from MikeMcQuaid/tests-vendor-join-gemfile
Unify test/vendor Gemfiles and bundler configuration.
2019-02-23 12:49:57 +00:00
dependabot[bot]
1df06611d9
Bump safe_yaml from 1.0.4 to 1.0.5 in /docs
Bumps [safe_yaml](https://github.com/dtao/safe_yaml) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/dtao/safe_yaml/releases)
- [Changelog](https://github.com/dtao/safe_yaml/blob/master/CHANGES.md)
- [Commits](https://github.com/dtao/safe_yaml/compare/1.0.4...1.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-22 19:16:50 +00:00
Mike McQuaid
5e42f67783
Dockerfile: install zlib headers (for nokogiri gem). 2019-02-22 17:23:33 +00:00
Mike McQuaid
ba28853237
Merge pull request #5739 from MikeMcQuaid/governance
Add/link Homebrew Governance document.
2019-02-22 16:50:33 +00:00
Mike McQuaid
d33c225e47
utils/ruby: don't remove cleanup bundler.
We're sharing this directory now.
2019-02-22 15:59:14 +00:00
Mike McQuaid
2f056da40c
Merge pull request #5764 from jonchang/git-origins
diagnostic: refactor git origin checks and also check Cask origin
2019-02-22 15:56:50 +00:00
Mike McQuaid
0a6d1ef676
Merge pull request #5787 from davidjb/patch-2
Docs: fix formatting in Formula Cookbook
2019-02-22 09:15:21 +00:00
Mike McQuaid
696d299086
Merge pull request #5786 from maxim-belkin/inclusive-editorconfig
.editorconfig: extend rules to non-homebrew taps
2019-02-22 08:50:12 +00:00
Mike McQuaid
1325075820
Formula Cookbook: remove "see" 2019-02-22 08:49:55 +00:00
Shaun Jackman
9c01afd15a
Merge pull request #5788 from sjackman/aarch64
Fix Hardware::CPU.arm? for aarch64
2019-02-21 21:55:43 -08:00
Shaun Jackman
c20044b43f Fix Hardware::CPU.arm? for aarch64 2019-02-21 21:15:01 -08:00
Markus Reiter
3aa70e027c
Merge pull request #5785 from ntkme/patch-1
fish 2.x support for `brew shellenv`
2019-02-22 06:01:54 +01:00
Jonathan Chang
aff5759920 diagnostic: check cask git origin 2019-02-22 13:10:55 +11:00
Jonathan Chang
f274fa44d8 diagnostic: refactor git origin checks 2019-02-22 13:10:50 +11:00
Zach Auten
ed80b60834 Fixed installation info output and imports 2019-02-21 21:08:57 -05:00
Maxim Belkin
19f6915868 .editorconfig: extend rules to non-homebrew taps 2019-02-21 20:06:31 -06:00
なつき
193ead3c0c
fish 2.x support for brew shellenv 2019-02-21 17:54:29 -08:00
David Beitey
833aee53e0
Docs: fix formatting in Formula Cookbook 2019-02-22 00:45:27 +00:00
Mike McQuaid
d3c0d687cc
Merge pull request #5782 from sjackman/check_xdg_data_dirs
diagnostic: Fix check_xdg_data_dirs for Linux
2019-02-21 19:03:36 +00:00
Mike McQuaid
642f19df15
Merge pull request #5781 from Homebrew/shell-completion-redirection
Shell-Completion: fix redirection.
2019-02-21 19:03:21 +00:00
Shaun Jackman
eeed04fdad diagnostic: Fix check_xdg_data_dirs for Linux
Fix Error: undefined method prepend_variable_in_profile'
for Utils::Shell:Module Did you mean? prepend_path_in_profile
2019-02-21 10:06:33 -08:00
Mike McQuaid
1dd8b82c6b
cleanup: run bundle clean. 2019-02-21 16:34:20 +00:00
Mike McQuaid
3a2259c271
utils/gems: silence bundle check output. 2019-02-21 16:34:20 +00:00
Mike McQuaid
6b326f4465
Move all gems to vendor/bundle, remove vendor/bundle-standlone. 2019-02-21 16:34:20 +00:00
Mike McQuaid
921d4aad77
Unify test/vendor Gemfiles and bundler configuration. 2019-02-21 16:34:19 +00:00
Mike McQuaid
ea379a84a6
Shell-Completion: fix redirection.
Fixes the issue noted in https://github.com/Homebrew/brew/pull/5625.
2019-02-21 16:25:47 +00:00
Mike McQuaid
e1c12de1ba
Merge pull request #5776 from sjackman/tests-user
tests: Set environment variable USER if not set
2019-02-21 13:26:44 +00:00
Mike McQuaid
d878af6b52
Merge pull request #5768 from Homebrew/dependabot/bundler/Library/Homebrew/test/rubocop-0.65.0
Bump rubocop from 0.64.0 to 0.65.0 in /Library/Homebrew/test
2019-02-21 13:24:29 +00:00
Mike McQuaid
b3c33d6d51
brew.*: run Bundler immediately when needed.
This is needed to avoid gem conflicts when `global.rb` is loaded for some commands.
2019-02-21 12:56:22 +00:00