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 .
- May 13, 2020
-
-
Mike McQuaid authored
The new `fetch_patches` method wasn't exclusively fetching so shouldn't have been skipped when it was. Fixes #7558.
-
Mike McQuaid authored
Merge pull request #7561 from Homebrew/dependabot/bundler/Library/Homebrew/mime-types-data-3.2020.0512 build(deps): bump mime-types-data from 3.2020.0425 to 3.2020.0512 in /Library/Homebrew
-
Mike McQuaid authored
formula JSON: include URLs for non-bottled formulae
-
dependabot-preview[bot] authored
Bumps [mime-types-data](https://github.com/mime-types/mime-types-data) from 3.2020.0425 to 3.2020.0512. - [Release notes](https://github.com/mime-types/mime-types-data/releases) - [Changelog](https://github.com/mime-types/mime-types-data/blob/master/History.md) - [Commits](https://github.com/mime-types/mime-types-data/compare/v3.2020.0425...v3.2020.0512 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
EricFromCanada authored
-
Bo Anderson authored
Fix formatting issue in Formula Cookbook
-
Dan Fabulich authored
-
Bo Anderson authored
workflows/tests: fix for pre-installed Linuxbrew
-
Bo Anderson authored
-
- May 12, 2020
-
-
Mike McQuaid authored
Fetch (all) resources when building from source
-
Mike McQuaid authored
Also: - when `brew test` or `brew postinstall` is run allow `Resource#stage` to fetch the resource. - make `Formula#fetch` and `Resource#fetch` fetch external patches too. Follow-up from #7549 and #7546.
-
Mike McQuaid authored
formula_installer: ignore dependencies when fetching.
-
Mike McQuaid authored
utils/fork: check for inner exception command.
-
Mike McQuaid authored
Whenever you are fetching a dependency you only care about fetching that specific dependency and not all the dependencies of that dependency. Unlike installing, dependencies can be fetched in any order and have no "chains" between them.
-
Mike McQuaid authored
If it's not present then `ErrorDuringExecution` and `BuildError` don't work correctly so better to fall back to a default `RuntimeError`.
-
Mike McQuaid authored
build(deps): bump rubocop from 0.82.0 to 0.83.0 in /Library/Homebrew
-
Mike McQuaid authored
Document how to use test fixtures
-
Mike McQuaid authored
This crashes `brew style`.
-
Mike McQuaid authored
-
dfabulich authored
-
dependabot-preview[bot] authored
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.82.0 to 0.83.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.82.0...v0.83.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Bo Anderson authored
resource: restore fetch in stage
-
Bo Anderson authored
Fixes #7546.
-
- May 11, 2020
-
-
Mike McQuaid authored
brew.sh: check versions of proper cURL and Git
-
Maxim Belkin authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Maxim Belkin authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
Fetch formula resources before unlinking during upgrade.
-
Mike McQuaid authored
workflows: fix docker hub pushing
-
Dawid Dziurla authored
-
Mike McQuaid authored
-
Mike McQuaid authored
This uses `FormulaInstaller#fetch` to recursively fetch dependencies through the dependency tree and allows `install_dependency` to not do any fetching.
-
Michelle Nguyen authored
Fixes #6374.
-
Dawid Dziurla authored
-
Mike McQuaid authored
docs/How-to-Create-and-Maintain-a-Tap: official vendor taps.
-
Mike McQuaid authored
Replace ARGV#flags_only with Homebrew.args.flags_only
-
Mike McQuaid authored
Replace ARGV#bottle_arch with Homebrew.args.bottle_arch
-
Mike McQuaid authored
Cleanup ARGV.include? usage
-
Mike McQuaid authored
Livecheck Formula DSL
-