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 .
- Apr 25, 2018
- Apr 24, 2018
-
-
Mike McQuaid authored
Ensure that a non-zero exit code is set both for missing random dylibs and random missing dependencies. Additionally, while we are here, drastically trim down the public interface for this class to the bare minimum and allow getting the output from `display_test_output` as a variable. Fixes issue mentioned by @ilovezfs in: https://github.com/Homebrew/brew/pull/3940#issuecomment-383794520
-
- Apr 22, 2018
-
-
Markus Reiter authored
-
- Apr 21, 2018
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Apr 18, 2018
-
-
Mike McQuaid authored
No reason to have it in macOS class and keeps consistent output with `brew info` on Linux.
-
Mike McQuaid authored
Otherwise the ordering varies based on the filesystem.
-
Mike McQuaid authored
The `cask` attribute doesn't make as much sense on Linux but can be ignored there. The advantage of this change is that (like #4086) it allows figuring out the relevant cask for a formulae requirement on a Linux machine.
-
Ray Hamel authored
-
Mike McQuaid authored
Make some changes required to have `brew info --json=v1` whether there is any bottle block rather than a bottle checksum for the given system. This provides more consistent output.
-
- Apr 17, 2018
-
-
ilovezfs authored
-
Mike McQuaid authored
Fixes #4084.
-
Mike McQuaid authored
It's unnecessary extra complexity to have versions that are keg-only on some versions of macOS and not others. Initially this was to only do so on old versions of OS X and Xcode but the discussion in https://github.com/Homebrew/brew/pull/4081 meant that it made more sense to remove them all.
-
Mike McQuaid authored
It's safe since 600d58f4 when MacOS::Xcode.version started returning `Version::NULL` where appropriate.
-
Mike McQuaid authored
-
Markus Reiter authored
-
Mike McQuaid authored
-
- Apr 16, 2018
-
-
Markus Reiter authored
-
- Apr 15, 2018
-
-
Markus Reiter authored
-
- Apr 14, 2018
-
-
Gautham Goli authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
commitay authored
-
Markus Reiter authored
-
- Apr 13, 2018
-
-
Steven Peters authored
-
- Apr 12, 2018
-
-
Mike McQuaid authored
`odisabled` will still return for a formula in `.brew`. This means `EOS.undent` returns `nil` and the formula cannot be parsed. Instead return the actual string in this case to avoid e.g. patches blowing up with `nil` strings. Fixes #4049.
-
- Apr 11, 2018
-
-
Markus Reiter authored
-
- Apr 10, 2018
-
-
Maxim Belkin authored
* specify repository location using `-C` option * change `newest` to `latest` when talking about the latest tagged commit
-