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 02, 2016
-
-
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
-
Mike McQuaid authored
This doesn't add any value and stops us from testing `brew doctor` and others from running `brew doctor` on Travis CI.
-
Mike McQuaid authored
- Don't output the analytics message and mark it as read if `HOMEBREW_NO_ANALYTICS_THIS_RUN` is set. This mostly simplifies the installer code where we can display the message ourselves there rather than having `brew update` print it out sometimes and not others (i.e. when there's no system Git installed). - Use the shell's audible bell to nudge people to actually read this message (and give them less excuse to complain when they don't). - Add an extra newline and bold all the analytics messaging so it's more visible in the output.
-
Mike McQuaid authored
Change my site address
-
Michał Gołębiowski authored
I no longer maintain my former site so it's better to link to my GitHub account.
-
ilovezfs authored
Revert "Fix early exit condition for check_for_member_of_admin_group"
-
Mike McQuaid authored
This reverts commit 7f13b37b, reversing changes made to 62e0ecda.
-
Mike McQuaid authored
This reverts commit 89c33489, reversing changes made to 7f13b37b.
-
- Nov 25, 2016
-
-
Mike McQuaid authored
Fix early exit condition for check_for_member_of_admin_group
-
Cesar Andreu authored
-
Mike McQuaid authored
diagnostic: check if the user is a member of the admin group.
-
Mike McQuaid authored
exceptions: better handle unsupported macOS versions.
-
William Woodruff authored
Non-administrative users are unable to run `brew linkapps` (and possibly other commands) under normal circumstances.
-
Josh Hagins authored
cask: Delete package dir if it is symlink on the uninstall
-
- Nov 24, 2016
-
-
Mike McQuaid authored
Fix broken link
-
Tse Kit Yam authored
-
Mike McQuaid authored
Don’t fail on `OS::ISSUES_URL` being missing (which happens on unsupported macOS versions) and instead tell people to not file issues.
-
Mike McQuaid authored
Do not remove unknown bottle tags
-