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 .
- Oct 10, 2020
-
-
Markus Reiter authored
-
Markus Reiter authored
Add and vendor `rubocop-sorbet` and `sorbet-runtime-stub`.
-
Vidushee Amoli authored
sorbet: Update RBI files and prune files.yaml.
-
BrewTestBot authored
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml).
-
Markus Reiter authored
build(deps-dev): bump github-pages from 208 to 209 in /docs
-
Markus Reiter authored
build(deps): bump codecov from 0.2.11 to 0.2.12 in /Library/Homebrew
-
dependabot[bot] authored
Bumps [codecov](https://github.com/codecov/codecov-ruby) from 0.2.11 to 0.2.12. - [Release notes](https://github.com/codecov/codecov-ruby/releases) - [Changelog](https://github.com/codecov/codecov-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-ruby/compare/v0.2.11...v0.2.12 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [github-pages](https://github.com/github/pages-gem) from 208 to 209. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/compare/v208...v209 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Markus Reiter authored
Fix `dependabot.yml`.
-
Markus Reiter authored
-
- Oct 09, 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
-
Mike McQuaid authored
audit: allow Linux checking Homebrew dependencies.
-
Mike McQuaid authored
This applies to linuxbrew-core rather than Linux, really.
-
Mike McQuaid authored
audit: check versioned dependency conflicts.
-
Mike McQuaid authored
We don't want to have a formula depending on e.g. both `python@3.8` and `python@3.9` in the same dependency tree (generally). As this isn't a blanket rule: add an allowlist with the expectation that we'll need to use it.
-
Markus Reiter authored
Update vendored gems.
-
Mike McQuaid authored
Reduce shallow clone usage
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
GitHub has requested we request our usage of shallow clones. As a result: - do default to shallow clones on CI - do not do --shallow-since when setting up new repositories in `brew update` - do not support shallow clones of homebrew-core at all We may consider in future unshallowing all clones unconditionally.
-
Mike McQuaid authored
cask/cmd/info.rb: Fix crash when running `brew cask info --github`
-
William Ma authored
-
Michka Popoff authored
python: do not add main brewed Python site-package to virtualenv
-
Michka Popoff authored
If added, this makes the virtualenv read the main site-package from brewed Python, and especially makes it read our sitecustomize.py file, which will modify the sys.executable path. See the full discussion at: https://github.com/Homebrew/brew/pull/8873 I also took the opportunity to not include test deps, as these will be not be installed, so the .pth file should not contains references to site-packages from test deps. Previous packages on Linux did already contain the wrong lines in the pth file, for example: cat /home/linuxbrew/.linuxbrew/Cellar/aws-google-auth/0.0.36_1/libexec/lib/python3.8/site-packages/homebrew_deps.pth import site; site.addsitedir('/home/linuxbrew/.linuxbrew/opt/python@3.8/lib/python3.8/site-packages') import site; site.addsitedir('/home/linuxbrew/.linuxbrew/opt/libxml2/lib/python3.8/site-packages') This might have caused subtle bugs for some packages but not for others.
-
- Oct 08, 2020
-
-
Mike McQuaid authored
Fix running deprecated command in fish completion
-
Shuhei Akutagawa authored
-
Markus Reiter authored
Force `brew upgrade` to treat arguments as casks if `--cask` is passed.
-
Markus Reiter authored
-
Markus Reiter authored
Allow all cask options for `brew reinstall` and `brew upgrade`.
-
Markus Reiter authored
-