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 18, 2020
-
-
Caleb Xu authored
-
Shaun Jackman authored
update: Fetch the symbolic reference origin/HEAD
-
Issy Long authored
docs/Maintainer-Guidelines: Reflect `brew mirror` now being automatic
-
Issy Long authored
- Thanks to #7709, we've saved some maintainer time from doing this manually. - To check that it's working, search for "Mirrored <formula_name>" in the CI log output for the publish bottles action for relevant formulae like ImageMagick in the future.
-
Issy Long authored
bintray: automatically run brew mirror if needed
-
Issy Long authored
Resolve errors reported by Sorbet
-
vidusheeamoli authored
-
vidusheeamoli authored
Sorbet was reporting errors (error code: 4010) on the auto-generated tapioca RBI files. Since sorbet-typed has a good enough RBI for json hence we can exclude json from tapioca generation using the --exclude flag.
-
Mike McQuaid authored
build(deps): bump activesupport from 6.0.3.1 to 6.0.3.2 in /docs
-
- Jun 17, 2020
-
-
dependabot-preview[bot] authored
Bumps [activesupport](https://github.com/rails/rails) from 6.0.3.1 to 6.0.3.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.3.1...v6.0.3.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
append colon (:) to end of INFOPATH for brew shellenv
-
Mike McQuaid authored
build(deps): bump parallel from 1.19.1 to 1.19.2 in /Library/Homebrew
-
Shaun Jackman authored
-
dependabot-preview[bot] authored
Bumps [parallel](https://github.com/grosser/parallel) from 1.19.1 to 1.19.2. - [Release notes](https://github.com/grosser/parallel/releases) - [Commits](https://github.com/grosser/parallel/compare/v1.19.1...v1.19.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
William Woodruff authored
vendor-install: upgrade to 2.6.3_2
-
Misty De Meo authored
-
- Jun 16, 2020
-
-
Sean Molenaar authored
Audit cask language locales
-
Sean Molenaar authored
-
Sean Molenaar authored
cask: codify the token rules
-
Mike McQuaid authored
uses_from_macos: allow ed
-
Michka Popoff authored
-
- Jun 14, 2020
-
-
Issy Long authored
Initialize Tapioca
-
vidusheeamoli authored
-
vidusheeamoli authored
-
vidusheeamoli authored
-
- Jun 13, 2020
-
-
Dawid Dziurla authored
-
Dan Kessler authored
The behavior of some programs (e.g., emacs) differs depending on whether INFOPATH is terminated in a colon or not. For example, the info viewer built into emacs has a default list of places from which it will draw info files, and it will only check this if either (a) INFOPATH is unset, or (b) INFOPATH ends in a colon. Currently brew shellenv prepends to the existing $INFOPATH and will separate with a colon if $INFOPATH already exists, but if it does not it will not terminate in a colon. As a result, info pages (like emacs and elisp) are missing from the info viewer. The existing brew shellenv logic used a parameter expansion trick to include a colon only if it was prepending to an extant INFOPATH, but because we want brew's contribution to the INFOPATH to always end in a colon (whether there's an existing INFOPATH or not), we don't have to use the parameter expansion trick This commit only changes behavior for "other" shells (i.e., not fish, csh, or tcsh) since I don't know how to append a colon to variables in these shells.
-
- Jun 12, 2020
-
-
Issy Long authored
audit: Supress pre-release audits for known pre-release formulae
-
Issy Long authored
- This safelists one formula that has only ever shipped pre-releases, from before we had the GitHub pre-release audit. So it won't fail CI and cause maintainers more work to determine if it's always been that way, or if it's new. Then, we don't have to keep comments at the top of files to say so for the next contributors. - We should check this list from time to time to make sure that the formulae here have graduated to actual releases and we can remove them.
-
Mike McQuaid authored
tap-new: restrict new tap names.
-
Mike McQuaid authored
Don't want to restrict this for all taps otherwise existing ones may explode. Fixes #7734
-
Mike McQuaid authored
language/java: add support for OpenJDK
-
Mike McQuaid authored
docs: clarify Formula location in Tap repositories
-
Mike McQuaid authored
cat: Allow 'bat' to find existing configuration
-
Mike McQuaid authored
Remove workflows/apidoc
-
Mike McQuaid authored
Replaced with scheduled regeneration job in https://github.com/Homebrew/rubydoc.brew.sh/pull/97.
-
Mike McQuaid authored
tap: check for invalid fetched tap name.
-
Mike McQuaid authored
Dockerfile: run `git fetch`.
-
Mike McQuaid authored
docs: restore h1 headings for pages with front matter
-
Mike McQuaid authored
utils/ruby.sh: update `test-ruby` (and rename to test_ruby)
-