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 .
- Nov 02, 2018
-
-
Markus Reiter authored
-
Mike McQuaid authored
Revert "Bump concurrent-ruby from 1.0.5 to 1.1.0 in /Library/Homebrew…
-
- Nov 01, 2018
-
-
Philip Harrison authored
1.1.0 was yanked from Rubygems: https://rubygems.org/gems/concurrent-ruby/versions This reverts commit ab372d0e.
-
Mike McQuaid authored
Merge pull request #5225 from Homebrew/dependabot/bundler/Library/Homebrew/vendor/concurrent-ruby-1.1.0 Bump concurrent-ruby from 1.0.5 to 1.1.0 in /Library/Homebrew/vendor
-
- Oct 31, 2018
-
-
dependabot[bot] authored
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.0.5 to 1.1.0. - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.0.5...v1.1.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
Bump pathutil from 0.16.1 to 0.16.2 in /docs
-
Mike McQuaid authored
Fix Nil error when mirror download fails
-
Mike McQuaid authored
audit: Don't mutate args
-
commitay authored
bump-formula-pr: run audit by default
-
Gautham Goli authored
-
- Oct 30, 2018
-
-
dependabot[bot] authored
Bumps [pathutil](https://github.com/envygeeks/pathutil) from 0.16.1 to 0.16.2. - [Release notes](https://github.com/envygeeks/pathutil/releases) - [Commits](https://github.com/envygeeks/pathutil/compare/v0.16.1...v0.16.2 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
Merge pull request #5206 from Homebrew/dependabot/bundler/Library/Homebrew/test/parallel_tests-2.26.2 Bump parallel_tests from 2.26.0 to 2.26.2 in /Library/Homebrew/test
-
commitay authored
-
Steven Peters authored
dev-cmd/bottle: require arg for --root-url
-
Steven Peters authored
-
Michael Ripley authored
This issue causes method in a Nil object to be read when a mirror download fails. In my case, this occurs due to my office's proxy blocking certain mirrors. This patch fixes the Nil access, exposing a more helpful error message. ## Before patch ``` $ brew install maven Error: An exception occurred within a child process: NoMethodError: undefined method `unlock' for nil:NilClass ``` ## After patch ``` $ brew install maven Error: An exception occurred within a child process: DownloadError: Failed to download resource "maven" Download failed: Couldn't determine mirror, try again later. ``` ## Steps to reproduce 1. Use brew 1.8.0 2. Ensure maven is not installed: ``` brew remove maven ``` 3. Ensure the download is not cached: ``` rm "$HOME/Library/Caches/Homebrew/downloads/*--apache-maven-*-bin.tar.gz" ``` 4. Make the mirrors unreachable by pointing them at a nonfunctional proxy: ``` export http{,s}_proxy=http://localhost:8080 export no_proxy=*.github.com,*.brew.sh ``` 5. Attempt package installation ``` brew install maven ```
-
dependabot[bot] authored
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.26.0 to 2.26.2. - [Release notes](https://github.com/grosser/parallel_tests/releases) - [Commits](https://github.com/grosser/parallel_tests/compare/v2.26.0...v2.26.2 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- Oct 29, 2018
-
-
Mike McQuaid authored
cli_parser: Make Homebrew.args immutable once CLI args have been processed
-
Mike McQuaid authored
Prepend shims path to PATH used by `system` and `safe_system`
-
Mike McQuaid authored
Bump parser from 2.5.1.2 to 2.5.3.0 in /Library/Homebrew/test
-
Mike McQuaid authored
README: add Jason Tedor.
-
dependabot[bot] authored
Bumps [parser](https://github.com/whitequark/parser) from 2.5.1.2 to 2.5.3.0. - [Release notes](https://github.com/whitequark/parser/releases) - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/whitequark/parser/compare/v2.5.1.2...v2.5.3.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
EricFromCanada authored
-
EricFromCanada authored
Set HOMEBREW_FORCE_BREWED_CURL or HOMEBREW_FORCE_BREWED_GIT if the system-provided versions are missing or outdated, causing either to be installed on the next `brew update`.
-
Gautham Goli authored
-
- Oct 28, 2018
-
-
Mike McQuaid authored
diy: add meson support
-
- Oct 27, 2018
-
-
Luca Weiss authored
Also print the path to put files into if no build system was determined.
-
Mike McQuaid authored
Welcome!
-
Mike McQuaid authored
audit: make `keg_only_style` non-strict
-
Mike McQuaid authored
options_cop: make audits non-strict
-
Mike McQuaid authored
audit: remove deleted formulae from unstable whitelist
-
Mike McQuaid authored
unpack_strategy: fix extension for compress
-
Mike McQuaid authored
audit: make `throttled` a regular audit
-
commitay authored
-
commitay authored
-
Jonathan Chang authored
-
commitay authored
-
EricFromCanada authored
-
EricFromCanada authored
Note that the `HOMEBREW_FORCE_BREWED_` vars are automatically set if the system `git` and `curl` are too old. Drop mention of `HOMEBREW_GIT` which isn't user-settable.
-
EricFromCanada authored
Ensures `system` and `safe_system` use brewed git if available.
-