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
-
-
Rylan Polster authored
Add full_token and tap entries to cask json output
-
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
-
Mike McQuaid authored
Undeprecate ENV.O1/ENV.O0
-
Mike McQuaid authored
These are still used in Homebrew/homebrew-core. The others are either - default (Os on macOS, O2 on Linux) - less reliable than the default (O3) While we're here, also remove an outdated `ncurses_define` comment.
-
Michka Popoff authored
workflows/tests: remove hadolint.
-
Mike McQuaid authored
It's failing to install.
-
- Feb 07, 2021
-
-
Bo Anderson authored
workflows/doctor: fix workflow not running
-
Rylan Polster authored
Fix typo
-
Max Nordlund authored
-
Bo Anderson authored
sorbet: Update RBI files.
-
- Feb 06, 2021
-
-
BrewTestBot authored
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
-
Sam Ford authored
livecheck: check stable before head by default
-
Misty De Meo authored
Utils: fix *_stdout_or_stderr helpers
-
Misty De Meo authored
Several calls to ohai and puts were directly changed into calls to these new functions, but they don't share arity or an API. The base functions allow arbitrary number of arguments, allowing for multiline printing that covers both a title and a longer message.
-
Mike McQuaid authored
homebrew_bootsnap: fail more gracefully.
-
- Feb 05, 2021
-
-
Bo Anderson authored
-
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.
-