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 .
- Apr 11, 2020
-
-
Jonathan Chang authored
-
- Apr 09, 2020
-
-
Jonathan Chang authored
-
Dawid Dziurla authored
dev-cmd/pr-publish: fix undefined method error on invalid input
-
Bo Anderson authored
-
Mike McQuaid authored
Audit: allow make check for nettle
-
Sean Molenaar authored
-
- Apr 08, 2020
-
-
Mike McQuaid authored
docs/Formula-Cookbook.md: mention the use of 'bottle :unneeded'
-
Mike McQuaid authored
shims/mac/super/xcrun: unset rather than emptying DEVELOPER_DIR
-
Thierry Moisan authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
Thierry Moisan authored
-
Bo Anderson authored
-
Bo Anderson authored
formula: make CMake SDK root choice consistent with superenv (+ SDK root refactoring)
-
Bo Anderson authored
-
Bo Anderson authored
-
Bo Anderson authored
-
- Apr 07, 2020
-
-
Bo Anderson authored
-
Mike McQuaid authored
Library/Homebrew/rubocops/uses_from_macos: add ssh-copy-id
-
Mike McQuaid authored
bump-formula-pr: use Homebrew::EnvConfig
-
EricFromCanada authored
-
Alexander Bayandin authored
-
Mike McQuaid authored
audit: Check if `uses_from_macos` usage is correct
-
Mike McQuaid authored
-
Mike McQuaid authored
Set HOMEBREW_GITHUB_API_TOKEN from GITHUB_TOKEN.
-
Mike McQuaid authored
Remove old pkgconfig files.
-
Mike McQuaid authored
os/mac/pkgconfig: supply default homebrew_sdkroot
-
Mike McQuaid authored
If `HOMEBREW_GITHUB_API_TOKEN` is not set and `GITHUB_TOKEN` is: let's use it. `GITHUB_TOKEN` is a somewhat standard env var to set for GitHub authentication tokens (e.g. used by `hub`).
-
Mike McQuaid authored
Homebrew::EnvConfig: unify environment variables.
-
Mike McQuaid authored
Homebrew no longer runs on these macOS versions.
-
Bo Anderson authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
cli/parser but for environment variables. This makes it easier to set, check, document and set defaults for environment variables in a single location that can be used for query and documentation generation.
-
Mike McQuaid authored
Add `mdimporter` stanza to homebrew cask DSL
-
- Apr 06, 2020
-
-
Dario Vladovic authored
-
Dario Vladovic authored
-
Issy Long authored
- This builds on @jonchang's work that started in #6265. - We now use `uses_from_macos` to declare dependencies that are implicit on macOS because they ship with macOS, but they're needed on Linux. We have to be sure that the dependencies people specify as `uses_from_macos` are actually shipped with macOS. So, we maintain a safelist of those dependencies and check against it. - Also add more legitimate `uses_from_macos` dependencies to the list. - This is runnable with `brew audit --only-cops=FormulaAudit/UsesFromMacos`. - It produces different number of failures on macOS vs. Linux, because apparently we've not synced Homebrew/linuxbrew-core upstream thoroughly enough yet. - Originally this was designed as a `--strict` audit, but we flipped it to be a normal audit because - to quote Mike - this is "sufficiently robust" now.
-
Dawid Dziurla authored
download_strategy: unlink the lock file after unlocking it
-
Dawid Dziurla authored
-
Bo Anderson authored
shims/mac/super/pkg-config: fix macOS <=10.13 compatibility
-