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 .
- Aug 07, 2020
-
-
Mike McQuaid authored
These were all made `--formulae` and `--casks` for consistency but that doesn't behave as expected because they have special behaviours in `args`. Instead, use the singular form everywhere.
-
Mike McQuaid authored
Fix “wrong number of arguments” error
-
Mike McQuaid authored
Cleanup more GitHub Actions usage
-
Claudia authored
This commit fixes an error introduced in 6c964d4a, which would surface on certain install/reinstall/upgrade failures. Example: ``` ==> Patching patching file default_out.txt Hunk #2 FAILED at 11. 1 out of 2 hunks FAILED -- saving rejects to file default_out.txt.rej Error: wrong number of arguments (given 3, expected 2) /usr/local/Homebrew/Library/Homebrew/reinstall.rb:77:in `restore_backup' /usr/local/Homebrew/Library/Homebrew/reinstall.rb:52:in `block in reinstall_formula' /usr/local/Homebrew/Library/Homebrew/utils.rb:377:in `ignore_interrupts' /usr/local/Homebrew/Library/Homebrew/reinstall.rb:52:in `rescue in reinstall_formula' /usr/local/Homebrew/Library/Homebrew/reinstall.rb:10:in `reinstall_formula' /usr/local/Homebrew/Library/Homebrew/cmd/reinstall.rb:71:in `block in reinstall' /usr/local/Homebrew/Library/Homebrew/cmd/reinstall.rb:65:in `each' /usr/local/Homebrew/Library/Homebrew/cmd/reinstall.rb:65:in `reinstall' /usr/local/Homebrew/Library/Homebrew/brew.rb:112:in `<main>' ```
-
Markus Reiter authored
Remove usages of `Homebrew.args.verbose?` and `Homebrew.args.debug?`.
-
Mike McQuaid authored
Increase consistency between workflows, use more of our actions and `@main`.
-
Seeker authored
cask/create: update template to match new style
-
Seeker authored
bump-formula-pr: only check closed PRs for exact match
-
Seeker authored
-
- Aug 06, 2020
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
build(deps): bump dnsruby from 1.61.3 to 1.61.4 in /docs
-
Mike McQuaid authored
workflows/tests: cleanup steps.
-
Mike McQuaid authored
cmd/tap-info: improve comma usage.
-
Mike McQuaid authored
Set up Homebrew should handle both the Git and Ruby setup for us (and do so faster).
-
Mike McQuaid authored
Broken in https://github.com/Homebrew/brew/pull/8230.
-
Mike McQuaid authored
Remove more tap pinning code.
-
Mike McQuaid authored
This was deprecated and removed a while ago.
-
Mike McQuaid authored
Revert "Deprecate global `Homebrew.args`."
-
Mike McQuaid authored
workflows/tests: use setup-homebrew GitHub Action.
-
Mike McQuaid authored
cask/cmd/upgrade: output cask upgrades on new line
-
Mike McQuaid authored
-
Mike McQuaid authored
This allows more code reuse.
-
Mike McQuaid authored
audit: add --tap argument.
-