20377 Commits

Author SHA1 Message Date
Andy Lester
953a1bf20b Add quotes around the brew invocation 2019-10-11 08:51:43 -05:00
ytqh
24ef7fa5c8 remove xattr unsupported option in macOS 10.15 2019-10-11 21:18:53 +08:00
Mike McQuaid
70f232ada5
Merge pull request #6537 from tomjonandy/docs/cask-tap
Docs: Add cask instructions to tap docs
2019-10-11 09:30:45 +01:00
Mike McQuaid
9e56a8625d
Merge pull request #6531 from jpninanjohn/master
Show correct message when invalid arguments are passed to brew
2019-10-11 09:30:12 +01:00
Mike McQuaid
0d068341fc
Merge pull request #6467 from EricFromCanada/uses_from_macos-json
Expose `uses_from_macos` list in formula API
2019-10-11 09:28:01 +01:00
Mike McQuaid
dc9fe597f2
Merge pull request #6580 from middagj/feature/fix-frozen-string
Fix frozen string bug
2019-10-11 09:24:25 +01:00
Mike McQuaid
0e3ab6e6f2
exceptions: tweak build flags error message. 2019-10-11 09:02:41 +01:00
Jacob Middag
c6cb20a768
Fix frozen string bug 2019-10-11 09:34:43 +02:00
Mike McQuaid
a1a0569f75
Merge pull request #6578 from dawidd6/audit-uses-from-macos
audit: replace depends_on with uses_from_macos
2019-10-10 19:20:17 +01:00
Dawid Dziurla
86feb5a9de
audit: replace depends_on with uses_from_macos 2019-10-10 17:59:32 +02:00
Mike McQuaid
85e4013989
Merge pull request #6556 from Homebrew/ruby-2.6
Ruby 2.6
2019-10-10 16:37:36 +01:00
Mike McQuaid
209d12b89f
vendor-install: remove ARM bottles until built. 2019-10-10 16:17:06 +01:00
Mike McQuaid
2d51b8189b
test: disable some tests on Linux portable ruby. 2019-10-10 16:17:06 +01:00
Mike McQuaid
e3ee64a5fd
Ruby 2.6.3 brew tests fixes 2019-10-10 16:17:06 +01:00
Mike McQuaid
a36f00ae8b
Ruby 2.6 (and remove backports) gems 2019-10-10 16:17:05 +01:00
Mike McQuaid
e9aba2efb6
Require and provide portable Ruby 2.6.3. 2019-10-10 15:53:16 +01:00
Mike McQuaid
e3cf9592d1
Merge pull request #6577 from Homebrew/revert-6569-portable-ruby
Revert "Do not run patchelf on portable-ruby [Linux]"
2019-10-10 15:53:09 +01:00
Mike McQuaid
a7bfb80786
Revert "Do not run patchelf on portable-ruby [Linux]" 2019-10-10 15:16:30 +01:00
Mike McQuaid
33f38553a6
Merge pull request #6575 from MikeMcQuaid/brew-tap-docs
How-to-Create-and-Maintain-a-Tap: note `brew tap-new`.
2019-10-10 11:52:40 +01:00
Mike McQuaid
75d3bff267
Merge pull request #6574 from XD-DENG/patch-1
Fix minor typo in How-to-Create-and-Maintain-a-Tap
2019-10-10 11:52:28 +01:00
Mike McQuaid
212c197886
How-to-Create-and-Maintain-a-Tap: note brew tap-new.
A bit of a glaring omission I noticed.
2019-10-10 11:22:41 +01:00
Mike McQuaid
fb87225479
Merge pull request #6573 from MikeMcQuaid/svn-catalina-fix
subversion_spec: fix svnadmin calls on Linux.
2019-10-10 11:19:21 +01:00
Xiaodong
157a9191e3
Fix minor typo in How-to-Create-and-Maintain-a-Tap 2019-10-10 18:17:06 +08:00
Mike McQuaid
69c1b4fcf9
subversion_spec: fix svnadmin calls on Linux.
Ensure that we only use `xcrun` on Catalina or newer.
2019-10-10 10:45:22 +01:00
Mike McQuaid
89c38345d7
Merge pull request #6572 from Homebrew/dependabot/bundler/Library/Homebrew/mime-types-data-3.2019.1009
build: bump mime-types-data from 3.2019.0904 to 3.2019.1009 in /Library/Homebrew
2019-10-10 08:31:22 +01:00
dependabot-preview[bot]
7d3b619b84
build: bump mime-types-data in /Library/Homebrew
Bumps [mime-types-data](https://github.com/mime-types/mime-types-data) from 3.2019.0904 to 3.2019.1009.
- [Release notes](https://github.com/mime-types/mime-types-data/releases)
- [Changelog](https://github.com/mime-types/mime-types-data/blob/master/History.md)
- [Commits](https://github.com/mime-types/mime-types-data/compare/v3.2019.0904...v3.2019.1009)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-10 00:36:30 +00:00
Mike McQuaid
241786ed56
Merge pull request #6571 from Homebrew/docker-homebrew
.github/workflows/tests: use homebrew/brew docker image.
2019-10-09 21:48:50 +01:00
Mike McQuaid
9a5f54c0c3
.github/workflows/tests: use homebrew/brew docker image.
This has replaced the linuxbrew/brew one.
2019-10-09 21:12:11 +01:00
Mike McQuaid
1f924db7f3
Merge pull request #6568 from simono/fix-diagnostic-keepfile
Fix diagnostic when only keep_file is in sbin.
2019-10-09 20:24:30 +01:00
Simon Olofsson
d372031fdc
Fix diagnostic when only keep_file is in sbin.
Brew creates the keep_file itself and then complains about files in sbin.
2019-10-09 19:33:11 +01:00
Mike McQuaid
108080908f
Merge pull request #6569 from sjackman/portable-ruby
Do not run patchelf on portable-ruby [Linux]
2019-10-09 19:26:25 +01:00
Shaun Jackman
1c6046c7e3 Do not run patchelf on portable-ruby [Linux]
Running patchelf on portable-ruby causes brew tests to segfault.

See https://github.com/Homebrew/brew/pull/6556
2019-10-09 09:21:04 -07:00
Markus Reiter
77412ad14e
Merge pull request #6514 from amyspark/workaround-trash
Cask: refuse to trash root-owned files
2019-10-09 14:01:24 +02:00
Markus Reiter
3f6ee8ba6b
Merge pull request #6566 from reitermarkus/realpath
Fix `#system_dir_symlink?` not working when target doesn't exist.
2019-10-09 13:57:20 +02:00
Markus Reiter
9a1e3fbab4 Fix #system_dir_symlink? not working when target doesn't exist. 2019-10-09 11:15:48 +02:00
Mike McQuaid
a05e4c1c0b
Merge pull request #6562 from Homebrew/dependabot/bundler/docs/github-pages-201
build: bump github-pages from 200 to 201 in /docs
2019-10-09 08:21:02 +01:00
dependabot-preview[bot]
2345b25c9c
build: bump github-pages from 200 to 201 in /docs
Bumps [github-pages](https://github.com/github/pages-gem) from 200 to 201.
- [Release notes](https://github.com/github/pages-gem/releases)
- [Commits](https://github.com/github/pages-gem/compare/v200...v201)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-09 03:46:37 +00:00
Mike McQuaid
aa043c1d67
Merge pull request #6558 from MikeMcQuaid/ruby-2.6-fixes
Ruby 2.6.3 fixes
2.1.13
2019-10-08 19:35:41 +01:00
Mike McQuaid
d911fd6770
Merge pull request #6559 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-3.9.0
build: bump rspec from 3.8.0 to 3.9.0 in /Library/Homebrew
2019-10-08 17:47:06 +01:00
Mike McQuaid
8a8fc68264
Ruby 2.6.3 brew tests fixes 2019-10-08 17:39:31 +01:00
dependabot-preview[bot]
85f9c65301
build: bump rspec from 3.8.0 to 3.9.0 in /Library/Homebrew
Bumps [rspec](https://github.com/rspec/rspec) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/rspec/rspec/releases)
- [Commits](https://github.com/rspec/rspec/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-08 16:25:24 +00:00
Mike McQuaid
cf34e1bec8
os/mac/diagnostic: allow Ruby 2.6.3 on Catalina. 2019-10-08 17:17:28 +01:00
Mike McQuaid
7ed95ab48e
man: die if blank output received. 2019-10-08 16:37:45 +01:00
Mike McQuaid
59e3cc7990
Merge pull request #6540 from davidosomething/support-zdotdir
Fix #6533 - Add support for zsh ZDOTDIR
2019-10-08 12:38:27 +01:00
Mike McQuaid
36bc11b01a
utils/shell: match preferred shell by symbol. 2019-10-08 12:10:31 +01:00
Mike McQuaid
d063a088f1
Merge pull request #6553 from tschoonj/gcab-1.3
audit: add gcab 1.3 to whitelist
2019-10-08 10:26:16 +01:00
Tom Schoonjans
9fc495125d audit: add gcab 1.3 to whitelist 2019-10-08 10:00:28 +01:00
Mike McQuaid
29ab0ed571
Merge pull request #6500 from fxcoudert/catalina
os/mac: support Catalina, drop Sierra
2019-10-08 09:50:47 +01:00
Mike McQuaid
972b0aa17f
os/mac/xcode: bump Catalina Xcode versions. 2019-10-08 09:31:07 +01:00
Mike McQuaid
bb2c835025
Installation: recommend High Sierra and newer. 2019-10-08 09:30:53 +01:00