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
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter 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.
-
- Nov 10, 2016
-
-
Markus Reiter authored
Disallow running `brew cask` as `root`.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
cask-test: fix reinstall a non installed Cask
-
Nikolaus Wittenstein authored
Also changes exceptions.rb to use Formatter.url
-
Kaito Udagawa authored
Trying to uninstall a non installed Cask made this test fail. This commit remove that and thus this test passes. Note that every Cask is uninstalled after each test case.
-