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 .
- Dec 08, 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
-
Michka Popoff authored
bottle: add tests for json merging
-
Michka Popoff authored
- Extract the json reading from the json merging: it makes the code hard to understand. This helps for the separation of concerns: the jsons are read in one method; and merged in a second one - Added a first test to check the merge function No change in behaviour was done, this change is just there to increase code coverage and to prepare for #9315
-
Mike McQuaid authored
software_spec: make bottle sorting stable.
-
Mike McQuaid authored
cmd/update: improve shallow clone message.
-
Mike McQuaid authored
dev-cmd/dispatch-build-bottle: remove testing code.
-
- Dec 07, 2020
-
-
Mike McQuaid authored
As `:arm64_big_sur` and `:big_sur` equated to the same version: their sorting was not consistent. Instead, suffix the tag and use that for sorting so `:big_sur` is always before `:arm64_big_sur`.
-
Markus Reiter authored
build(deps-dev): bump html-proofer from 3.17.3 to 3.17.4 in /docs
-
Markus Reiter authored
build(deps): bump sorbet from 0.5.6130 to 0.5.6134 in /Library/Homebrew
-
Mike McQuaid authored
-
Mike McQuaid authored
diagnostic: don't complain about creatable directories that don't exist.
-
Mike McQuaid authored
This was accidentally merged in https://github.com/Homebrew/brew/pull/9444.
-
BrewTestBot authored
-
BrewTestBot authored
-
dependabot[bot] authored
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.6130 to 0.5.6134. - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits ) Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.17.3 to 3.17.4. - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.17.3...v3.17.4 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Mike McQuaid authored
If you can write to `HOMEBREW_PREFIX` (which isn't the case for `/usr/local` on newer macOSs) then don't complain about these directories not existing.
-
Mike McQuaid authored
dev-cmd/dispatch-build-bottle: set ARM labels.
-
Mike McQuaid authored
Set the label properly for ARM. Tested with inputs `11-arm` and `arm64_big_sur`. Fixes https://github.com/Homebrew/brew/issues/9434
-
Mike McQuaid authored
Fix `:arm64_big_sur` bottle ordering.
-
Mike McQuaid authored
brew.sh: don't allow system Ruby on Catalina.
-
Mike McQuaid authored
livecheck: add GithubLatest strategy
-
Mike McQuaid authored
This wasn't being parsed correctly so was being put below the Linux bottle which is less readable, less intuitive and will cause a bunch of merge conflicts.
-
Mike McQuaid authored
It's (far) too broken for our purposes. Fixes https://github.com/Homebrew/brew/issues/9410
-
Mike McQuaid authored
workflows/tests: consolidate macOS tests.
-
- Dec 06, 2020
-
-
Jonathan Chang authored
git_extensions: refactor and delete redundant functions
-