15308 Commits

Author SHA1 Message Date
Mike McQuaid
af9ddfe899
Merge pull request #4035 from MikeMcQuaid/ruby-warnings
Fix HOMEBREW_RUBY_WARNINGS="-w"
2018-04-08 22:51:25 +01:00
Mike McQuaid
7ef1aa6dd5
Merge pull request #4034 from MikeMcQuaid/faq-installation
docs: update FAQ and Installation.
2018-04-08 05:50:35 +01:00
Mike McQuaid
bcf4102510
Merge pull request #4028 from MikeMcQuaid/empty-env
Note environment variables need to have values.
2018-04-07 23:38:47 +01:00
Mike McQuaid
58c7d32183 docs: update FAQ and Installation.
Make some miscellaneous updates to stuff I noticed was wrong.
2018-04-07 21:07:24 +01:00
Mike McQuaid
9fca172d03 Fix HOMEBREW_RUBY_WARNINGS="-w"
Fix various circular requirements, method redefinitions, etc.
2018-04-07 20:28:56 +01:00
Vítor Galvão
427e39b421
Merge pull request #4029 from commitay/set_ownership
Add message to `set_ownership`
2018-04-07 13:01:08 +01:00
commitay
7f7eb7e6cd Add message to set_ownership 2018-04-07 21:39:51 +10:00
Mike McQuaid
d0261d6e15
Merge pull request #3938 from ryangreenberg/scp_download_strategy
brew: Add ScpDownloadStrategy
2018-04-07 10:21:57 +01:00
Mike McQuaid
845b29467f Note environment variables need to have values.
Address the confusion in #4015.
2018-04-07 10:10:24 +01:00
Mike McQuaid
7c22c4b345
Merge pull request #4011 from tschoonj/meson-template-fix
brew create: fix meson template
2018-04-07 09:54:48 +01:00
Ryan Greenberg
fe8939ddd0 brew: Add ScpDownloadStrategy 2018-04-05 18:57:34 -07:00
Mike McQuaid
94c0d833c3
Merge pull request #4020 from MikeMcQuaid/communication-guidelines
Maintainer-Guidelines: add communication section.
2018-04-05 11:35:46 +01:00
Mike McQuaid
a12b5395d7 Maintainer-Guidelines: add communication section.
Note the best ways for maintainers to communicate with each other.
2018-04-04 19:46:10 +01:00
Mike McQuaid
1376b9e41c diagnostic: remove missing check. 2018-04-02 19:31:36 +01:00
ilovezfs
7fd6210127
Merge pull request #4014 from ilovezfs/virtualenv-15.2.0
python_virtualenv_constants: update virtualenv to 15.2.0
1.5.14
2018-04-02 02:14:51 -07:00
ilovezfs
7eaaaf6fa2 python_virtualenv_constants: update virtualenv to 15.2.0 2018-04-02 01:58:17 -07:00
Mike McQuaid
d94244a950
Merge pull request #4010 from MikeMcQuaid/cleanup-config-doctor
Remove config/doctor checks we no longer need
2018-04-02 09:54:05 +01:00
Mike McQuaid
9b1bd5f45a system_config: don’t output std/superenv vars. 2018-04-02 09:40:39 +01:00
Mike McQuaid
7095738d1d Remove config/doctor checks we no longer need
A bunch of these were needed before superenv, environment filtering or
on now long-unsupported versions of macOS.
2018-04-02 09:40:39 +01:00
Tom Schoonjans
4cdee1b53d brew create: fix meson template 2018-04-01 11:24:50 +02:00
Mike McQuaid
46f583c4f7
Merge pull request #4009 from MikeMcQuaid/keg-bad-tap-opt-symlink
keg: delete bad tap opt non-symlink directories.
2018-04-01 09:43:55 +01:00
Mike McQuaid
5dfa0cf622 keg: delete bad tap opt non-symlink directories.
But don't delete them if they are a symlink to a directory i.e. a normal
opt link.

