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 15, 2016
-
-
Mike McQuaid authored
Teach brew to recognize gcc-HEAD as valid compiler
-
- Sep 14, 2016
-
-
Alex Wang authored
Building gcc with --HEAD results in most of the executables not having a version suffix, e.g. Building/installing gcc 6 would result in gcc-6, g++-6, etc. being installed, while building/installing gcc --HEAD would result in gcc-, g++-, etc. being installed. The lack of a version suffix prevented brew from recognizing a valid gcc install, resulting in brew instructing users to install gcc before building certain formulae even though gcc is installed. A patch to the gcc formula makes the version number for --HEAD builds the major version number of the stable version + 1 (7 at this time). This patch teaches brew to recognize current --HEAD builds as valid compilers.
-
Zhiming Wang authored
cmd/commands: always show developer commands
-
Dominyk Tiller authored
xcode: 8.0 is no longer prerelease
-
Dominyk Tiller authored
pkg-config: update zlib for macOS Sierra
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Markus Reiter authored
Fix cask installation from untapped Tap not working.
-
- Sep 13, 2016
-
-
Zhiming Wang authored
test-bot: fix test default formula handling.
-
Mike McQuaid authored
Move the test default formula handling to after all the other formulae additions are so it'll only be added if no formulae are detected already in a PR.
-
Mike McQuaid authored
test-bot: don't run Homebrew tests for taps PRs.
-
Mike McQuaid authored
Check the repository directly rather than @test_default_formula.
-
Mike McQuaid authored
Fix Library/Homebrew/extend RuboCop warnings
-
Mike McQuaid authored
test-bot: default to building testbottest.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
This provides an integration test for `test-bot.rb` by performing compilation of an actual formula.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Minimal C program and Makefile used for testing Homebrew.
-
- Sep 12, 2016
-
-
Zhiming Wang authored
test-bot: fix summary
-
Dominyk Tiller authored
keg: make guile's site-dir persistent
-
ilovezfs authored
test-bot: fix bottling non-testing jobs.
-
Zhiming Wang authored
-
Mike McQuaid authored
Need to handle when the `BOT_PARAMS` are `nil`.
-
Mike McQuaid authored
test-bot: fix multiline regex.
-
Mike McQuaid authored
-
Mike McQuaid authored
bottle: remove debug statements.
-
Mike McQuaid authored
-
Mike McQuaid authored
test-bot: fix regex placement.
-
Mike McQuaid authored
-
Mike McQuaid authored
test-bot: handle more Jenkins configurations.
-
Mike McQuaid authored
Fix Library/Homebrew/dev-cmd RuboCop warnings
-
Mike McQuaid authored
Fix Library/Homebrew/utils RuboCop warnings
-
Mike McQuaid authored
Fix Library/Homebrew/test RuboCop warnings
-