15827 Commits

Author SHA1 Message Date
Markus Reiter
a869ce0143
Merge pull request #3371 from commitay/cask-doctor
Cask doctor: add macOS & Java versions
2017-11-22 10:32:17 +01:00
L. E. Segovia
c9b5de4cab Output message if no Casks are outdated 2017-11-22 00:45:29 +00:00
ilovezfs
9e93720e8f
Merge pull request #3467 from ilovezfs/bump-formula-pr-hub-not-configured
bump-formula-pr: fix for when hub isn't configured
2017-11-21 08:17:27 -08:00
ilovezfs
590ba4cbf6 bump-formula-pr: fix for when hub isn't configured 2017-11-21 08:16:12 -08:00
Markus Reiter
236b017230
Merge pull request #3258 from Git-Jiro/improve_internal_stanza_command
improve 'brew cask _stanza' by checking for known stanzas
1.3.8
2017-11-20 21:41:48 +01:00
ilovezfs
c458c90236
Merge pull request #3464 from ilovezfs/ENV-no-MACOSX_DEPLOYMENT_TARGET
ENV: don't set MACOSX_DEPLOYMENT_TARGET
2017-11-20 09:59:47 -08:00
Mike McQuaid
defd38af9b
Merge pull request #3457 from sjackman/patch
Use patch found in the PATH
2017-11-20 08:21:57 +00:00
Shaun Jackman
e32299e652 patch: Use patch found in the PATH 2017-11-19 13:54:46 -08:00
Mike McQuaid
935cf28c40
Merge pull request #3461 from barthand/python-docs-fix
python2: Added missing pip sub-command in docs
2017-11-19 17:54:57 +00:00
Bartosz Kita
1bb8720e0d python2: Added missing pip sub-command in docs 2017-11-19 17:59:46 +01:00
Mike McQuaid
c6a5bbac7d
Merge pull request #3411 from issyl0/whitelist_etc_and_fix_autocorrect
formula_desc_cop: Whitelist "etc." and fix the full stop autocorrect
2017-11-19 14:39:09 +00:00
Mike McQuaid
0cd50400c7
Merge pull request #3459 from wendorf/show_custom_command_help
Custom commands can show help
2017-11-19 09:09:42 +00:00
Dan Wendorf
151c2861ac Custom commands can show help
We attempted to find the help message for commands before loading custom
commands in the path.
2017-11-18 17:04:54 -08:00
ilovezfs
15a2ef525f ENV: don't set MACOSX_DEPLOYMENT_TARGET
CMake tries to use Xcode if MACOSX_DEPLOYMENT_TARGET is set but that can
lead to build failures when SDKROOT isn't set. The CMake behavior at
minimum manifests as -isysroot spontaneously being set to the Xcode SDK,
which brew sometimes can't successfully fully unwind with its ENV hacks.
2017-11-18 11:31:08 -08:00
Mike McQuaid
dbc04b4dc7
Merge pull request #3455 from MikeMcQuaid/bottle_homebrew_git
bottle: use HOMEBREW_GIT_* vars.
2017-11-18 12:15:40 +00:00
Mike McQuaid
28f4d68b31 bottle: use HOMEBREW_GIT_* vars.
This allows them to be passed through from `brew test-bot`.
2017-11-18 11:22:46 +00:00
Mike McQuaid
3625c69625 bin/brew: tweak CI whitelisting. 2017-11-18 09:10:25 +00:00
Mike McQuaid
166a75b9d6 bin/brew: passthrough CI var. 2017-11-18 09:08:38 +00:00
Mike McQuaid
6c88da0fc4
Merge pull request #3454 from EricFromCanada/master
docs: update info on taps
2017-11-18 08:51:31 +00:00
Mike McQuaid
46bc5ecb3f
Merge pull request #3453 from MikeMcQuaid/check_if_xcode_needs_clt_installed
diagnostic: check if Xcode needs CLT installed.
2017-11-18 08:50:15 +00:00
EricFromCanada
f34f4e80f8 docs: rename Taps docs to match convention 2017-11-17 16:40:37 -05:00
EricFromCanada
0441ecd3d7 docs: update for homebrew-nginx migration 2017-11-17 16:37:22 -05:00
Mike McQuaid
2e1331cbc8 Tweak SDK variables for new Xcode/CLT setup. 2017-11-17 21:35:49 +00:00
Mike McQuaid
cd0db51343 diagnostic: check if Xcode needs CLT installed.
Require the CLT on all but the latest version of macOS to avoid the
continuous workarounds for SDK weirdness.
2017-11-17 21:35:49 +00:00
Mike McQuaid
889fc81906
Merge pull request #3449 from MikeMcQuaid/diagostic-fix-paths
diagnostic: fix paths usage.
2017-11-17 19:50:04 +00:00
Mike McQuaid
a582be054c official_taps: migrate nginx. 2017-11-17 19:47:58 +00:00
Mike McQuaid
63c0378f65
Merge pull request #3447 from sjackman/vendor-install-stderr
vendor-install: Observe HOMEBREW_STDERR
2017-11-17 18:25:41 +00:00
Mike McQuaid
ac33c05344
Merge pull request #3450 from MikeMcQuaid/env-filtering-no-test-bot
bin/brew: no environment filtering on test-bot.
2017-11-17 17:48:40 +00:00
Mike McQuaid
9ebf338804 diagnostic: fix paths usage.
- Don't allow taking an argument. This doesn't work and never has as it
  caches the result regardless of the argument.
