Markus Reiter
8a28271ba8
Merge pull request #4821 from reitermarkus/p7zip-from-type
...
Fix detecting `P7Zip` from symbol.
2018-09-05 00:43:55 +02:00
Markus Reiter
2ca3439ada
Fix downloads
directory not being created.
2018-09-05 00:38:19 +02:00
Markus Reiter
b00b1f5ecd
Fix detecting P7Zip
from symbol.
2018-09-05 00:27:22 +02:00
L. E. Segovia
ed6f2829b1
Cask: check support of quarantine's tools
...
- In some cases (usually old CLT versions) Swift is available but needs an
extra guard to use the quarantine API.
- xattr's native filesystem recursion is an Apple extension which is
not available in Mojave; so let's use xargs.
- Insert a quarantine support check in brew cask doctor.
Fixes Homebrew/homebrew-cask#51554 , and fixes Homebrew/homebrew-cask#51538 .
2018-09-04 21:11:29 +00:00
Claudia
beb6656278
Merge pull request #4817 from claui/codify-inline-arguments
...
docs/Formula-Cookbook: preach what we practise
2018-09-04 19:33:38 +02:00
William Woodruff
367629d289
utils: Use JSON to marshal child errors
...
Replaces our serialization of child process
errors via Marshal with JSON, preventing
unintentional or malicious code execution outside
of the build sandbox.
Additionally, adds tests for the new behavior.
2018-09-04 11:03:32 -04:00
Claudia
6a38b0189c
docs/Formula-Cookbook: preach what we practise
2018-09-04 13:56:02 +02:00
Mike McQuaid
817b72d5ba
Merge pull request #4807 from MikeMcQuaid/cask-move
...
cask: consistency and cleanliness renames.
2018-09-04 10:25:29 +01:00
Mike McQuaid
6db4b72200
tap: fix GitHub naming.
2018-09-04 09:58:58 +01:00
Mike McQuaid
9d28502625
Homebrew Cask isn't an independent project.
2018-09-04 09:58:43 +01:00
Mike McQuaid
1ae2326984
Rename Cask::CLI to Cask::Cmd.
2018-09-04 09:56:58 +01:00
Mike McQuaid
1d86d7a7c7
cask: move cask/cli to cask/cmd.
2018-09-04 09:56:57 +01:00
Mike McQuaid
e06f8a8beb
Rename Homebrew-Cask to Homebrew Cask.
2018-09-04 09:56:57 +01:00
Mike McQuaid
90b3a13909
cask: move cask/lib/hbc/* to cask/*.
...
Fix the load path, requires and some filenames accordingly.
2018-09-04 09:56:57 +01:00
Mike McQuaid
8e51cf78ce
Merge pull request #4816 from Homebrew/revert-4752-error-pipe
...
Revert "Use JSON to marshal errors from children"
2018-09-04 09:54:47 +01:00
Mike McQuaid
088730c6f1
Revert "Use JSON to marshal errors from children"
2018-09-04 08:37:08 +01:00
Mike McQuaid
9777b2788e
Merge pull request #4810 from MikeMcQuaid/mojave-mmacosx-version-min
...
super/cc: fix -mmacosx-version-min on Mojave.
2018-09-04 07:57:36 +01:00
Markus Reiter
0d46461aa0
Merge pull request #4808 from reitermarkus/remove-popen-read
...
Remove some `#popen_read`s.
2018-09-04 06:00:49 +02:00
Markus Reiter
32ad22395b
Remove some #popen_read
s.
2018-09-04 05:16:59 +02:00
commitay
11a6413fd0
cleanup: remove cargo_cache
2018-09-04 12:00:57 +10:00
commitay
a5af6e8ef4
formula: set CARGO_HOME
to enable cache
2018-09-04 12:00:38 +10:00
William Woodruff
1eec585afe
Merge pull request #4752 from woodruffw/error-pipe
...
Use JSON to marshal errors from children
2018-09-03 18:59:40 -04:00
William Woodruff
86b9647450
utils: Use JSON to marshal child errors
...
Replaces our serialization of child process
errors via Marshal with JSON, preventing
unintentional or malicious code execution outside
of the build sandbox.
Additionally, adds tests for the new behavior.
2018-09-03 18:42:59 -04:00
Mike McQuaid
2086e3c9c4
super/cc: fix -mmacosx-version-min on Mojave.
...
It fails to accept any version < 10.6.
2018-09-03 20:49:01 +01:00
Markus Reiter
654ad4690a
Merge pull request #4768 from reitermarkus/deprecate-gpg-stanza
...
Deprecate `gpg` stanza.
2018-09-03 21:21:23 +02:00
Markus Reiter
89dd608766
Deprecate gpg
stanza.
2018-09-03 20:47:52 +02:00
Mike McQuaid
61ace27006
Merge pull request #4805 from Homebrew/dependabot/bundler/Library/Homebrew/test/parallel_tests-2.22.1
...
Bump parallel_tests from 2.22.0 to 2.22.1 in /Library/Homebrew/test
1.7.3
2018-09-03 17:21:10 +01:00
Mike McQuaid
f8247d7572
Merge pull request #4806 from MikeMcQuaid/bump-release-installation
...
os/mac: note installation docs need bumped too.
2018-09-03 17:20:02 +01:00
Mike McQuaid
56453bc8f8
os/mac: note installation docs need bumped too.
...
I noticed these contain a reference to our supported versions so should
be bumped whenever this version is bumped.
2018-09-03 17:00:02 +01:00
dependabot[bot]
64869a6368
Bump parallel_tests from 2.22.0 to 2.22.1 in /Library/Homebrew/test
...
Bumps [parallel_tests](https://github.com/grosser/parallel_tests ) from 2.22.0 to 2.22.1.
- [Release notes](https://github.com/grosser/parallel_tests/releases )
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.22.0...v2.22.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-03 15:56:52 +00:00
Mike McQuaid
0cae28f13c
Merge pull request #4804 from MikeMcQuaid/formulary-nameerror
...
formulary: NameError makes formulae unreadable.
2018-09-03 16:25:41 +01:00
Mike McQuaid
9cd637ac20
formulary: NameError makes formulae unreadable.
...
And `NoMethodError` is a type of `NameError`.
2018-09-03 15:40:07 +01:00
Mike McQuaid
3b91c5f1ae
Merge pull request #4797 from MikeMcQuaid/rubocop-tweaks
...
.rubocop: tweak rules.
2018-09-02 21:13:23 +01:00
Mike McQuaid
bfb2d53f98
Merge pull request #4798 from Homebrew/revert-4771-rubocop-path
...
Revert "Add `$LOAD_PATH` for RuboCop cops."
2018-09-02 21:12:00 +01:00
Mike McQuaid
0aa9dce03c
Revert "Add $LOAD_PATH
for RuboCop cops."
2018-09-02 20:49:25 +01:00
Mike McQuaid
80d75bc0d8
Homebrew/.rubocop: tweak rules.
...
Adjust the rules based on the current codebase. Remove various enable,
disables and default values that are unnecessary. Add more comments
explaining why. Make minor changes needed to enable a few more rules.
2018-09-02 20:15:09 +01:00
Mike McQuaid
0dc2c72693
Merge pull request #4795 from MikeMcQuaid/tests-leaks-prompt
...
tests: handle file leaks and SVN test prompt.
2018-09-02 18:31:44 +01:00
Mike McQuaid
662c1fab56
Merge pull request #4784 from MikeMcQuaid/line-length
...
Improve Homebrew/brew line length.
2018-09-02 16:35:24 +01:00
Mike McQuaid
bcb1ec5499
Improve Homebrew/brew line length.
...
Use 124 max line length everywhere. Also, reduce tap max line length to
189 as Homebrew/homebrew-core has that as a maximum now. In future
Homebrew/homebrew-core will also be reduced to 124 maximum line length.
2018-09-02 16:15:09 +01:00
Mike McQuaid
ec9e45a8f0
tests: handle file leaks and SVN test prompt.
...
- Ignore files that are generated by `brew tests`
- Make the SVN tests work without prompting for GitHub's SSL certificate
2018-09-02 13:43:58 +01:00
Mike McQuaid
5869842e7e
Merge pull request #4794 from MikeMcQuaid/tests-home
...
tests: set HOME.
2018-09-02 13:17:22 +01:00
Mike McQuaid
c46cecf277
tests: set HOME.
...
This is the only way to override the user's Git configuration which can
break tests when e.g. `gpg` cannot be found but signing is requested.
2018-09-02 12:56:31 +01:00
Mike McQuaid
794fe5d21d
Merge pull request #4778 from DomT4/gocache_follow_up
...
cleanup: fix go_cache cleanup
2018-09-02 10:16:37 +01:00
Dominyk Tiller
9102c120bb
cleanup: fix go_cache cleanup
2018-09-02 04:27:22 +01:00
Markus Reiter
449c3ffac3
Merge pull request #4791 from reitermarkus/fix-apache-mirror-download-strategy
...
Fix `CurlApacheMirrorDownloadStrategy` URL resolution.
2018-09-02 03:57:01 +02:00
Markus Reiter
e377bdb6fe
Fix CurlApacheMirrorDownloadStrategy
URL resolution.
2018-09-02 03:30:37 +02:00
Markus Reiter
93430e6ae2
Merge pull request #4789 from reitermarkus/avoid-network-call
...
Avoid network call in `#initialize`.
2018-09-01 16:47:20 +02:00
Markus Reiter
b54682f709
Avoid network call in #initialize
.
2018-09-01 16:20:10 +02:00
Markus Reiter
f66ce9ce5d
Merge pull request #4788 from reitermarkus/no-cache-no-migration
...
Skip migration if cache is empty or doesn’t exist.
2018-09-01 16:17:54 +02:00
Markus Reiter
b954391214
Skip migration if cache is empty or doesn’t exist.
2018-09-01 15:29:17 +02:00