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 .
- Dec 23, 2016
-
-
Alyssa Ross authored
This reverts commit 862c3ba4.
-
- Dec 20, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
audit: handle a nil revision map.
-
Mike McQuaid authored
Deprecate 32-bit options.
-
Mike McQuaid authored
Remove Xcode prerelease warnings.
-
Mike McQuaid authored
These were formerly supported but as it has been a very long time since 32-bit software was necessary on macOS these have been deprecated with a `brew audit` warning and a future `odeprecated`.
-
Mike McQuaid authored
update-reset: add new command.
-
Mike McQuaid authored
postinstall: don't allow writes to prefix itself.
-
Mike McQuaid authored
super/cc: loosen cellar formula regex.
-
Mike McQuaid authored
At this point we probably do want to know about issues that crop up in betas so we can fix them before the new version of Xcode is released. Additionally, this doesn't really work well any more with our new tag-based workflow as it means we need to cut a new tag immediately after a new Xcode is released.
-
- Dec 19, 2016
-
-
Mike McQuaid authored
audit: don't allow use of OS.mac?/OS.linux?.
-
Mike McQuaid authored
Never trigger too old CLT check on <10.7.
-
Mike McQuaid authored
-
Mike McQuaid authored
While we fake a CLT for these versions they never shipped with the CLT so cannot update it.
-
Mike McQuaid authored
Forbid their use in Homebrew/core which only supports macOS. This may be added to more/all official taps in future.
-
Mike McQuaid authored
Add new `brew update-reset` command to provide a helpful troubleshooting fallback to fetch and reset all repositories. This could have lived in `brew update` but it makes sense to avoid the complexity of sharing logic between these scripts and keeping this one simpler.
-
Mike McQuaid authored
create: handle Version::NULL correctly.
-
Mike McQuaid authored
Fixes #1688.
-
Mike McQuaid authored
diagnostic: check for multiple Cellars.
-
Mike McQuaid authored
audit: flag use of "fails_with :llvm".
-
Mike McQuaid authored
prune: don't remove top-level directories.
-
Mike McQuaid authored
which_all: don't assume path is a string.
-
Mike McQuaid authored
Tweak issue template and contributing guidelines.
-
- Dec 18, 2016
-
-
Markus Reiter authored
Fix error message when cask fails to install.
-
- Dec 17, 2016
-
-
Markus Reiter authored
fix typo
-
Markus Reiter authored
-
- Dec 16, 2016
-
-
Mike McQuaid authored
Match HOMEBREW_TAP_FORMULA_REGEX to avoid skipping valid cellar regexes.
-
- Dec 14, 2016
-
-
Mike McQuaid authored
formulary: call tap not formula
-
Uladzislau Shablinski authored
Fixes #1668
-
Joshua Morten authored
-
ilovezfs authored
Revert "formula: runtime deps of build deps aren't runtime"
-
ilovezfs authored
-
- Dec 13, 2016
-
-
Mike McQuaid authored
Fix typo
-
Radek Pietruszewski authored
-
Mike McQuaid authored
XCode 8.2 is stable
-
Mike McQuaid authored
Also, add TODOs for deprecating this properly at a later point.
-
Mike McQuaid authored
Even if they're empty we want to keep these top-level directories around as the installer has nicely created them with the correct permissions and this avoids potentially having to use `sudo` to recreate them.
-
Mike McQuaid authored
- Note issues may be closed without comment if sufficient information is not provided. - Deprecate Homebrew/brew-evolution, note new feature request flow - Note some issues should be created on Homebrew/brew
-
Mike McQuaid authored
And tell people to delete the HOMEBREW_REPOSITORY one. The HOMEBREW_PREFIX one is preferable for bottling.
-
Mike McQuaid authored
Only the top-level directories inside it. We don't want formulae writing random junk in e.g. `/usr/local` even in `postinstall`.
-