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 08, 2021
-
-
Carlos Álvaro authored
-
Carlos Álvaro authored
As suggested by @Rylan12, integration tests are super slow. Co-Authored-By:
Rylan Polster <rslpolster@gmail.com>
-
Carlos Álvaro authored
Prevent calling name tap attribute when the tap is nil Co-Authored-By:
Rylan Polster <rslpolster@gmail.com>
-
Carlos Álvaro authored
-
Carlos Álvaro authored
-
Carlos Álvaro authored
-
Carlos Álvaro authored
-
- Feb 06, 2021
-
-
Mike McQuaid authored
homebrew_bootsnap: fail more gracefully.
-
- Feb 05, 2021
-
-
Mike McQuaid authored
If `bootsnap` isn't available then print out an error message rather than failing all of Homebrew.
-
Mike McQuaid authored
utils: import {ohai,puts}_stdout_or_stderr
-
Mike McQuaid authored
-
Mike McQuaid authored
Fixes #10536
-
Issy Long authored
Merge pull request #10535 from issyl0/utils-github-error-if-no-creds-are-detected-and-scopes-are-required utils/github: Provide a better error message when users don't have any GitHub credentials set
-
Issy Long authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
os/mac/diagnostic: always require dev tools on Apple Silicon
-
Issy Long authored
- This way if we ever change this messaging, we only have to do so once.
-
Issy Long authored
- When running `brew request-bottle`, users who don't have credentials in the macOS keychain (ie, Linux users) or `HOMEBREW_GITHUB_API_TOKEN` receive "Error: Not Found" from the GitHub API returning a 404. - This is cryptic and confusing for newcomers to Linux maintenance, and potentially confusing to other folks using `open_api` where credentials are expected yet unset. - This adds a new `MissingAuthenticationError` to handle the case where the GitHub API returns 404 and there are no creds yet API scopes are required. Before: ``` issyl0@sky:/home/linuxbrew/.linuxbrew/Homebrew$ brew request-bottle hello ==> Dispatching request to Homebrew/linuxbrew-core for hello Error: Not Found ``` After: ``` issyl0@sky:/home/linuxbrew/.linuxbrew/Homebrew$ brew request-bottle hello ==> Dispatching request to Homebrew/linuxbrew-core for hello Error: No GitHub credentials found in Keychain or environment. Create a GitHub personal access token: https://github.com/settings/tokens/new?scopes=gist,public_repo&description=Homebrew echo 'export HOMEBREW_GITHUB_API_TOKEN=your_token_here' >> ~/.profile ```
-
Bo Anderson authored
-
Mike McQuaid authored
cmd/update-report: output to stderr when not a TTY.
-
Mike McQuaid authored
build(deps): bump codecov from 0.4.2 to 0.4.3 in /Library/Homebrew
-
Mike McQuaid authored
build(deps): bump bootsnap from 1.7.0 to 1.7.1 in /Library/Homebrew
-
Mike McQuaid authored
build(deps): bump sorbet from 0.5.6267 to 0.5.6274 in /Library/Homebrew
-
Mike McQuaid authored
docs/Releases: update process documentation.
-
Mike McQuaid authored
cmd/--prefix: ignore shared-mime-info and mactex
-
Mike McQuaid authored
- Note that Homebrew/homebrew-core CI jobs should complete successfully before creating a release - No code changes only required for 4 hours, 24 hours is a bit excessive/unrealistic - Note that commented `odeprecated` code should be uncommented - TinyLetter emails are no longer required (MailChimp does so automatically from the RSS feed) - Note that `brew release` will output the major/minor blog post content (after #10499 is merged) instead of referencing the now-deprecated `brew release-notes` - Note why you should not create a release on older `master` commits and provide an alternate process to handle this case - Various style tweaks
-
Mike McQuaid authored
Re-enable `vendor-gems` for pull requests.
-
dependabot[bot] authored
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.6267 to 0.5.6274. - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits ) Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/Shopify/bootsnap/releases) - [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.7.0...v1.7.1 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [codecov](https://github.com/codecov/codecov-ruby) from 0.4.2 to 0.4.3. - [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.4.2...v0.4.3 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Jonathan Chang authored
xcode: update for Xcode 12.4
-
Rylan Polster authored
style: re-enable bottle order cop
-
Markus Reiter authored
-
Rylan Polster authored
-
Rylan Polster authored
bottle: write bottles in correct order
-
Dawid Dziurla authored
untap: add missing --force switch
-
Rylan Polster authored
-
Sam Ford authored
formula_auditor: skip archived repository audits if disabled
-
Dawid Dziurla authored
-
- Feb 04, 2021
-
-
Carlo Cabrera authored
rubocops/bottle: disable bottle order check
-
Carlo Cabrera authored
This is causing CI failures at homebrew/core [1], so let's disable this for now. [1] https://github.com/Homebrew/homebrew-core/commit/01b6830646c216a80e4747154963942626ce4cbe
-