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 .
- Apr 18, 2020
-
-
Jonathan Chang authored
-
Dawid Dziurla authored
workflows: fix docker tag
-
Dawid Dziurla authored
-
Mike McQuaid authored
workflows/tests: handle system Linuxbrew.
-
- Apr 17, 2020
-
-
Mike McQuaid authored
-
Mike McQuaid authored
GitHub Actions has started rolling out Linuxbrew to some workers so ensure we can handle whether or not it's present. Cleanup and move things around while we're here.
-
Mike McQuaid authored
build(deps): bump rubocop from 0.81.0 to 0.82.0 in /Library/Homebrew
-
Mike McQuaid authored
-
dependabot-preview[bot] authored
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.81.0 to 0.82.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.81.0...v0.82.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
formula_cellar_checks: check for shim dir references
-
Jonathan Chang authored
github: add sponsors GraphQL API
-
Jonathan Chang authored
-
- Apr 16, 2020
-
-
Mike McQuaid authored
dev-cmd/audit: add --skip-style option.
-
Mike McQuaid authored
This will allow `brew style` and `brew audit` to be run separately without providing duplicates. Additionally, run RuboCop style rules when `--strict` isn't provided and remove a confusing reference to `style`.
-
Mike McQuaid authored
test: ensure pkill is run even without exception.
-
Mike McQuaid authored
This should make it easier to cleanup after test failures or successes. It may also allow simplification of `test do` blocks if they can assume that all subprocesses will be killed.
-
Bo Anderson authored
-
Mike McQuaid authored
cli/args: fix formulae_paths.
-
- Apr 15, 2020
-
-
Mike McQuaid authored
docs: point to homebrew/install repository.
-
Mike McQuaid authored
The `Pathname`s don't have `name`s to `uniq`.
-
Mike McQuaid authored
shims/super/cc: allow -Werror=implicit-function-declaration
-
Mike McQuaid authored
formula: add standard meson args
-
Mike McQuaid authored
This saves duplicating the (un)install instructions in multiple places.
-
Mike McQuaid authored
audit: add draft release detection
-
Alexander Bayandin authored
-
Michka Popoff authored
libdir is especially important on Fedora based distributions, where it might default to "lib64", but everything else expects "lib", so forcing the libdir is necessary there.
-
Mike McQuaid authored
build(deps): bump parser from 2.7.1.0 to 2.7.1.1 in /Library/Homebrew
-
Mike McQuaid authored
cmd/upgrade: handle nil runtime_dependencies.
-
Bo Anderson authored
-
Bo Anderson authored
-
Mike McQuaid authored
Fixes #7360
-
Mike McQuaid authored
-
dependabot-preview[bot] authored
Bumps [parser](https://github.com/whitequark/parser) from 2.7.1.0 to 2.7.1.1. - [Release notes](https://github.com/whitequark/parser/releases) - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/whitequark/parser/compare/v2.7.1.0...v2.7.1.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Apr 14, 2020
-
-
Mike McQuaid authored
cli/args: add formulae_paths helper.
-
Mike McQuaid authored
None of these made sense as end-user commands.
-
Mike McQuaid authored
-
Mike McQuaid authored
This makes these commands robust to invalid syntax.
-
Mike McQuaid authored
This allows getting the formulae passed as arguments while not having to read the file or raising an exception on invalid syntax.
-
Mike McQuaid authored
dev-cmd/extract: instruct users to run git fetch unshallow
-
vidusheeamoli authored
-