Handles the issue mentioned in
1651647a3d (r28360427)
2018-04-01 09:27:49 +01:00
Mike McQuaid
60d6b4d90d
Merge pull request #4006 from MikeMcQuaid/no-more-official-taps
Remove mentions to official taps
2018-03-31 13:59:25 +01:00
Mike McQuaid
49038a2cd9 Remove mentions to official taps
There are none remaining. We don’t want PHP to get the deprecated
messages until all formulae have been deleted so that will be in a
later PR.
2018-03-31 13:42:33 +01:00
Mike McQuaid
07997d41e8
Merge pull request #4004 from MikeMcQuaid/usability
Address some usability issues.
2018-03-30 16:30:07 +01:00
Mike McQuaid
33b5ac78ad cmd/switch: improve usability.
- Ensure that we output the available versions where relevant
- Use `<formula>` to be consistent with other commands’ help
- General code cleanup
2018-03-30 15:19:13 +01:00
Mike McQuaid
5b68bb84d2 cmd/upgrade: output the outdated version.
This makes it clearer what version is being updated to what version.
2018-03-30 15:00:45 +01:00
Mike McQuaid
ed8cae93ab cmd/install: mention brew reinstall
If people are trying to `brew install` an existing version it’s worth
pointing out to them how they can reinstall (as it’s pretty much the
only case where we’re not already suggesting another command).
2018-03-30 14:58:36 +01:00
Mike McQuaid
4c07685258 cmd/help: usability tweaks.
- Don’t mention `brew home` or `brew options` as their output is in
  `brew info` (and the `(…|…)` is weird.
- Use full length flags for `-v` and `-d` to make more obvious what
  they are doing
- Don’t use `Developers`; instead point out it’s how you contribute
- Mention `brew commands` for `COMMAND` output (like we do with
  `FORMULA` and `brew search`)
- Point towards `docs.brew.sh`
2018-03-30 14:57:38 +01:00
Markus Reiter
cc2d9d926e
Merge pull request #4002 from reitermarkus/tap-path-loader
Use `TapPathLoader` in more cases.
2018-03-29 22:19:53 +02:00
Markus Reiter
94f2098c36 Only use HOMEBREW_TAP_PATH_REGEX once inside Tap class. 2018-03-29 22:05:02 +02:00
Markus Reiter
db2cd52842 Use TapPathLoader in more cases. 2018-03-29 21:56:32 +02:00
Markus Reiter
40e7ac2632
Merge pull request #4001 from reitermarkus/rubocop-0.54
Update to RuboCop 0.54
2018-03-29 21:20:01 +02:00
Markus Reiter
8a29244965 Update to RuboCop 0.54 2018-03-29 21:07:04 +02:00
Mike McQuaid
cd30820def
Merge pull request #3999 from MikeMcQuaid/leaves-handle-missing-formulae
cmd/leaves: handle missing formulae.
2018-03-29 14:12:56 +01:00
Mike McQuaid
ce9c8c6808 cmd/leaves: handle missing formulae.
We can't get dependencies of unavailable formulae so don't try.

Fixes #3995.
2018-03-29 10:58:01 +01:00
Mike McQuaid
6654ff6e13
Merge pull request #3996 from GauthamGoli/common-switch
cli_parser: Add :quiet, :verbose, :debug common switches
2018-03-29 08:15:39 +01:00
Mike McQuaid
62e855c863
Merge pull request #3998 from kabel/rubocop-dependency-order-tags
audit: Fix dependency order with multiple tags
2018-03-29 08:15:04 +01:00
Mike McQuaid
ffc26a2dd5
Merge pull request #3994 from commitay/cask-audit-spec
cask audit_spec: rspec auto-corrects
2018-03-29 08:14:11 +01:00
Kevin Abel
1b22e16a08
rubocop: Fix audit for dependency order with multiple tags
Dependencies that have multiple tags (`[:build, :test]`) get sorted into
multiple locations resulting in the cop always reporting an offense
regardless of order.
2018-03-28 20:54:39 -05:00
Gautham Goli
8ef1fb30a0 Add :quiet, :verbose, :debug common switches to be specified 2018-03-29 03:20:14 +05:30
commitay
ca881b3d68 cask audit_spec: rspec auto-corrects 2018-03-28 22:06:01 +10:00
Mike McQuaid
0f4e22e28d
Merge pull request #3981 from MikeMcQuaid/rspec-cleanup
test: rubocop-rspec style auto-corrects.
1.5.13
2018-03-28 11:51:44 +01:00
Mike McQuaid
dda1dd54eb
Merge pull request #3982 from MikeMcQuaid/rubocop-rspec
style: add optional rubocop-rspec support.
2018-03-28 11:21:56 +01:00
Mike McQuaid
262666c828 cleanup_spec: add nicer prune matcher alias. 2018-03-28 11:20:57 +01:00
Mike McQuaid
d1b83819de
Merge pull request #3979 from MikeMcQuaid/runtime_dependencies_changes
Make runtime dependencies handling more consistent
2018-03-28 09:13:46 +01:00
commitay
c1cab8a24d
Merge pull request #3992 from commitay/cask-audit-latest-appcast
cask audit: check for :latest with appcast
2018-03-28 09:53:12 +10:00
Mike McQuaid
8975bf0d5b keg: use Formula#runtime_dependencies. 2018-03-27 14:52:48 +01:00
Mike McQuaid
74d6d39e45 deps: use Formula#runtime_dependencies. 2018-03-27 14:52:48 +01:00
Mike McQuaid
ff7294ee1f uses: use Formula#runtime_dependencies. 2018-03-27 14:52:47 +01:00