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 05, 2016
-
-
Markus Reiter authored
-
- Dec 04, 2016
-
-
Mike McQuaid authored
travis: use Xcode 8.1 on Sierra.
-
Mike McQuaid authored
added "CLT" abbreviation after "Command Line Tools" in Installation.md doc
-
Mike McQuaid authored
For code coverage from `brew test-bot`.
-
Amber Jain authored
added 'CLT' abbreviation after 'Command Line Tools' (so that if someone follows link to footnote#3, the meaning of 'CLT' in footnote is clear)
-
Mike McQuaid authored
bash_test: handle race condition.
-
- Dec 03, 2016
-
-
Mike McQuaid authored
Other tests may delete Bash files (e.g. `shcmd.sh`) while tests are ongoing so ensure this doesn't cause a test failure.
-
Mike McQuaid authored
fs_leak_logger: use more permissive mkpath.
-
Mike McQuaid authored
tap-new: use latest Travis CI recommended config.
-
Mike McQuaid authored
travis.yml: enable macOS builds again.
-
Mike McQuaid authored
This avoids a race condition occurring here.
-
Mike McQuaid authored
-
Mike McQuaid authored
Pretty sure no-one cares about this except me but this works consistently across a variety of different taps and is faster than the old version.
-
Mike McQuaid authored
uninstall_test: require testing_env
-
Bob W. Hogg authored
-
- Dec 02, 2016
-
-
Mike McQuaid authored
update.sh: Use full path to pkill
-
Baptiste Fontaine authored
Fixes #1600.
-
Mike McQuaid authored
-
- Dec 01, 2016
-
-
Mike McQuaid authored
-
- Nov 30, 2016
-
-
Mike McQuaid authored
-
- Nov 28, 2016
-
-
Mike McQuaid authored
Fix macOS version comparison
-
Mike McQuaid authored
docs/Checksum_Deprecation.md: Note that SHA-1 now blocks installation
-
Mike McQuaid authored
dependency_collector: Make ant_dep and xz_dep public
-
Bob W. Hogg authored
They were already public on macOS, but they were made private by mistake on all other platforms. DependencyCollector.tar_needs_xz_dependency? depends on xz_dep being public, so there's no turning back now :(
-
- Nov 27, 2016
-
-
Mike McQuaid authored
rubocop: exclude more files.
-
Mike McQuaid authored
tap-new: cleanup and update Travis configuration.
-
Mike McQuaid authored
We never want to check these for any e.g. taps that use them.
-
Sorin Ionescu authored
-
Mike McQuaid authored
uses_test: don't rely on output order.
-
Bob W. Hogg authored
This document was out of date as of https://github.com/Homebrew/brew/pull/1451
-
Mike McQuaid authored
diagnostic: silence a Jenkins doctor warning.
-
Mike McQuaid authored
Allow our Jenkins CI testing for Homebrew/brew to live outside of `/usr/local` without complaint (as it's not using any binary packages anyway).
-
Mike McQuaid authored
- Use macOS Sierra 10.12 and Xcode 8. - Add indentation.
-
Mike McQuaid authored
I've seen this vary.
-
- Nov 26, 2016
-
-
Mike McQuaid authored
update-report: allow skipping analytics message.
-
Mike McQuaid authored
This is used by the install script so it can simplify it's logic and make the analytics messaging more prominent.
-
Mike McQuaid authored
update-report: further tweak analytics output.
-
Mike McQuaid authored
diagnostic: silence outdated Travis Xcode warning.
-
Mike McQuaid authored
There were some bugs with the use of `HOMEBREW_NO_ANALYTICS_THIS_RUN` and some output glitches I missed with the previous PR (#1575).
-
Mike McQuaid authored
update-report: further improve analytics messaging
-