20377 Commits

Author SHA1 Message Date
Mike McQuaid
7fcae58af7
Merge pull request #6962 from Homebrew/dependabot/bundler/docs/rubyzip-2.1.0
build: bump rubyzip from 2.0.0 to 2.1.0 in /docs
2020-01-25 23:55:09 +00:00
dependabot-preview[bot]
3d6663a600
build: bump rubyzip from 2.0.0 to 2.1.0 in /docs
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](https://github.com/rubyzip/rubyzip/compare/v2.0.0...v2.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-25 19:49:00 +00:00
Thierry Moisan
111805b03e
Remove --with-python option from an example in the documentation 2020-01-25 10:31:49 -05:00
Thierry Moisan
1063a6560e
Remove option mention in Homebrew-and-Python documentation 2020-01-25 10:30:01 -05:00
Mike McQuaid
a20fd7895a
Merge pull request #6956 from Homebrew/dependabot/bundler/docs/github-pages-204
build: bump github-pages from 203 to 204 in /docs
2020-01-24 19:18:25 +00:00
dependabot-preview[bot]
8f5bd9dfda
build: bump github-pages from 203 to 204 in /docs
Bumps [github-pages](https://github.com/github/pages-gem) from 203 to 204.
- [Release notes](https://github.com/github/pages-gem/releases)
- [Commits](https://github.com/github/pages-gem/compare/v203...v204)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-24 18:10:53 +00:00
Mike McQuaid
23108f3c73
Merge pull request #6951 from Homebrew/dependabot/bundler/docs/html-proofer-3.15.1
build: bump html-proofer from 3.15.0 to 3.15.1 in /docs
2020-01-21 13:50:34 +00:00
dependabot-preview[bot]
fe9ce42949
build: bump html-proofer from 3.15.0 to 3.15.1 in /docs
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.15.0 to 3.15.1.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.15.0...v3.15.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 18:41:45 +00:00
Mike McQuaid
d014d5a982
Merge pull request #6948 from MikeMcQuaid/system_config_boring_git_remote
system_config: ignore HOMEBREW_*_GIT_REMOTE.
2.2.4
2020-01-20 11:54:15 +00:00
Issy Long
328e1f6983
Merge pull request #6946 from dawidd6/bump-and-delete-linux-sha
bump-formula-pr: delete linux sha256 line if required
2020-01-18 16:29:11 +00:00
Dawid Dziurla
359dc9674c
bump-formula-pr: delete linux sha256 line if required
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
2020-01-18 15:27:40 +01:00
Mike McQuaid
5f9c98176c
system_config: ignore HOMEBREW_*_GIT_REMOTE.
These aren't interesting enough to show in `brew config` as they
duplicate other data already displayed.
2020-01-18 14:25:38 +00:00
Mike McQuaid
dfe028a731
Merge pull request #6943 from Homebrew/dependabot/bundler/Library/Homebrew/unicode-display_width-1.6.1
build: bump unicode-display_width from 1.6.0 to 1.6.1 in /Library/Homebrew
2020-01-17 07:37:34 +00:00
Dawid Dziurla
519c46c5f4
formula_creator: update go build args 2020-01-16 22:13:07 +01:00
dependabot-preview[bot]
79ed303a30
build: bump unicode-display_width in /Library/Homebrew
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/janlelis/unicode-display_width/releases)
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md)
- [Commits](https://github.com/janlelis/unicode-display_width/compare/v1.6.0...v1.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-16 19:40:13 +00:00
Mike McQuaid
2f283b70eb
Merge pull request #6944 from Homebrew/dependabot/bundler/docs/unicode-display_width-1.6.1
build: bump unicode-display_width from 1.6.0 to 1.6.1 in /docs
2020-01-16 19:38:59 +00:00
Mike McQuaid
febc84af06
Merge pull request #6942 from MikeMcQuaid/cleanup-catalina-fixes
cleanup: fix portable ruby bundler removal.
2020-01-16 17:03:13 +00:00
dependabot-preview[bot]
3fe6f8389e
build: bump unicode-display_width from 1.6.0 to 1.6.1 in /docs
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/janlelis/unicode-display_width/releases)
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md)
- [Commits](https://github.com/janlelis/unicode-display_width/compare/v1.6.0...v1.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-16 16:11:51 +00:00
Mike McQuaid
f59c596e4b
cleanup: fix portable ruby bundler removal logic.
Need to ensure portable rubies are removed last and pass more paramaters to
git clean.
2020-01-16 16:06:22 +00:00
Roger Hu
d27c5fb2cb Catalina upgrades causes Homebrew to break when you run brew cleanup. Catalina has Ruby 2.6 installed, so the portable Ruby version is not needed.
If you have /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby (for older OS X versions), then the cleanup tool will nuke everything in usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby. You will need to brew update-reset to get back the old packages.
2020-01-15 23:56:28 -08:00
Jonathan Chang
fc0777b291
Merge pull request #6924 from jonchang/uses_from_macos_audit
audit: add uses_from_macos dependency ordering
2020-01-15 11:37:07 -08:00
Gautham Goli
de9295cc7a
Merge pull request #6939 from Homebrew/argv-cleanup-8
ARGV: Replaces usages of ARGV.force? with Homebrew.args.force?
2020-01-15 21:25:36 +05:30
Gautham Goli
161c3fb6a4 ARGV: Replaces usages of ARGV.force? with Homebrew.args.force? 2020-01-15 21:09:31 +05:30
Mike McQuaid
8398d0b2db
Merge pull request #6937 from MikeMcQuaid/bottle_sudo_non_interactive
dev-cmd/bottle: run `sudo --purge` non-interactively.
2.2.3
2020-01-15 11:14:40 +00:00
Mike McQuaid
ea1a3ea6e0
dev-cmd/bottle: run sudo --purge non-interactively.
This should avoid hanging if permissions are not granted.
2020-01-15 10:48:13 +00:00
Mike McQuaid
95e04cbf29
Merge pull request #6932 from Homebrew/dependabot/bundler/Library/Homebrew/parallel_tests-2.30.1
build: bump parallel_tests from 2.30.0 to 2.30.1 in /Library/Homebrew
2020-01-15 07:55:35 +00:00
Mike McQuaid
51d84f2abd
Merge pull request #6935 from Homebrew/dependabot/bundler/docs/ffi-1.12.1
build: bump ffi from 1.11.3 to 1.12.1 in /docs
2020-01-15 07:53:29 +00:00
Issy Long
50354852f4
Merge pull request #6936 from issyl0/fix-cmd-gist-logs-arg-parse-bug
cmd/gist-logs: Fix bug with parsing of command-line arguments
2020-01-14 22:44:34 +00:00
Issy Long
c65b3f3f13
cmd/gist-logs: Fix bug with parsing of command-line arguments
- A user reported the following error when running `brew gist-logs`,
reproducible with any formula:

```
$ brew gist-logs rustup-init
Error: undefined method `length' for nil:NilClass
Please report this bug:
  https://docs.brew.sh/Troubleshooting
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/cmd/gist-logs.rb:145:in `gist_logs'
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.rb:102:in
```

- From what I can tell, `gist_logs_args.parse` had ended up in the wrong
  method. The `gistify_logs` method already has `formula` (ie the
  formula name) passed into it. But it's the `gist_logs` method that needs
  to do the argument parsing. This was discovered by looking at some other
  recently changed ARGV => Homebrew.args code like cmd/info.
2020-01-14 22:13:19 +00:00
dependabot-preview[bot]
3b3d9b967f
build: bump ffi from 1.11.3 to 1.12.1 in /docs
Bumps [ffi](https://github.com/ffi/ffi) from 1.11.3 to 1.12.1.
- [Release notes](https://github.com/ffi/ffi/releases)
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ffi/ffi/compare/1.11.3...1.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-14 21:31:05 +00:00
dependabot-preview[bot]
27cdddd5c7
build: bump parallel_tests from 2.30.0 to 2.30.1 in /Library/Homebrew
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.30.0 to 2.30.1.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.30.0...v2.30.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-14 16:44:53 +00:00
Mike McQuaid
212de9e564
Merge pull request #6931 from MikeMcQuaid/bottle_sudo_purge
dev-cmd/bottle: add HOMEBREW_BOTTLE_SUDO_PURGE.
2020-01-14 15:27:48 +00:00
Mike McQuaid
36dac3d41f
dev-cmd/bottle: add HOMEBREW_BOTTLE_SUDO_PURGE.
Add environment variable to optionally run `sudo purge` a few times to
potentially work around #6539.
2020-01-14 15:09:13 +00:00
Mike McQuaid
d837734a89
Merge pull request #6917 from GauthamGoli/test-args-fix
Reuse `test_args` and `postinstall_args` methods
2020-01-13 15:14:36 +00:00
Mike McQuaid
4babdf2a0f
postinstall: use arguments from main command. 2020-01-13 14:57:15 +00:00
Mike McQuaid
a15ce054c8
test: revert renaming test_args method. 2020-01-13 14:56:59 +00:00
Gautham Goli
eadf17881d
Homebrew/test.rb: Reuse test_args method 2020-01-13 14:51:50 +00:00
Mike McQuaid
1640d96855
Merge pull request #6929 from MikeMcQuaid/improve_git_remote
Improve handling of *_GIT_REMOTE env vars
2020-01-13 13:50:35 +00:00
Mike McQuaid
547c0d78fd
Merge pull request #6926 from Homebrew/dependabot/bundler/Library/Homebrew/i18n-1.8.2
build: bump i18n from 1.8.1 to 1.8.2 in /Library/Homebrew
2020-01-13 09:44:42 +00:00
Mike McQuaid
2f39057243
Improve handling of *_GIT_REMOTE env vars
- Output a message whenever a non-default remote is set.
- Ensure that `CoreTap.instance.install` uses the right remote.
2020-01-13 09:43:02 +00:00
Mike McQuaid
a23ae87a11
brew vendor-gems: commit updates. 2020-01-13 09:22:58 +00:00
Mike McQuaid
5ec4b4fda8
Merge pull request #6928 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.14.0
build: bump minitest from 5.13.0 to 5.14.0 in /Library/Homebrew
2020-01-13 09:18:59 +00:00
Mike McQuaid
f9adfe26d6
Merge pull request #6927 from Homebrew/dependabot/bundler/docs/minitest-5.14.0
build: bump minitest from 5.13.0 to 5.14.0 in /docs
2020-01-13 09:18:38 +00:00
dependabot-preview[bot]
cdda40304a
build: bump minitest from 5.13.0 to 5.14.0 in /Library/Homebrew
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.13.0 to 5.14.0.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/seattlerb/minitest/compare/v5.13.0...v5.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 05:34:06 +00:00
dependabot-preview[bot]
6e8ca03901
build: bump minitest from 5.13.0 to 5.14.0 in /docs
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.13.0 to 5.14.0.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/seattlerb/minitest/compare/v5.13.0...v5.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 05:27:04 +00:00
dependabot-preview[bot]
cbd31fbc62
build: bump i18n from 1.8.1 to 1.8.2 in /Library/Homebrew
Bumps [i18n](https://github.com/svenfuchs/i18n) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/svenfuchs/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/svenfuchs/i18n/compare/v1.8.1...v1.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 01:30:20 +00:00
Jonathan Chang
abf2b83b35 audit: add uses_from_macos dependency ordering 2020-01-12 11:12:27 -08:00
Jonathan Chang
798e0a651d
Merge pull request #6916 from jonchang/new-audits
* check for build.with? in core
* unnecessary comments from external taps
* avoid build-time checks in core
2020-01-11 13:18:13 -05:00
Jonathan Chang
cf66c05d87 audit: avoid build-time checks in core
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
2020-01-11 09:48:54 -08:00
Jonathan Chang
9634041f82 audit: unnecessary comments from external taps
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
2020-01-11 09:44:20 -08:00