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 .
- Feb 21, 2020
-
-
Mike McQuaid authored
Welcome to the team!
-
- Feb 19, 2020
-
-
Mike McQuaid authored
workflows/tests: restrict to Homebrew/brew.
-
Mike McQuaid authored
build: bump rubocop from 0.79.0 to 0.80.0 in /Library/Homebrew
-
Mike McQuaid authored
README: add missing maintainers.
-
Mike McQuaid authored
This should avoid being spammed with failing CI runs on random forks.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
tap: update docs to note non-shallow default.
-
Mike McQuaid authored
-
Mike McQuaid authored
Also, while we're here, `rsync` and `git` are not acronyms.
-
dependabot-preview[bot] authored
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.79.0 to 0.80.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.79.0...v0.80.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Feb 18, 2020
-
-
Mike McQuaid authored
feat: expose casks in tap.to_hash for tap-info --json
-
Mike McQuaid authored
test: set Git name and email.
-
Mike McQuaid authored
Extract the code from `bottle.rb` into `utils/git.rb` and ensure it's run before we run tests. Should resolve issues like in https://github.com/Homebrew/homebrew-core/pull/50328
-
- Feb 17, 2020
-
-
Mike McQuaid authored
formula: don't emit standard args for cmake and go
-
Mike McQuaid authored
[ImgBot] Optimize images
-
Mike McQuaid authored
build: bump yell from 2.2.1 to 2.2.2 in /docs
-
Jonathan Chang authored
-
Emily Marigold Klassen authored
-
ImgBotApp authored
/Library/Homebrew/test/support/fixtures/test.svg -- 0.26kb -> 0.25kb (1.52%) Signed-off-by:
ImgBotApp <ImgBotHelp@gmail.com>
-
dependabot-preview[bot] authored
Bumps [yell](https://github.com/rudionrails/yell) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/rudionrails/yell/releases) - [Commits](https://github.com/rudionrails/yell/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
rubocop/lines: add protobuf to whitelist
-
- Feb 16, 2020
-
-
Sam Ford authored
-
Issy Long authored
docs: `depends_on :linux` is now the identifier for Linux-only formulae
-
Issy Long authored
- This was changed in https://github.com/Homebrew/linuxbrew-core/commit/6578a4aa86b80816cf0553f1d45828c0072197a4.
-
Mike McQuaid authored
missing_formula: TexLive is only blacklisted on macOS
-
Issy Long authored
- In Homebrew/linuxbrew-core, [we have a Linux-only formula for `texlive`](https://github.com/Homebrew/linuxbrew-core/tree/master/Formula/texlive.rb). - When running `brew audit --strict texlive` on Linux, we got the following messaging: ``` $ brew audit --strict texlive texlive: * 'texlive' is blacklisted from homebrew/core. Error: 1 problem in 1 formula detected ``` - Looking at where this comes from leads to the missing formula messaging to install `mactex` via Homebrew Cask. The 'blacklisted in homebrew/core' messaging only applies to macOS where Casks are an option for users, so let's not surface the audit for `texlive` on Linux.
-
Mike McQuaid authored
dev-cmd/tap-new: Set up GitHub Actions CI instead of Azure
-
Mike McQuaid authored
build: bump rubocop-rspec from 1.38.0 to 1.38.1 in /Library/Homebrew
-
Issy Long authored
- We recently removed Azure as a supported CI provider (Homebrew/homebrew-test-bot PR 325), so `brew test-bot` won't run on Azure any more. - Homebrew CI is moving towards GitHub Actions as the standard.
-
Mike McQuaid authored
-
- Feb 15, 2020
-
-
dependabot-preview[bot] authored
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.38.0 to 1.38.1. - [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.38.0...v1.38.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Markus Reiter authored
Make rmdir: recursive
-
Dawid Dziurla authored
bump-formula-pr: Only delete Linux bottle line if it exists
-
Issy Long authored
- We have some Linux-only formulae that don't have bottles. - Previously, bumping a Linux-only formula that didn't have a bottle line - eg, `adoptopenjdk` which is `bottle :unneeded` - would fail: ``` Error: inreplace failed /app/linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/adoptopenjdk.rb: expected replacement of /^ sha256 ".+" => :x86_64_linux\n/m with "\2" ```
-
- Feb 14, 2020
-
-
Mike McQuaid authored
cmd/upgrade, reinstall: don't install on dry-run.
-
Mike McQuaid authored
Fixes #7033.
-
Issy Long authored
bump-formula-pr: Determine Linux-only formulae with `depends_on :linux`
-