Make HOMEBREW_PREFIX/Caskroom the default.#1025
Make HOMEBREW_PREFIX/Caskroom the default.#1025reitermarkus merged 2 commits intoHomebrew:masterfrom
HOMEBREW_PREFIX/Caskroom the default.#1025Conversation
|
@reitermarkus May also be worth tweaking https://github.com/Homebrew/brew/blob/master/Library/Homebrew/cmd/update-report.rb#L234-L239. Happy to merge this once we have one job with 👍 to avoid waiting for coverage completion. |
|
Also: will this break any symlinks? |
|
I'm not sure about tweaking |
|
It feels pretty odd to move it and then move it back to the same location? |
d709f99 to
9e91eba
Compare
There was a problem hiding this comment.
This is only run if HOMEBREW_REPOSITORY and HOMEBREW_PREFIX are both /usr/local so it's a no-op and can be removed.
There was a problem hiding this comment.
These will always be the same path.
There was a problem hiding this comment.
Ah, ok, will remove this whole section then.
0b0f36f to
7c1d1c0
Compare
It might. But it will probably fix more symlinks than it breaks, since the move to |
7c1d1c0 to
c0cc703
Compare
|
@reitermarkus commented on Sep 19, 2016, 10:16 AM EDT:
It will certainly break symlinks, but I'm not sure how it would fix any. |
|
|
|
Ah, sorry, read your comment too fast and thought you were talking about the earlier migration from |
Current coverage is 81.76% (diff: 100%)@@ master #1025 diff @@
==========================================
Files 340 340
Lines 14109 14390 +281
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 11751 11766 +15
- Misses 2358 2624 +266
Partials 0 0
|
brew testswith your changes locally?Fixes Homebrew/homebrew-cask#24610.