This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Oct 16, 2015
-
-
Martin Afanasjew authored
Improve output in the (rare) cases where a tap offers both commands and formulae or neither. Also adjust code to stay below the 80 column limit. Closes Homebrew/homebrew#44995. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Martin Afanasjew authored
Closes Homebrew/homebrew#43468. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Dominyk Tiller authored
The xcrun code is stolen right out of the INSTALL script. Check for user agreement of the Xcode license before permitting any other brew usage to continue. This prevents the situation where people are instructed to "please re-run as root via sudo" on brew commands. The check can only fail when Xcode is installed & the active developer dir. Closes Homebrew/homebrew#44974. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Martin Afanasjew authored
For consistency with `brew command` and the logic in `brew.sh` (both use `which` to find/validate an external command), we need to filter files that are not executable. Otherwise `brew commands` and thus bash completion will offer commands that will produce an error when attempting to use them. Closes Homebrew/homebrew#44999. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Oct 15, 2015
-
-
Xu Cheng authored
* Move listing all formula names in the top to speed up shell script. * Simplify logic. * Only search PR and check bad regex for tty?, which will benefit to shell script. Closes Homebrew/homebrew#44985. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
Closes Homebrew/homebrew#44982. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Xu Cheng authored
Fixes the bug described in https://github.com/Homebrew/homebrew-science/pull/2866#issuecomment-148298146
-
Xu Cheng authored
-
Martin Afanasjew authored
Closes Homebrew/homebrew#44335. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Raimonds Kalnins authored
Closes Homebrew/homebrew#44940. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
-
- Oct 14, 2015
-
-
Baptiste Fontaine authored
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#44946. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
Martin Afanasjew authored
Closes Homebrew/homebrew#44343. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Martin Afanasjew authored
-
Vlad Shablinsky authored
Closes Homebrew/homebrew#44893. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
Just do a few things rather than doing e.g. a full compile. Closes Homebrew/homebrew#44936. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Xu Cheng authored
Fixes Homebrew/homebrew#44331. Closes Homebrew/homebrew#44709. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
See bfab4b0e65db4667ab09159b1040701fa75ec687 Closes Homebrew/homebrew#44889. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Oct 13, 2015
-
-
Alex Wang authored
Removing all sysroot flags is ok until a non-OS X SDK is needed. In that case, builds can fail due to the non-OS X SDK being overwritten or overridden by the OS X SDK. Sysroot flags are now only stripped if they are an OS X SDK. This is reliant on only OS X SDKs containing the string "macosx", so this will break if if the wrong SDK shows up. However, the chances of that happening seem low, as Apple probably doesn't want to introduce something OS X that doesn't work with OS X, so it should be robust for the near future. This could break in an environment without the command line tools. The fix for that is a bit more involved, though, so that will have to go later. Closes Homebrew/homebrew#44312. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Søren Brokær authored
Closes Homebrew/homebrew#44843. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
Mike McQuaid authored
-
- Oct 12, 2015
-
-
Mike McQuaid authored
-
- Oct 10, 2015
-
-
Xu Cheng authored
Closes Homebrew/homebrew#44458. Closes Homebrew/homebrew#44773. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
-
Xu Cheng authored
There are audit rules which check cellar. Therefore, we need `ARGV.resolved_formula` to get proper spec and prefix. Closes Homebrew/homebrew#44781. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
Otherwise, it will use the wrong prefix to test devel/HEAD install.
-
Xu Cheng authored
The flow is as follow: * If tap is nil(DIY install), search using name. * If tap is found, search using full name. * If tap is found and full name searching failed, search using name. This usually means the formula may be migrated to different tap. Closes Homebrew/homebrew#44771. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
Fixes Homebrew/homebrew#44729. Fixes Homebrew/homebrew#40863. Closes Homebrew/homebrew#44779. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
Fixes Homebrew/homebrew#44687. Closes Homebrew/homebrew#44770. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Oct 09, 2015
-
-
Xu Cheng authored
-
- Oct 08, 2015
-
-
M Jordan Stanway authored
Add `java` to `SHARE_PATHS` so that `HOMEBREW_PREFIX/share/java` is a folder with symlinks in it, rather than a symlink to a folder for a specific formula. This way we avoid conflicts if multiple formulas put `jar` files in the standard location `HOMEBREW_PREFIX/share/java`. See also: [pull request 44420](https://github.com/Homebrew/homebrew/pull/44420 ) Closes Homebrew/homebrew#44456. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
Fixes https://github.com/Homebrew/homebrew/issues/44320#issuecomment-143951973 Closes Homebrew/homebrew#44440. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
Closes Homebrew/homebrew#44705. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Chris Tate authored
Closes Homebrew/homebrew#44417. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Oct 07, 2015
-
-
Daniel Lee Harple authored
In the data returned from the GitHub API, “watchers_count” is actually the number of stars. See https://developer.github.com/v3/activity/starring/#starring-vs-watching Closes Homebrew/homebrew#44477. Signed-off-by:
Xu Cheng <xucheng@me.com>
-