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 10, 2020
-
-
Markus Reiter authored
-
- Sep 10, 2020
-
-
Markus Reiter authored
-
- Sep 09, 2020
-
-
Rylan Polster authored
Previously, running e.g. `brew help bundle` when homebrew-bundle was not tapped would tap homebrew-bundle and then run `brew bundle` showing `Error: No Brewfile found` instead of the expected help text.
-
- Sep 03, 2020
-
-
Maxim Belkin authored
Align the logic in `cleanup_portable_ruby` with that in `ruby.sh`. Co-authored-by:
Maxim Belkin <maxim.belkin@gmail.com> Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Aug 24, 2020
-
-
Dawid Dziurla authored
-
- Aug 20, 2020
-
-
Mike McQuaid authored
- Add `--stackprof` to allow using stackprof - Use the latest version of `ruby-prof` - Automatically open the generated HTML output
-
- Aug 06, 2020
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Jul 31, 2020
-
-
Markus Reiter authored
-
Markus Reiter authored
-
- Jul 30, 2020
-
-
Markus Reiter authored
-
- Jul 25, 2020
-
-
Markus Reiter authored
-
- Jul 16, 2020
-
-
Bo Anderson authored
-
- Jun 22, 2020
-
-
rmnull authored
-
- May 24, 2020
-
-
Mike McQuaid authored
Fixes #5730
-
- May 23, 2020
-
-
Mike McQuaid authored
Replace with `Homebrew.args.debug?`. Part of #5730.
-
- Apr 07, 2020
-
-
Mike McQuaid authored
-
- Apr 01, 2020
-
-
Mike McQuaid authored
-
- Mar 31, 2020
-
-
Issy Long authored
- This has to be in multiple places, hence a new method. A patch failing to apply, which is a common occurrence with HEAD builds because the patch is already upstream, raises a different exception to another, "normal" build failure. Tested with: ``` ╭─issyl0@rigel /home/linuxbrew/.linuxbrew/Homebrew ‹head-builds-arent-officially-supported*› ╰─ $ brew install --HEAD mtr ==> Cloning https://github.com/traviscross/mtr.git Updating /home/issyl0/.cache/Homebrew/mtr--git ==> Checking out branch master Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 155f76a Merge pull request #340 from Sea-n/master ==> Downloading https://github.com/traviscross/mtr/pull/315.patch?full_index=1 Already downloaded: /home/issyl0/.cache/Homebrew/downloads/82d9d939303d8fceb7a3ae071ecd49a5f075e0fb451b308653b555ffbae74336--315.patch ==> Patching ==> Applying 315.patch patching file packet/probe.c Hunk #1 FAILED at 323. Hunk #2 FAILED at 364. 2 out of 2 hunks FAILED -- saving rejects to file packet/probe.c.rej Error: Failure while executing; `patch -g 0 -f -p1 -i /tmp/mtr--patch-20200330-10734-avjmyy/315.patch` exited with 1. HEAD builds are unsupported by maintainers - please file pull requests instead of issues. ``` and ``` ╭─issyl0@rigel /home/linuxbrew/.linuxbrew/Homebrew ‹head-builds-arent-officially-supported*› ╰─ $ brew install --HEAD zookeeper ==> Cloning https://gitbox.apache.org/repos/asf/zookeeper.git Updating /home/issyl0/.cache/Homebrew/zookeeper--git ==> Checking out branch master Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 1ff1b779 ZOOKEEPER-3755: Use maven to create fatjar ==> ant compile_jute Last 15 lines from /home/issyl0/.cache/Homebrew/Logs/zookeeper/01.ant: 2020-03-30 21:45:10 +0100 ant compile_jute Picked up _JAVA_OPTIONS: -Duser.home=/home/issyl0/.cache/Homebrew/java_cache Buildfile: build.xml does not exist! Build failed READ THIS: https://docs.brew.sh/Troubleshooting HEAD builds are unsupported by maintainers - please file pull requests instead of issues. ```
-
- Mar 11, 2020
-
-
Mike McQuaid authored
Instead, direct people to the actual tap.
-
- Feb 03, 2020
-
-
Mike McQuaid authored
-
- Feb 02, 2020
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jan 27, 2020
-
-
Dawid Dziurla authored
-
- Nov 04, 2019
-
-
Jonathan Chang authored
-
- Apr 30, 2019
-
-
Mike McQuaid authored
-
- Apr 20, 2019
-
-
Mike McQuaid authored
-
- Apr 19, 2019
-
-
Mike McQuaid authored
-
- Apr 18, 2019
-
-
Michka Popoff authored
Follow up from #6018
-
- Apr 17, 2019
-
-
Michka Popoff authored
except for "brew services" command
-
- Apr 12, 2019
-
-
Mike McQuaid authored
-
- Apr 01, 2019
-
-
Mike McQuaid authored
-
- Mar 25, 2019
-
-
Michka Popoff authored
Closes #5865
-
- Feb 21, 2019
-
-
Mike McQuaid authored
This is needed to avoid gem conflicts when `global.rb` is loaded for some commands.
-
Mike McQuaid authored
-
- Feb 13, 2019
-
-
Mike McQuaid authored
This is long gone at this point so no need to keep this code around.
-
- Jan 24, 2019
-
-
Mike McQuaid authored
- Move `odeprecated` to `odisabled` - Remove `odisabled` - Enable automatic cleanup on install/reinstall/upgrade.
-