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 .
- Oct 21, 2019
-
-
David Griffith authored
Ordinarily variable assignments in Makefiles are done simply with an unconditional assignment: the equals sign. There are variants of this: FOO := $(BAR) Avoid recursively expand variables. FOO ?= bar Assign only if $(FOO) is not already set. FOO += bar Add more to a variable. FOO != bar Execute a shell script and assign result to $(FOO). See also https://www.gnu.org/software/make/manual/html_node/Conditional-Example.html https://www.gnu.org/software/make/manual/html_node/Flavors.html
-
Mike McQuaid authored
brew test: more fixes for ARM
-
- Oct 19, 2019
-
-
Cheng XU authored
On ARMv7, the arch name is armv7l instead of armv7. So update the bottle file name accordingly.
-
Mike McQuaid authored
brew tests: fix for ARM
-
- Oct 18, 2019
-
-
Cheng XU authored
This ensures correct RUBY_PATH is used when running `brew tests` with custom `HOMEBREW_RUBY_PATH` More info: https://github.com/Homebrew/brew/pull/6617#discussion_r336431131
-
Markus Reiter authored
Fix `shellenv` when using `-u`.
-
Mike McQuaid authored
doctor: list any uncommitted modified files in CI
-
Mike McQuaid authored
-
Cheng XU authored
-
Cheng XU authored
Also fix the absolute link used by testball_bottle-0.1.intel_macintosh.bottle.tar.gz
-
Markus Reiter authored
-
- Oct 17, 2019
-
-
EricFromCanada authored
-
Markus Reiter authored
Fix `#match?` on `nil`.
-
Markus Reiter authored
-
Markus Reiter authored
-
- Oct 16, 2019
-
-
Mike McQuaid authored
os/mac/xcode: fallback to clang version for detecting CLT.
-
Mike McQuaid authored
For some reason `pkgutil --pkgs` no longer lists the CLT after the Catalina supplemental update. Fixes https://github.com/Homebrew/brew/issues/6610
-
Mike McQuaid authored
vendor-install: Add ruby bottle for aarch64
-
Mike McQuaid authored
bottle: do not install patchelf if --skip-relocation flag is passed
-
Cheng XU authored
-
Markus Reiter authored
Skip quarantining symlinks.
-
Markus Reiter authored
-
Markus Reiter authored
Fix missing `command` method.
-
- Oct 15, 2019
-
-
Markus Reiter authored
-
Mike McQuaid authored
README: update maintainers.
-
Mike McQuaid authored
Some arriving, some leaving.
-
Mike McQuaid authored
build: bump rubocop from 0.75.0 to 0.75.1 in /Library/Homebrew
-
dependabot-preview[bot] authored
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.75.0 to 0.75.1. - [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.75.0...v0.75.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
Raise deprecation exceptions in tests
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Previously tests which hit `odeprecated` would print warnings but not always raise exceptions or fail. Combine this with the ability to have `odeprecated` to turn into `odisabled` on certain dates and you have tests that may fail just on the clock changing (this is bad). Instead, ensure that tests always raise deprecations as exceptions so that new deprecations will have their tests handled immediately.
-
Markus Reiter authored
Cask: only quarantine working symlinks
-
- Oct 14, 2019
-
-
L. E. Segovia authored
Fixes Homebrew/homebrew-cask#70796
-
Markus Reiter authored
Move condition to nested `if` statement.
-
Markus Reiter authored
-
Markus Reiter authored
Fix `Dmg` detection.
-
Markus Reiter authored
-
Issy Long authored
Bump Rubocop's `TargetRubyVersion` to 2.6 and fix all offenses
-
Mike McQuaid authored
-