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 .
- Jul 31, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
travis: fast finish builds.
-
Mike McQuaid authored
Preserve link status on reinstall/upgrade.
-
Mike McQuaid authored
formula_installer: use default_formula for bottles
-
Markus Reiter authored
Fix trash script.
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
Show failing Linux builds (which run much more quickly) before the macOS build has completed. https://docs.travis-ci.com/user/customizing-the-build/#Fast-Finishing
-
- Jul 30, 2017
-
-
Mike McQuaid authored
This was the original, intended functionality before this was broken in fe117bf7. Fixes https://github.com/Homebrew/homebrew-core/issues/13680.
-
Mike McQuaid authored
Enable more deprecations.
-
Mike McQuaid authored
This means if a user has manually `brew unlink` or `brew link --force`d something then that status will be preserved after they `brew upgrade` or `brew reinstall` that formula. This generally should make things that are keg-only by default easier to swallow.
-
Mike McQuaid authored
formula_support: add provided_pre_high_sierra keg_only
-
Mike McQuaid authored
formula_installer: simplify callers.
-
Mike McQuaid authored
keg: correctly cleanup old aliases.
-
Mike McQuaid authored
sandbox: sandbox all taps by default.
-
Dominyk Tiller authored
-
Markus Reiter authored
Use `mktmpdir`.
-
Markus Reiter authored
Cleanup after each Cask.
-
Vítor Galvão authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
Silence all specs by default.
-
Markus Reiter authored
-
Mike McQuaid authored
installer_spec: silence test output.
-
- Jul 29, 2017
-
-
Mike McQuaid authored
-
- Jul 28, 2017
-
-
Mike McQuaid authored
There's a bunch of duplication going on that's not really necessary.
-
Mike McQuaid authored
Cleanup old, versioned aliases and tap aliases folders when unlinking or uninstalling a keg.
-
Mike McQuaid authored
audit: Run style violations check when `--new-formula` is passed
-
Gautham Goli authored
-
Markus Reiter authored
Don’t output Caskroom creation messages on non-TTY.
-
ilovezfs authored
formula_installer: allow version mismatched build deps
-
- Jul 27, 2017
-
-
Mike McQuaid authored
Use https for all docs.brew.sh links.
-
ilovezfs authored
Only check runtime dependencies for version conflicts to avoid having to create unnecessary duplicate formulae. For example, a formula that needs to be built with ghc@8.0 should still be allowed to have a build-time dependency on a cabal-install that was itself built with ghc@8.2.
-
Mike McQuaid authored
May as well use the more secure link when possible.
-
Mike McQuaid authored
OS: use RbConfig instead of RUBY_PLATFORM
-
Mike McQuaid authored
High Sierra: updates for Beta 4 et al.
-
Baptiste Fontaine authored
`RUBY_PLATFORM` is always `"java"` when running JRuby, no matter what is the underlying platform. See also https://github.com/pry/pry/issues/386.
-
Markus Reiter authored
-
- Jul 26, 2017
-
-
Dominyk Tiller authored
-