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 11, 2016
-
-
Mike McQuaid authored
If there's dead symlinks in there they should be removed.
-
Mike McQuaid authored
formula_installer: remove dependency_installer.
-
Mike McQuaid authored
This is no longer needed as the reason it was added (argument sanitisation) is now done properly. Also, remove `skip_deps_check?` in favour of `ignore_deps?` as it too is no longer needed.
-
Mike McQuaid authored
Fix dependency option handling.
-
Mike McQuaid authored
reinstall/upgrade/install: always output options.
-
Mike McQuaid authored
- formula_installer: only recompute dependencies when necessary i.e. when a bottle pour fails. - formula_installer: re-add accidentally remove dependency options - dependency: missing options are only those that actually exist on a formula
-
- Dec 10, 2016
-
-
Mike McQuaid authored
formulary: remap deprecated options from keg.
-
Mike McQuaid authored
This is both easier for debugging and to communicate with users what is being done.
-
Mike McQuaid authored
When reading a building a formula from a keg (rather than e.g. from name) then the deprecation options were not remapped correctly as they are only done in `Tab.for_formula` and not `Tab.for_keg`. Ensure that after we’ve created the formula that the `used_options` are remapped correctly.
-
Markus Reiter authored
cask reinstall: download and verify cask before uninstall
-
- Dec 09, 2016
-
-
Mike McQuaid authored
Point to GitHub Releases in CHANGELOG.md
-
Alex Jordan authored
A lot of people (e.g. me in #1633) will look here and not find anything. We should point them to the proper location.
-
- Dec 08, 2016
-
-
Mike McQuaid authored
Add a method for installing fish function files
-
Mike McQuaid authored
os/mac: Remove mention of Mavericks bottles
-
romellem authored
-
romellem authored
-
Mike McQuaid authored
bump-formula-pr: use correct version in download path when --version is specified
-
Mike McQuaid authored
boneyard-formula-pr: make it more consistent with bump-formula-pr
-
Mike McQuaid authored
tab: include HOMEBREW_VERSION
-
- Dec 07, 2016
-
-
romellem authored
After Issue #985 was merged, bottles for Mavericks are no longer being built, meaning installations are triggering builds. Update the FAQ to show that builds will most likely now be triggers on Mavericks since their bottles are not being generated.
-
Zhiming Wang authored
When a --version is specified, use this specified version in the name of the downloaded file rather than the default that is parsed from the URL. For instance, brew bump-formula-pr --devel \ --url=http://www.zsh.org/pub/development/zsh-5.2-test-2.tar.gz \ --version=5.2-test-2 zsh should download to $HOMEBREW_CACHE/zsh-5.2-test-2.tar.gz (correct behavior after this commit) rather than $HOMEBREW_CACHE/zsh-2.tar.gz (wrong behavior before this commit).
-
Zhiming Wang authored
Make its behavior more consistent with that of bump-formula-pr.
-
Zhiming Wang authored
Make its behavior more consistent with that of bump-formula-pr.
-
- Dec 06, 2016
-
-
Mike McQuaid authored
-
Markus Reiter authored
Use `launchctl` to get running processes by bundle ID.
-
Mike McQuaid authored
xcode: cleanup Xcode::Version usage.
-
- Dec 05, 2016
-
-
Mike McQuaid authored
Don't wrap `MacOS.version` which does comparisons properly already and avoid stupidly long lines.
-
Raymond Wanyoike authored
-
Markus Reiter authored
Refactor Cask installer.
-
Markus Reiter authored
Fail if cask source already exists.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Zach Whaley authored
Fish shell allows third-party software vendors to put their own function files in a directory for their software. For brew installed Fish shell, this is /usr/local/share/fish/vendor_functions.d
-
- 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`.
-
Raymond Wanyoike authored
Closes: caskroom/homebrew-cask#27075
-