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 .
- Oct 06, 2017
-
-
Cody Lewis authored
-
- Oct 05, 2017
-
-
Mike McQuaid authored
Update my name in Kickstarter-Supporters, add .mailmap
-
Mike McQuaid authored
Fixing link to CODE_OF_CONDUCT.md within CONTRIBUTING.md
-
Cody Lewis authored
fixed link url to navigate to main brew repo instead of forked repo
-
Michał Gołębiowski-Owczarek authored
-
- Oct 04, 2017
-
-
Mike McQuaid authored
CODE_OF_CONDUCT: rename from CODEOFCONDUCT.
-
Mike McQuaid authored
So GitHub can detect it.
-
Mike McQuaid authored
formulary: handle unreadable bottle formula.
-
Markus Reiter authored
Remove `UnderscoreSupportingURI`.
-
Markus Reiter authored
Refactor `cask/cli` specs.
-
Mike McQuaid authored
This occurs for any formulae that use relative `require` to files that are inside of e.g. a tap to use abstract formulae.
-
Markus Reiter authored
Unshadow `allow_untrusted` option for pkg artifact
-
- Oct 03, 2017
-
-
Markus Reiter authored
-
Markus Reiter authored
add available languages to cask info command
-
Markus Reiter authored
-
Adam Smith authored
-
- Oct 02, 2017
-
-
Markus Reiter authored
Add missing `summarize` method.
-
Markus Reiter authored
Fix `brew tests` leaving last file in trash.
-
Claudia authored
The pkg stanza has an option called `allow_untrusted`, which is supposed to cause `/usr/sbin/installer` to be called with the `-allowUntrusted` switch. PR #3141 seems to have renamed the `pkg_install_opts` field to `options`. At the same time, it introduces an `options` parameter for the `run_installer` method, which shadows the `options` getter method, causing the `allow_untrusted` option to be silently ignored. The issue affects just the `pkg` stanza because `Hbc::Artifact::Pkg` is the only artifact class that has an `options` method. This commit removes the shadowing by renaming the field to `stanza_options`; in one case, it uses `_options` for a parameter name (instead of the more canonical `_`) for the sake of clarity.
-
Mike McQuaid authored
text_files: Skip the formula in .brew/formula.rb
-
Shaun Jackman authored
-
Markus Reiter authored
-
Markus Reiter authored
Add audit warning if previous Cask version cannot be read.
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
travis.yml: avoid cloning Homebrew/homebrew-core.
-
Mike McQuaid authored
Rearrange the test-bot clones so that the Homebrew/homebrew-core move can be successful to avoid the later clone.
-
- Oct 01, 2017
-
-
ilovezfs authored
shims/super/make: don't export MAKE=make.
-
Mike McQuaid authored
This is redundant and breaks Handbrake: https://github.com/HandBrake/HandBrake/issues/872
-
ilovezfs authored
pour_bottle?: Check bottle.compatible_cellar?
-
Shaun Jackman authored
formula.bottled? is false when the bottle has no sha256, as with a local bottle.
-
Adam Smith authored
add language tests for dsl add fixtures, tests for languages info output add extra lines
-
Markus Reiter authored
-
- Sep 30, 2017
-
-
Markus Reiter authored
Use `PATH` where possible.
-
Markus Reiter authored
-
Mike McQuaid authored
brew: handle Ruby 2.3 more gracefully.
-
Mike McQuaid authored
- `brew.rb` needed updated to fail unless on Ruby 2.3 - `brew update` should unset `HOMEBREW_RUBY_PATH` to ensure that this doesn't "stick" on a Ruby 2.0 version after a portable Ruby has been installed.
-
Mike McQuaid authored
travis.yml: update Xcode version.
-
Vítor Galvão authored
Support UN M.49 region codes.
-
- Sep 29, 2017
-
-
Mike McQuaid authored
audit: don't care about shadowing official taps.
-