- Don't rely on the PATH to check for external commands.
2017-11-17 17:41:58 +00:00
Mike McQuaid
c86299188f bin/brew: no environment filtering on test-bot.
test-bot sets environment filtering itself.
2017-11-17 14:43:05 +00:00
Shaun Jackman
6da95d882d vendor-install: Observe HOMEBREW_STDERR
Suppress stderr unless HOMEBREW_STDERR is set.
2017-11-16 11:08:50 -08:00
Mike McQuaid
2953493d17
Merge pull request #3446 from simono/completions-zsh-brew-cask-update
completions/zsh: Update `brew cask` completions.
2017-11-16 14:47:27 +00:00
L. E. Segovia
8ee6ac2613 Implement @reitermarkus's comments
- Split move into a move_back (and clarify when it is used)
- Remove unused flags
- Raise error if installed Caskfile not found
- Error out if an upgrade fails
- Remove some defensive programming checks
2017-11-16 10:40:32 -03:00
Simon Olofsson
f86d8a06cc completions/zsh: Update brew cask completions. 2017-11-16 14:03:42 +01:00
L. E. Segovia
36fe355159 Add tests for upgrade recovery 2017-11-13 08:46:08 -03:00
Mike McQuaid
2225febfb3
Merge pull request #3443 from MikeMcQuaid/env-filtering-travis
environment filtering: pass through TRAVIS vars.
2017-11-13 10:43:35 +00:00
Mike McQuaid
5241d07474 environment filtering: pass through TRAVIS vars.
We use these internally so let's map them to `HOMEBREW_` variables.
2017-11-13 10:01:54 +00:00
L. E. Segovia
8cc1aea5f0 Implement @reitermarkus's upgrade flow 2017-11-11 17:21:13 -03:00
Martin Schimandl
17e001bd30 Remove (soon to be) obsolete check
Fix small typo
2017-11-10 20:16:38 +01:00
Martin Schimandl
fea5350d52 Add line break to string 2017-11-10 20:16:38 +01:00
Martin Schimandl
4e4405e6d7 split string to stay below 80 characters per line 2017-11-10 20:16:38 +01:00
Martin Schimandl
2b261ad4a7 Refactor code to reduce characters per line 2017-11-10 20:16:38 +01:00
Martin Schimandl
5eab54f892 Reduce verbosity of artifacts hash 2017-11-10 20:16:38 +01:00
Martin Schimandl
52343142a7 Remove unused variables. Refactor code 2017-11-10 20:16:38 +01:00
Martin Schimandl
d03720320a adapt internal_stanza command to work with SortedSet of Artifacts 2017-11-10 20:16:38 +01:00
Martin Schimandl
587c5b07b3 Fix handling of artifact set 2017-11-10 20:16:38 +01:00
Martin Schimandl
255e991cc3 Remove obsolete code to fix tests. 2017-11-10 20:16:38 +01:00
Martin Schimandl
db2c86204b internal_stanza.rb: Remove obsolete code. Improve detection of missing stanzas
internal_stanza_spec.rb: change do ... end blocks to { } blocks
2017-11-10 20:16:38 +01:00
Martin Schimandl
7f70080c94 Add another test to increase coverage. 2017-11-10 20:16:38 +01:00
Martin Schimandl
dfe4e7641a combine errors to a single if-statement. fix spec test 2017-11-10 20:16:38 +01:00