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 .
- Jun 30, 2021
-
-
Alexander Bayandin authored
Acceptable-Formulae: add a quote from Veracode report
-
Nanda H Krishna authored
Update maintainers, manpage and completions.
-
BrewTestBot authored
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
-
Mike McQuaid authored
Fix BuildPulse handling
-
Mike McQuaid authored
- be more verbose with output to be clear when we're using/submitting to BuildPulse - remove the duplicate BuildPulse submission step
-
Mike McQuaid authored
Doesn't work with system `curl` currently.
-
Sam Ford authored
Replace Nokogiri with REXML
-
- Jun 29, 2021
-
-
Mike McQuaid authored
formula_auditor: don't allow `bottle :unneeded` in core.
-
Mike McQuaid authored
Tweak BuildPulse/`rspec-retry` logic
-
Alexander Bayandin authored
-
Mike McQuaid authored
BuildPulse is trying to find flaky tests for us but, given the previous model of using `rspec-retry`, it would rarely find them. Instead, let's try to always rerun `brew tests` multiple times, report to BuildPulse each time (by moving the reporting logic into `brew tests`) and disable `rspec-retry` when using BuildPulse. While we're here, let's enable `rspec-retry` locally so we don't have flaky tests biting maintainers/contributors there.
-
Mike McQuaid authored
Now we have `all:` bottles and Bintray is going away for `mirror`s: let's bottle everything in Homebrew/homebrew-core.
-
Carlo Cabrera authored
language/python: create venvs with access to system site packages
-
Sam Ford authored
livecheck/strategy/sparkle: check minimumSystemVersion for compatibility
-
Sam Ford authored
-
Sam Ford authored
-
Michael Cho authored
-
Sam Ford authored
Sparkle: Replace Nokogiri with REXML
-
- Jun 28, 2021
-
-
Mike McQuaid authored
build(deps): bump rubocop-rails from 2.11.0 to 2.11.1 in /Library/Homebrew
-
Mike McQuaid authored
build(deps): bump activesupport from 6.1.3.2 to 6.1.4 in /Library/Homebrew
-
BrewTestBot authored
-
BrewTestBot authored
-
Mike McQuaid authored
Fix duplicate formulae in search results
-
Mike McQuaid authored
brew: pass GITHUB_ACTIONS_HOMEBREW_MACOS_SELF_HOSTED
-
BrewTestBot authored
-
BrewTestBot authored
-
Mike McQuaid authored
docs: fix cask doc urls to use docs.brew.sh
-
dependabot[bot] authored
Bumps [activesupport](https://github.com/rails/rails) from 6.1.3.2 to 6.1.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.4/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.3.2...v6.1.4 ) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.11.0...v2.11.1 ) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Dawid Dziurla authored
-
Carlo Cabrera authored
A user may wish to use two use two brew-installed Python packages together. For example, one might want to `import numpy` when using `jupyterlab` or `ptpython`. Currently, the only ways to do this I'm aware of is with some hacking of `PYTHONPATH` or the creation of `.pth` files in a formula's prefix. A better solution is to allow the virtualenvs that `brew` creates to have access to system site-packages by default, so that `import numpy` inside `ptpython` or `jupyterlab` just works. Partially resolves Homebrew/homebrew-core#76950.
-
Sam Ford authored
-
Sam Ford authored
-
nthumann authored
-
- Jun 27, 2021
-
-
Dawid Dziurla authored
default_prefix: set macOS default prefix on Linux if simulating it
-
- Jun 26, 2021
-
-
Dawid Dziurla authored
-
Sam Ford authored
-
Nanda H Krishna authored
Update maintainers, manpage and completions.
-
Carlo Cabrera authored
formula: capture build logs more comprehensively
-
Michael Cho authored
-