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 .
- Nov 03, 2020
-
-
EricFromCanada authored
-
Mike McQuaid authored
audit: bypass artifact check for vifm-osx-0.11
-
- Nov 02, 2020
-
-
Mike McQuaid authored
Improve @-versioned formulae linking.
-
chenrui authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
Keg.for: handle non-existent path.
-
Mike McQuaid authored
Unify and use Git username/email/GPG handling.
-
Mike McQuaid authored
Fixes #9017
-
Álan Crístoffer authored
`--formula` is now required for `brew list`, otherwise an error message is printed. Fixes #9017
-
Mike McQuaid authored
Otherwise `path.realpath` will raise `Errno::ENOENT` rather than the expected `NotAKegError`. Fixes https://github.com/Homebrew/brew/issues/9015
-
Mike McQuaid authored
We're using essentially the same logic to setup Git for committing in multiple places but the way we're doing so is inconsistent. Moved to using two shared utility methods and use them consistently.
-
Mike McQuaid authored
build(deps): bump rspec from 3.9.0 to 3.10.0 in /Library/Homebrew
-
Mike McQuaid authored
Update display of requirements
-
Mike McQuaid authored
Fixes issue mentioned in #9016.
-
Mike McQuaid authored
-
dependabot[bot] authored
Bumps [rspec](https://github.com/rspec/rspec) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/rspec/rspec/releases) - [Commits](https://github.com/rspec/rspec/compare/v3.9.0...v3.10.0 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Miccal Matthews authored
shared_audits: add lidarr to GITHUB_PRERELEASE_ALLOWLIST
-
miccal authored
-
Rui Chen authored
``` ==> FAILED Formula/vifm.rb:4:3: C: https://github.com/vifm/vifm/releases/download/v0.11/vifm-osx-0.11.tar.bz2 looks like a binary package, not a source archive; homebrew/core is source-only. url "https://github.com/vifm/vifm/releases/download/v0.11/vifm-osx-0.11.tar.bz2" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
-
EricFromCanada authored
-
EricFromCanada authored
also add formatting to download URLs
-
EricFromCanada authored
This more closely matches requirements' display in the DSL.
-
EricFromCanada authored
-
EricFromCanada authored
-
- Nov 01, 2020
-
-
FX Coudert authored
audit: fdroidserver can have mixed python versions
-
Jonathan Chang authored
-
- Oct 31, 2020
-
-
FX Coudert authored
python: update virtualenv
-
Shaun Jackman authored
Revert "Improve @-versioned formulae linking."
-
Shaun Jackman authored
-
FX Coudert authored
-
- Oct 30, 2020
-
-
Mike McQuaid authored
Improve @-versioned formulae linking.
-
- Oct 29, 2020
-
-
Mike McQuaid authored
The way we currently handle @-versioned formulae linking is pretty labourius: - it requires extensive use of `link_overwrite` to avoid the `link` stage failing on certain install/upgrade scenarios - we teach people to use `brew link --force` whenever they wish to link a versioned formulae when it's pretty obvious what's expected in that situation Instead, let's: - automatically unlink other versioned formulae when linking a versioned formula (either through `brew link` or `install`/`upgrade` /`reinstall`) - notify the user what we've done (with the same messaging as if they had run `brew link` manually)
-
Mike McQuaid authored
spec_helper: fix Timeout::Error/SystemExit handling.
-
Jonathan Chang authored
build(deps): bump sorbet-runtime from 0.5.5973 to 0.5.5981 in /Library/Homebrew
-
Mike McQuaid authored
These need to be manually caught and set otherwise they will not be retried by `rspec-retry`. This is particularly annoying and a cause of CI failures when tests timeout but are not retried. Fixes https://github.com/Homebrew/brew/issues/8979
-
Markus Reiter authored
-
dependabot[bot] authored
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.5973 to 0.5.5981. - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Jonathan Chang authored
build(deps): bump sorbet from 0.5.5949 to 0.5.6006 in /Library/Homebrew
-
Jonathan Chang authored
-
dependabot[bot] authored
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.5949 to 0.5.6006 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Mike McQuaid authored
Fix upgrading dependents on missing keg
-