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 .
- Nov 14, 2016
-
-
Alyssa Ross authored
Works around Rubycop not liking method names that start with `is_` by changing convention from singular to plural. I think it's better that way anyway.
-
Alyssa Ross authored
-
Alyssa Ross authored
-
Alyssa Ross authored
Suggested in #1084. Made the existing warning output entirely to STDERR, because previously the first line went to STDERR and subsequent ones went to STDOUT.
-
Mike McQuaid authored
formula_versions: fix erroneous :stable in version_attributes_map
-
Mike McQuaid authored
cc: Add -frounding-math to list of ignored flags
-
Mike McQuaid authored
keg: don't rely on #to_formula
-
JCount authored
-
Alyssa Ross authored
It doesn't always work. For example, a keg could have been installed with a formula from a URL, which Homebrew now does not know how to access. Fixes #1496.
-
Alex Wang authored
-
- Nov 13, 2016
-
-
Mike McQuaid authored
audit: fix "version should not decrease" check.
-
Mike McQuaid authored
Fix the "version should not decrease" check so it correctly handles `version_scheme`s. Fixes #1489.
-
Mike McQuaid authored
Update macOS Xcode tool checks do use Version class for comparisons
-
Mike McQuaid authored
Invalid build option warnings - supersedes #1088
-
Mike McQuaid authored
Filter formula build options based on those that exist.
-
Robin Kunde authored
-
- Nov 12, 2016
-
-
Bruce Steedman authored
-
Mike McQuaid authored
diagnostic: skip xcode-select check with no Xcode.
-
Bruce Steedman authored
-
Mike McQuaid authored
If `--with-foo` is provided to a formula through a tab or through another formula depending on it and this option does not exist it should be filtered. If it is not (the prior behaviour) then this can prevent bottles being used unnecessarily. Fixes #1399.
-
Bruce Steedman authored
-
Mike McQuaid authored
Skip the `xcode-select` configuration check if there's no CLT or Xcode installed as in that case neither will be used. Fixes #1055.
-
Mike McQuaid authored
Typo: delet -> delete
-
Mike McQuaid authored
Check the lock directory is writable.
-
Mike McQuaid authored
formulary: don't warn on old formula name from keg/rack.
-
Markus Reiter authored
brew-cask tests never fail on BrewTestBot
-
Kaito Udagawa authored
`brew cask-tests` collected the test results in an improper way so that it reports a false success in certain situations. Specially, the session under BrewTestBot always reports success regardless of the test status. With this update, the exit code of `brew cask-tests` is 1 when the test fails, and then CI preperly works.
-
Mike McQuaid authored
And, if it isn't, print more helpful debugging messages. Fixes #1456.
-
Mike McQuaid authored
If there’s an old installation of e.g. `apple-gcc42` from when it was part of `homebrew/core` then the tab will say it was from the `homebrew/core` tap and then we’ll complain at the user (see #1459 for an example). Instead, we only want to complain when the user actually types in `homebrew/core/apple-gcc42` into a `brew` command. Closes #1459.
-
- Nov 11, 2016
-
-
Mike McQuaid authored
uninstall: don't need kegs to exist for --force.
-
Mike McQuaid authored
Otherwise there's an error which is a regression on previous functionality. This mirrors `rm -f` which doesn't fail if a file doesn't exist.
-
Markus Reiter authored
Fix `Hbc::Locations` in tests.
-
Markus Reiter authored
Support `SUDO_ASKPASS` environment variable in `brew cask`.
-
Mike McQuaid authored
uninstall: refuse when dependents still installed
-
Markus Reiter authored
-
Devesh Khandelwal authored
-
Devesh Khandelwal authored
-
Mike McQuaid authored
`brew doctor` recommends using cask to upgrade XQuartz
-
Mike McQuaid authored
vendor: Update ruby-macho to 0.2.6.
-
Mike McQuaid authored
brew.rb: don't exit when failing to set devcmdrun.
-