Mike McQuaid
7eb7ecfd43
Merge pull request #5607 from sjackman/check_coretap_git_origin
...
Fix check_coretap_git_origin
2019-01-26 08:38:06 +00:00
Chongyu Zhu
80d8d441a2
python_virtualenv_constants: upgrade virtualenv to 16.3.0
2019-01-26 14:26:35 +08:00
Shaun Jackman
d13a287954
Fix check_coretap_git_origin
...
check_coretap_git_origin was not working as intended.
Permit Linuxbrew/homebrew-core as a valid origin.
Factor out check_coretap_git_branch.
2019-01-25 14:01:10 -08:00
Mike McQuaid
ce9856efca
os/mac/diagnostic: detect Bitdefender.
...
This has caused us multiple hard-to-diagnose issues so let's complain
about it in `brew doctor`.
2019-01-25 20:16:35 +00:00
Mike McQuaid
6f184ea0dd
formula_installer: skip linking formulae with already installed casks.
...
If you have the `emacs` or `docker` formulae and casks both
installed the formula will fail to link. Skip trying to link the formula
if the cask is already installed.
Fixes https://github.com/Homebrew/homebrew-core/issues/36310 .
2019-01-25 20:10:02 +00:00
Mike McQuaid
2cc50864cc
Merge pull request #5606 from treese/fix-set-min-version
...
Fix regexp to allow multiple digits in Mac OS minor version.
2019-01-25 15:18:29 +00:00
Christian Bernard
cadb193e3b
Update to convert pairs to hash k=>v during to_a in Cask::DSL::ConflictsWith#to_a
2019-01-25 08:05:13 -07:00
Mike McQuaid
05aca489ed
Merge pull request #5605 from MikeMcQuaid/azure-pipelines-early-exit
...
azuze-pipelines-yml: early exit on errors.
2019-01-25 14:06:27 +00:00
Win Treese
04cb8f2a78
Fix regexp to allow multiple digits in Mac OS minor version.
...
The regular expression check for the -mmacosx-version-min value only
looked at a single digit in the minor version number, so it did not
compare correctly if the option was setting the minimum version
to (say) 10.11.
2019-01-24 16:30:00 -05:00
Mike McQuaid
382e0ed7b4
azure-pipelines-yml: early exit on errors.
...
We don't want to silently ignore failing commands.
Also, while we're editing the `tap-new` generated `azure-pipelines.yml`
also add the changes missed here from #5600 .
2019-01-24 20:45:00 +00:00
Mike McQuaid
40bfc39912
Merge pull request #5601 from vitorgalvao/cask-cleanup-man
...
Removed cleanup from cask manpage
2019-01-24 12:45:04 +00:00
Mike McQuaid
c1d5a601c7
Merge pull request #5595 from vitorgalvao/CaskSha256MismatchError-link-to-fix
...
CaskSha256MismatchError: link to fix
2019-01-24 12:44:48 +00:00
Mike McQuaid
2dce15e9e2
Merge pull request #5590 from GauthamGoli/search-args-docs
...
search: Add descriptions to option declarations
2019-01-24 12:44:37 +00:00
Mike McQuaid
51f3dd315b
Merge pull request #5589 from GauthamGoli/gist-logs-args
...
gits-logs: Use CLI::Parser to parse args
2019-01-24 12:44:28 +00:00
Mike McQuaid
b4d02d0e2b
Merge pull request #5587 from GauthamGoli/deps-args
...
deps: Use CLI::Parser to parse args
2019-01-24 12:44:14 +00:00
Mike McQuaid
6a912c3691
Merge pull request #5600 from MikeMcQuaid/azure-pipelines-update
...
Update Azure Pipelines
1.9.3
2019-01-24 09:24:36 +00:00
Vítor Galvão
44e998a59b
Removed cleanup from cask manpage
2019-01-24 00:37:56 +00:00
Mike McQuaid
eed1444d61
Update deprecations and cleanup
...
- Move `odeprecated` to `odisabled`
- Remove `odisabled`
- Enable automatic cleanup on install/reinstall/upgrade.
2019-01-23 21:57:40 +00:00
Mike McQuaid
0015803ddd
Update Azure Pipelines
...
Use latest macOS/Xcode settings.
2019-01-23 21:35:27 +00:00
Christian Bernard
57fd624d25
Fix style issues based on brew style guide
2019-01-23 12:21:15 -07:00
Mike McQuaid
b221a46af2
Merge pull request #5593 from MikeMcQuaid/missing-env-var-exception
...
brew.rb: duplicate MissingEnvironmentVariables exception.
2019-01-23 19:10:54 +00:00
Vítor Galvão
ffe4c6bcef
CaskSha256MismatchError: link to fix
2019-01-23 18:57:19 +00:00
Christian Bernard
e722a906f4
Added missing method to_a to Cask::DSL:ConflictsWith class.
2019-01-23 11:45:19 -07:00
Mike McQuaid
6b714cc9c2
Merge pull request #5594 from MikeMcQuaid/style-handle-files
...
style: better handle file arguments.
2019-01-23 16:36:03 +00:00
Mike McQuaid
02a70496b6
style: better handle file arguments.
...
Fixes #5588 .
2019-01-23 15:46:03 +00:00
Mike McQuaid
57d7d4c9dd
brew.rb: duplicate MissingEnvironmentVariables exception.
...
Fixes #5592 .
2019-01-23 15:40:44 +00:00
Mike McQuaid
193af1442f
Merge pull request #5591 from MikeMcQuaid/gist-logs-install
...
gist-logs: add missing install require.
2019-01-23 08:54:54 +00:00
Mike McQuaid
e43d400fd2
gist-logs: add missing install require.
...
Fixes #5586
2019-01-23 08:37:28 +00:00
Gautham Goli
e2e4f93f06
search: Add descriptions to option declarations
2019-01-23 10:14:31 +05:30
Gautham Goli
382b5447d8
gits-logs: Use CLI::Parser to parse args
2019-01-23 09:20:49 +05:30
Gautham Goli
7b6d1f774d
deps: Use CLI::Parser to parse args
2019-01-23 08:34:24 +05:30
Mike McQuaid
550202d005
Merge pull request #5584 from MikeMcQuaid/svn-remote-mojave
...
utils: fix SVN remote test on Mojave.
2019-01-22 18:35:07 +00:00
Mike McQuaid
281d77a202
Merge pull request #5583 from MikeMcQuaid/tweak-audits
...
Tweak audits
2019-01-22 14:22:54 +00:00
Mike McQuaid
8bfde013f6
utils: fix SVN remote test on Mojave.
...
For some reason Mojave needs the SSL args always set otherwise this
will always fail waiting for interactivity.
Also, while debugging this I noticed that `utils.rb` had a failure
expecting an integer so fix that too.
2019-01-22 14:20:24 +00:00
Mike McQuaid
6899478901
Merge pull request #5567 from GauthamGoli/command-args
...
command: Use CLI::Parser to parse args
2019-01-22 14:02:57 +00:00
Mike McQuaid
db7fd7b7a2
Tweak audits
...
- Ensure that new formulae problems aren't duplicated
- Now that homebrew/core will imminently not have options adjust the
various audits so they make more sense (and exclude taps)
- Exclude taps from more preferential audits
2019-01-22 13:30:24 +00:00
Gautham Goli
66ed68f4eb
Merge pull request #5576 from GauthamGoli/sh-args
...
sh: Use CLI::Parser to parse args
2019-01-22 19:00:03 +05:30
Gautham Goli
aea6bb78f2
Merge pull request #5569 from GauthamGoli/config-args
...
config: Use CLI::Parser to parse args
2019-01-22 18:59:38 +05:30
Gautham Goli
4cf2bd2269
Merge pull request #5568 from GauthamGoli/commands-args
...
commands: Use CLI::Parser to parse args
2019-01-22 18:59:01 +05:30
Gautham Goli
8c8eec1b1e
Merge pull request #5566 from GauthamGoli/analytics-args
...
analytics: Use CLI::Parser to parse args
2019-01-22 18:57:35 +05:30
Mike McQuaid
80c2ed310c
Merge pull request #5581 from Homebrew/dependabot/bundler/Library/Homebrew/vendor/rubocop-0.63.1
...
Bump rubocop from 0.63.0 to 0.63.1 in /Library/Homebrew/vendor
2019-01-22 10:17:23 +00:00
Mike McQuaid
07676344ef
Merge pull request #5582 from Homebrew/dependabot/bundler/Library/Homebrew/vendor/i18n-1.5.3
...
Bump i18n from 1.5.2 to 1.5.3 in /Library/Homebrew/vendor
2019-01-22 10:17:09 +00:00
Mike McQuaid
620294c2b6
brew vendor-gems: commit updates.
2019-01-22 09:38:36 +00:00
Mike McQuaid
a8876692a4
brew vendor-gems: commit updates.
2019-01-22 09:38:03 +00:00
Mike McQuaid
5fd2b24aff
Merge pull request #5579 from Homebrew/dependabot/bundler/Library/Homebrew/test/rubocop-0.63.1
...
Bump rubocop from 0.63.0 to 0.63.1 in /Library/Homebrew/test
2019-01-22 09:37:13 +00:00
Mike McQuaid
138c0cb6b0
Merge pull request #5578 from MikeMcQuaid/cleanup-ctime
...
cleanup: also consider ctime on prunes.
2019-01-22 07:46:06 +00:00
dependabot[bot]
f0e3d4faf2
Bump i18n from 1.5.2 to 1.5.3 in /Library/Homebrew/vendor
...
Bumps [i18n](https://github.com/svenfuchs/i18n ) from 1.5.2 to 1.5.3.
- [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.5.2...v1.5.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-22 06:28:51 +00:00
dependabot[bot]
72f31c5072
Bump rubocop from 0.63.0 to 0.63.1 in /Library/Homebrew/vendor
...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 0.63.0 to 0.63.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.63.0...v0.63.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-22 06:28:40 +00:00
dependabot[bot]
21036e1d58
Bump rubocop from 0.63.0 to 0.63.1 in /Library/Homebrew/test
...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 0.63.0 to 0.63.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.63.0...v0.63.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-22 03:04:15 +00:00
Mike McQuaid
79f3ff0a4e
cleanup: also consider ctime on prunes.
...
If this is an old tarball then we may end up removing it otherwise if
we've respected the `mtime` from the server on download.
2019-01-21 21:35:24 +00:00