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 .
- Mar 26, 2017
-
-
EricFromCanada authored
Also works around bug in Jekyll where a URL with a "#" will cause links in the same paragraph to not have their extensions replaced by using "#" instead.
-
Mike McQuaid authored
pull: warn (not die) on bottle publish failure.
-
- Mar 25, 2017
-
-
Mike McQuaid authored
formula_installer: tweak req formula additions.
-
Mike McQuaid authored
Rather than just checking if a requirement's dependency is installed or not check if the requirement was actually satisfied by a particular formula rather than e.g. just having a `default_formula` defined.
-
- Mar 24, 2017
-
-
Mike McQuaid authored
New-Maintainer-Checklist: be more explicit.
-
Mike McQuaid authored
README: add some more shields.
-
- Mar 23, 2017
-
-
ilovezfs authored
migrator: allow new cellar to exist already
-
JCount authored
gpg: add GnuPG series 2.1.x to supported versions
-
ilovezfs authored
Lets us migrate a formula to a name that may have previously been used. If gnupg 1.x is installed as "gnupg" and gnupg 2.x is installed as "gnupg2," it's currently not possible to rename gnupg2 -> gnupg, since the 1.4 keg will already be installed in the "gnupg" Cellar, so in order to reclaim the name "gnupg" to be used for 2.1, either 1.x must be manually uninstalled, or the new cellar needs to be allowed to exist already.
-
Mike McQuaid authored
link: tell users of `brew link --force` about opt.
-
Mike McQuaid authored
This is useful when you're pulling PRs where individual bottles can't be uploaded/built but you still want to pull the PR as a whole anyway.
-
Mike McQuaid authored
missing_formula: warn when git-log takes very long
-
Mike McQuaid authored
For the current release, Travis CI and Coveralls status.
-
Mike McQuaid authored
If people are force-linking keg-only things they should probably be told that they can add the opt prefix to their PATH instead.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Zhiming Wang authored
-
Mike McQuaid authored
man: generate Markdown man page.
-
Mike McQuaid authored
cd tap-new: fix symlink creation.
-
Mike McQuaid authored
The existing `brew.1.html` wasn't particularly pleasant to read and given everything else in `docs/` is a Markdown file it makes sense to generate a post-processed Markdown file that can in turn be used by Jekyll to generate a nicely themed HTML file.
-
Mike McQuaid authored
Note some additional ways to help, gotchas and how to get started.
-
Mike McQuaid authored
Ensure the full HOMEBREW_TAP_DIR path is created before deleting and creating the symlink for it. This ensures that non-`homebrew` taps will have the necessary username/organisation folder created. Fixes #2378.
-
- Mar 22, 2017
-
-
JCount authored
update-report: check migration symlinks.
-
Mike McQuaid authored
Check if `HOMEBREW_CELLAR/old_name` is a symlink. If so, it's already been migrated so can be skipped.
-
Mike McQuaid authored
tests: unset HOMEBREW_TEMP
-
Mike McQuaid authored
Hint at new location of migrated formulae
-
- Mar 21, 2017
-
-
Maxim Belkin authored
Setting `HOMEBREW_TEMP` env. var [currently] breaks tests (`brew tests`). Although this behavior looks like a bug, the solution is straightforward: unset `HOMEBREW_TEMP`.
-
Mike McQuaid authored
formula_installer: need up to date requirement formulae.
-
Mike McQuaid authored
audit: check system dupe deps on new formulae.
-
Mike McQuaid authored
audit: deprecate depends_on :tex.
-
Mike McQuaid authored
update-report: migrate all formulae every time.
-
Mike McQuaid authored
update-report: migrated formulae were not deleted.
-
Mike McQuaid authored
These methods belong together so combine them in a single class to provide a simpler API.
-
Mike McQuaid authored
This will allow extending this class so it can be used by more than just blacklisting.
-
Mike McQuaid authored
This wasn’t adapted to the new, multiple repository world.
-
Mike McQuaid authored
-
Mike McQuaid authored
This makes it easier to turn an arbitrary path into a tap path.
-