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 .
- Jan 16, 2021
-
-
Alexander Bayandin authored
-
- Jan 15, 2021
-
-
Seeker authored
rubocops: point to offending OS-specific block in resource blocks
-
Dawid Dziurla authored
cmd,dev-cmd: indicate multiple named args in usage banner
-
Dawid Dziurla authored
seems like this command takes named args somewhere
-
Dawid Dziurla authored
-
Dawid Dziurla authored
-
Dawid Dziurla authored
-
Mike McQuaid authored
keg: check that alias_match_path exists before checking the `.realpath.
-
Mike McQuaid authored
build(deps): bump sorbet from 0.5.6206 to 0.5.6210 in /Library/Homebrew
-
Mike McQuaid authored
Otherwise this can be a broken symlink which will raise an exception: https://github.com/Homebrew/homebrew-core/runs/1704569542?check_suite_focus=true#step:6:47
-
BrewTestBot authored
-
dependabot[bot] authored
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.6206 to 0.5.6210. - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Seeker authored
patch: delete legacy code
-
Rylan Polster authored
Add named_args DSL for commands
-
Rylan Polster authored
-
Rylan Polster authored
-
Shaun Jackman authored
Amend the governance document
-
Mike McQuaid authored
Keg: fix alias and versioned symlink handling.
-
Mike McQuaid authored
cask/cmd/info_spec: remove skipped test.
-
Mike McQuaid authored
-
Mike McQuaid authored
Unfortunately skipping this test makes it show up in the PR diff every time. Let's just delete it for now instead.
-
Mike McQuaid authored
Previously, `brew upgrade gcc@10` could get overzealous and remove the `LinkedKeg` record for `gcc@9`. This is bad because we then think `gcc@9` is unlinked when it is not and it causes a tonne of conflicts when trying to link `gcc@9` again. Instead, fix up the alias and versioned alias cleanup to be more precise and only delete the symlinks that point to the current `rack`, `opt_record` or `linked_keg_record` and unify the logic so it's performed consistently. While we're here: - don't `remove_old_aliases` every time we try to unlink a directory but just perform it once per `unlink` operation - remove the linked keg record on `uninstall`
-
- Jan 14, 2021
-
-
Mike McQuaid authored
Merge pull request #10323 from Homebrew/revert-10312-allow_overwriting_symlinks_from_the_same_formula Revert "Keg: allow overwriting same-formula conflicts"
-
Markus Reiter authored
sorbet: Update RBI files.
-
Mike McQuaid authored
-
Mike McQuaid authored
dev-cmd/tap-new: fix output on newer versions of Git.
-
Mike McQuaid authored
Otherwise this prints to `stderr` to ask for configuration of the branch name: https://github.com/Homebrew/brew/pull/10323/checks?check_run_id=1701105141#step:5:51
-
Markus Reiter authored
build(deps): bump tapioca from 0.4.11 to 0.4.12 in /Library/Homebrew
-
Seeker authored
-
Jonathan Chang authored
rubocops: permit `mirror` in OS-specific resources
-
BrewTestBot authored
-
BrewTestBot authored
-
dependabot[bot] authored
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.4.11 to 0.4.12. - [Release notes](https://github.com/Shopify/tapioca/releases) - [Commits](https://github.com/Shopify/tapioca/compare/v0.4.11...v0.4.12 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Jonathan Chang authored
-
Seeker authored
SoftwareSpec#add_legacy_patches and Patch#normalize_legacy_patches were added almost 6 years ago; let's delete them See commit 665b14c4 ``` $ grep -r 'normalize_legacy_patches' Library/Homebrew ./software_spec.rb: list = Patch.normalize_legacy_patches(list) ./patch.rb: def self.normalize_legacy_patches(list) ``` ``` $ grep -r 'add_legacy_patches' Library/Homebrew ./software_spec.rb: def add_legacy_patches(list) ```
-
BrewTestBot authored
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
-
Seeker authored
utils/git_repository: use `Pathname.pwd` if no `repo` specified
-
Rylan Polster authored
-
Rylan Polster authored
completions: make opt-in only
-
Seeker authored
-