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 31, 2017
-
-
Mike McQuaid authored
formula_installer_spec: add default formula test.
-
Mike McQuaid authored
audit: check for unversioned formulae.
-
Mike McQuaid authored
Update all references to taps.
-
- Mar 30, 2017
-
-
Vítor Galvão authored
Add `Container::Executable`.
-
- Mar 29, 2017
-
-
William Woodruff authored
audit: Fix cctools invocation check regular expression.
-
William Woodruff authored
Additionally, ignore the cctools formula itself, since it obviously needs to check cctools invocations.
-
Mike McQuaid authored
Test the situation where a requirement is satisfied by a non-formula but the `default_formula` is also installed.
-
William Woodruff authored
audit: Check for invocations of cctools.
-
Mike McQuaid authored
-
Mike McQuaid authored
diagnostic: increase minimum git version to 1.8.5
-
Mike McQuaid authored
diagnostic: check homebrew/core git remote.
-
Mike McQuaid authored
update-test: improve error handling.
-
JCount authored
older versions do not support the 'git -C <path>' option
-
- Mar 28, 2017
-
-
Mike McQuaid authored
Fail if the start or end commit are missing and retry finding the previous tag by fetching all tags if they are missing. This should fix CI on the current Homebrew/brew `master` branch. Closes #2404.
-
Markus Reiter authored
-
- Mar 27, 2017
-
-
ilovezfs authored
audit: bump whitelisted elm-format version to 0.6.0-alpha
-
ilovezfs authored
-
Mike McQuaid authored
If we're adding a versioned formulae we want to ensure that there's also an unversioned one too.
-
Mike McQuaid authored
Check the remote for homebrew/core as well as homebrew/brew as we've seen a few cases (e.g. #2387) where it was misconfigured. While we're here, tweak the messaging to tell people what to do and how to do so with a single command.
-
Mike McQuaid authored
updating the exception for "kibana" for the "@" naming scheme. File changed: audit.rb
-
Mike McQuaid authored
- Remove taps that are (or will shortly be) deprecated. - Remove commands that are only relevant to the boneyard (which will shortly be removed).
-
William Woodruff authored
vendor: Update ruby-macho to 1.1.0.
-
Raza Hussain authored
-
Raza Hussain authored
-
Raza Hussain authored
-
Raza Hussain authored
-
- Mar 26, 2017
-
-
Mike McQuaid authored
docs: code example reformatting
-
William Woodruff authored
-
EricFromCanada authored
Add labeled fences to most code blocks, monospace terms where appropriate, omit "$" when referring to variables
-
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.
-
Raza Hussain authored
-
- 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.
-