20710 Commits

Author SHA1 Message Date
Jonathan Chang
6d46a4eed7 cpu: add new Intel names 2020-02-11 12:14:14 +11:00
Dawid Dziurla
c80107c8a2
bottle: prioritize HOMEBREW_CELLAR over :any over :any_skip_relocation 2020-02-10 21:39:36 +01:00
dependabot-preview[bot]
c8c371be8f
build: bump nokogiri from 1.10.7 to 1.10.8 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.7...v1.10.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 19:51:05 +00:00
Mike McQuaid
5e17527c3a
Merge pull request #7015 from Homebrew/dependabot/bundler/Library/Homebrew/tins-1.24.1
build: bump tins from 1.24.0 to 1.24.1 in /Library/Homebrew
2020-02-10 19:35:47 +00:00
dependabot-preview[bot]
1e87cec4bf
build: bump tins from 1.24.0 to 1.24.1 in /Library/Homebrew
Bumps [tins](https://github.com/flori/tins) from 1.24.0 to 1.24.1.
- [Release notes](https://github.com/flori/tins/releases)
- [Commits](https://github.com/flori/tins/compare/v1.24.0...v1.24.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 13:58:56 +00:00
Mike McQuaid
b8c2e96ee6
Merge pull request #7010 from PPACI/patch-1
Update Taps.md
2020-02-07 14:04:37 +00:00
Pierre PACI
bab72445b9
Update Taps.md
brew tap user/repo example was misleading
2020-02-07 14:29:44 +01:00
Issy Long
423b0f0bb8
Merge pull request #7005 from jonchang/new-linux-docs
docs: update with new Linux workflow
2020-02-06 22:21:33 +01:00
Jonathan Chang
83c09d20c2
docs: update with new Linux workflow 2020-02-06 21:00:45 +00:00
Mike McQuaid
f144f63178
Merge pull request #6997 from sj26/reinstall-interactive
brew reinstall --interactive
2020-02-06 13:43:46 +00:00
Samuel Cochran
8cd0177656
brew man 2020-02-06 09:58:10 +11:00
Samuel Cochran
b922ebec2a
Add --interactive to brew upgrade 2020-02-06 09:57:49 +11:00
Samuel Cochran
b9a90e355b
brew man 2020-02-06 09:56:51 +11:00
Samuel Cochran
4c91ca06db
Add --interactive to brew reinstall
More often than I realised, I want to `brew reinstall
--build-from-source --interactive $FORMULA` to add some custom
configuration. It seems like a useful addition?
2020-02-06 09:56:51 +11:00
Mike McQuaid
2555e43a6d
Merge pull request #7004 from MikeMcQuaid/tap-args
tap: fix arguments.
2020-02-05 20:41:02 +00:00
Mike McQuaid
a915114ea7
tap: fix arguments.
- Use Ruby attribute arguments.
- Fix use of `full_clone` in `cmd/tap` to be on by default.
- Remove unnecessary argument in test.
2020-02-05 20:22:21 +00:00
Mike McQuaid
72303fb9bb
Merge pull request #7000 from GauthamGoli/argv-cleanup-10
ARGV: Deprecate ARGV.quieter?
2020-02-05 20:20:20 +00:00
Mike McQuaid
76132dbdae
Merge pull request #7003 from MikeMcQuaid/system_command_result_spec_fix
system_command_result_spec: fix frozen objects.
2020-02-05 19:48:43 +00:00
Mike McQuaid
8141e81c48
Merge pull request #6999 from jonchang/dockerfile-speedups
Dockerfile: changes to speed CI runs
2020-02-05 19:47:33 +00:00
Mike McQuaid
ecce70bc32
Rename --quieter args to --quiet. 2020-02-05 19:43:59 +00:00
Mike McQuaid
f2b8d4ec08
Dockerfile: use normal brew cleanup. 2020-02-05 19:31:59 +00:00
Mike McQuaid
9eedb1e2ca
system_command_result_spec: fix frozen objects. 2020-02-05 19:28:25 +00:00
Gautham Goli
1f9563f4bc ARGV: Deprecate ARGV.quieter? 2020-02-04 18:53:33 +02:00
Jonathan Chang
efc27df4bd Dockerfile: changes to speed CI runs 2020-02-04 17:10:13 +01:00
Mike McQuaid
87c35ac449
Merge pull request #6995 from issyl0/fix-brew-edit-with-graphical-editor
bin/brew: Fix `brew edit` behaviour when using a graphical editor
2020-02-04 15:10:55 +01:00
Mike McQuaid
6478dc809c
Merge pull request #6998 from issyl0/linux-bottles-are-built-on-github-actions-now
[Linux] docs: Update sponsors to say GitHub Actions not CircleCI
2020-02-04 15:03:17 +01:00
Issy Long
eec8028d4f
[Linux] docs: Update sponsors to say GitHub Actions not CircleCI
- We switched from Circle CI to Azure Pipelines, then to GitHub Actions.
- I can't find any directly linkable official GitHub logo assets on
  https://github.com/logos and I don't want to upload an image directly
  to this repo. So, remove the image. If that's acceptable.
2020-02-04 08:49:45 +00:00
Issy Long
e6ff4dda50
Fix graphical brew edit behaviour
- Without `DISPLAY` as an envvar in `bin/brew`, running `brew edit`
  with $EDITOR set to a graphical editor (eg `gedit`), it errored on
  Linux:

```
$ EDITOR=gedit brew edit vim

Editing
/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/vim.rb
Unable to init server: Could not connect: Connection refused

(org.gnome.gedit:15470): Gtk-WARNING **: 18:17:07.537: cannot open display:
Error: Failure while executing; `gedit
/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/vim.rb`
exited with 1.
```

Fixes #6958.
2020-02-03 20:24:42 +00:00
Issy Long
4f10b38328
Merge pull request #6994 from issyl0/linux-new-bottling-docs
[Linux] docs: We've got a new (automated) process for bottling!
2020-02-03 20:48:45 +01:00
Issy Long
6c85b50d2a
Update docs/Homebrew-linuxbrew-core-Maintainer-Guide.md 2020-02-03 18:08:25 +01:00
Issy Long
d489375984
[Linux] docs: We've got a new (automated) process for bottling! 2020-02-03 16:55:16 +00:00
Mike McQuaid
3e5200990b
Merge pull request #6993 from MikeMcQuaid/plc
README: update Homebrew PLC.
2020-02-03 17:43:23 +01:00
Mike McQuaid
a6b06c19cb
README: update Homebrew PLC.
I have stepped down and Sean has replaced me.
2020-02-03 16:39:03 +01:00
Mike McQuaid
4493f27db2
Merge pull request #6989 from Homebrew/revert-6988-revert-6965-external-help-cli-parser
help: print cli/parser help message if used
2.2.5
2020-02-02 17:51:02 +01:00
Mike McQuaid
a55454dfea
Merge pull request #6992 from igas/url-in-json
Add stable url, tag and revision to json output
2020-02-02 17:50:37 +01:00
Igor Kapkov
5ef9b8863a Move urls code and add devel urls 2020-02-02 17:11:29 +01:00
Mike McQuaid
8a9dcad2c7
Move more command handling logic to commands.rb. 2020-02-02 17:05:45 +01:00
Mike McQuaid
63f73c09e8
Merge pull request #6991 from MikeMcQuaid/tap_full_clone
tap: default to full clones.
2020-02-02 17:01:59 +01:00
Igor Kapkov
82fde4e1e5 Add stable url, tag and revision to json output 2020-02-02 16:59:49 +01:00
Mike McQuaid
eb87651341
Revert "Revert "help: print cli/parser help message if used"" 2020-02-02 16:36:59 +01:00
Mike McQuaid
243e703700
tap: default to full clones.
This makes `Tap` consistent with what the installer is doing.

Generally shallow clones get slower and slower (and more and more
pointless) the more they are fetched so don't make sense for our
use-case.

Keep the option around anyway because it's useful for integration tests.
2020-02-02 16:36:37 +01:00
Mike McQuaid
2d21fa0928
Merge pull request #6960 from Moisan/remove_option_mentions
docs: remove some option mentions
2020-02-02 16:32:36 +01:00
Mike McQuaid
bbe300ab2a
Merge pull request #6983 from GauthamGoli/argv-cleanup-9
ARGV: Replace ARGV.verbose? with Homebrew.args.verbose?
2020-02-02 15:41:47 +01:00
Gautham Goli
acde828a45 ARGV: Replace ARGV.verbose? with Homebrew.args.verbose? 2020-02-02 14:00:04 +01:00
Mike McQuaid
52a7c15cc8
Merge pull request #6988 from Homebrew/revert-6965-external-help-cli-parser
Revert "help: print cli/parser help message if used"
2020-02-02 09:39:41 +01:00
Mike McQuaid
2082379a61
Revert "help: print cli/parser help message if used" 2020-02-02 09:11:23 +01:00
Mike McQuaid
af700b7186
Merge pull request #6965 from dawidd6/external-help-cli-parser
help: print cli/parser help message if used
2020-02-01 23:40:56 +01:00
Mike McQuaid
3d6c02d931
Merge pull request #6986 from MikeMcQuaid/portable-ruby-fix
utils/ruby.sh: fix macOS portable Ruby detection.
2020-02-01 23:40:27 +01:00
Mike McQuaid
8471421c86
utils/ruby.sh: fix macOS portable Ruby detection.
Avoid unconditionally installing due to a variable name change.
2020-02-01 19:10:17 +01:00
Mike McQuaid
8aa7cd2a76
Merge pull request #6984 from Homebrew/dependabot/bundler/docs/ffi-1.12.2
build: bump ffi from 1.12.1 to 1.12.2 in /docs
2020-02-01 19:08:11 +01:00