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 .
- Sep 17, 2016
-
-
Mike McQuaid authored
Move the `LinkedKegs` migration into `utils.rb` so it can also be called from `brew.rb` on startup.
-
Mike McQuaid authored
os/mac: officially support Sierra.
-
Mike McQuaid authored
Always run LinkedKegs migration (if needed).
-
Mike McQuaid authored
test-bot: generate coverage reports on Sierra.
-
Mike McQuaid authored
Ensure that `brew update` always runs the LinkedKegs migration if needed as it may not have been run by `brew update` if it was using `--preinstall` or a `git pull` etc. Also, if the old paths still exist: just use them instead. Finally, always try to unlink/unpin before link/pin. Fixes https://github.com/Homebrew/homebrew-core/issues/4918.
-
Mike McQuaid authored
We have a GM, a bunch of bottles and CI setup.
-
Mike McQuaid authored
We may have two Sierra nodes available which could speed up this relatively slow operation.
-
Mike McQuaid authored
Move LinkedKegs/PinnedKegs/Locks from Library.
-
Mike McQuaid authored
.codecov.yml: disable GitHub comments.
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
These are annoying and the status check is sufficient.
-
Mike McQuaid authored
update-test: handle missing master branch.
-
Mike McQuaid authored
Ensure it's always created. Also, re-order `update-test` in `test-bot` (and `readall`) so they are run before the test suites.
-
- Sep 16, 2016
-
-
Mike McQuaid authored
These don't make sense to be tied to the `HOMEBREW_REPOSITORY` but instead should live in the `HOMEBREW_PREFIX` as they all relate to its state.
-
Mike McQuaid authored
Send coverage from Jenkins, don't run OS X Travis.
-
Mike McQuaid authored
OS X Travis CI is particularly error-prone, slow and unnecessary for us when we're already running (fast) OS X builds on Jenkins so use it just for Linux testing.
-
Mike McQuaid authored
Install brew-cask zsh completions by default
-
Misty De Meo authored
Warn when using Xcode 8 without CLT on 10.11
-
Misty De Meo authored
-
Mike McQuaid authored
Use constants for LinkedKegs/PinnedKegs/Locks.
-
Mike McQuaid authored
These definitions are scattered throughout the codebase which makes it hard to refactor them later (my goal is to move them outside of HOMEBREW_LIBRARY). Unify their definitions for clearer code and easier movement later.
-
- Sep 15, 2016
-
-
ilovezfs authored
superenv: help Autotools with 10.12 SDK on 10.11
-
Mike McQuaid authored
keg: add ALL_TOP_LEVEL_DIRECTORIES constant.
-
ilovezfs authored
The GNU Autotools tests for whether a given symbol is defined are reliably coming to incorrect conclusions on 10.11 with the 10.12 SDK in Xcode 8. This overrides its decisions by forcing the right answer in superenv using ac_cv_func_* environment variables and setting them to "no" on 10.11. The list of problematic symbols is from grep 'weak$os10.11' MacOSX.sdk/usr/lib/system/libsystem_c.tbd
-
Mike McQuaid authored
utils: link_src_dst_dirs: paths not files.
-
Mike McQuaid authored
This is used in diagnostic (and will be used in other places later) rather than hard-coding other directories later.
-
Mike McQuaid authored
This can ask for you to remove directories (e.g. `/usr/local/share/homebrew`) so don’t call this files to avoid confusion.
-
Mike McQuaid authored
Make scons use stdenv only if immediate build dep
-
Dominyk Tiller authored
Documentation Updates.
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Mike McQuaid authored
Teach brew to recognize gcc-HEAD as valid compiler
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-