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 .
- Feb 11, 2020
-
-
dependabot-preview[bot] authored
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.1.5 to 1.1.6. - [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.1.5...v1.1.6 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
build: bump tins from 1.24.0 to 1.24.1 in /Library/Homebrew
-
- Feb 10, 2020
-
-
dependabot-preview[bot] authored
Bumps [tins](https://github.com/flori/tins) from 1.24.0 to 1.24.1. - [Release notes](https://github.com/flori/tins/releases) - [Commits](https://github.com/flori/tins/compare/v1.24.0...v1.24.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Feb 07, 2020
-
-
Mike McQuaid authored
Update Taps.md
-
Pierre PACI authored
brew tap user/repo example was misleading
-
Issy Long authored
docs: update with new Linux workflow
-
Jonathan Chang authored
-
- Feb 06, 2020
-
-
Mike McQuaid authored
brew reinstall --interactive
-
Samuel Cochran authored
-
Samuel Cochran authored
-
Samuel Cochran authored
-
Samuel Cochran authored
More often than I realised, I want to `brew reinstall --build-from-source --interactive $FORMULA` to add some custom configuration. It seems like a useful addition?
-
Mike McQuaid authored
tap: fix arguments.
-
Mike McQuaid authored
- Use Ruby attribute arguments. - Fix use of `full_clone` in `cmd/tap` to be on by default. - Remove unnecessary argument in test.
-
Mike McQuaid authored
ARGV: Deprecate ARGV.quieter?
-
Mike McQuaid authored
system_command_result_spec: fix frozen objects.
-
Mike McQuaid authored
Dockerfile: changes to speed CI runs
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Feb 05, 2020
-
-
Gautham Goli authored
-
Jonathan Chang authored
-
- Feb 04, 2020
-
-
Mike McQuaid authored
bin/brew: Fix `brew edit` behaviour when using a graphical editor
-
Mike McQuaid authored
[Linux] docs: Update sponsors to say GitHub Actions not CircleCI
-
Issy Long authored
- We switched from Circle CI to Azure Pipelines, then to GitHub Actions. - I can't find any directly linkable official GitHub logo assets on https://github.com/logos and I don't want to upload an image directly to this repo. So, remove the image. If that's acceptable.
-
Issy Long authored
- Without `DISPLAY` as an envvar in `bin/brew`, running `brew edit` with $EDITOR set to a graphical editor (eg `gedit`), it errored on Linux: ``` $ EDITOR=gedit brew edit vim Editing /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/vim.rb Unable to init server: Could not connect: Connection refused (org.gnome.gedit:15470): Gtk-WARNING **: 18:17:07.537: cannot open display: Error: Failure while executing; `gedit /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/vim.rb` exited with 1. ``` Fixes #6958.
-
Issy Long authored
[Linux] docs: We've got a new (automated) process for bottling!
-
Issy Long authored
-
Issy Long authored
-
Mike McQuaid authored
README: update Homebrew PLC.
-
- Feb 03, 2020
-
-
Mike McQuaid authored
I have stepped down and Sean has replaced me.
-
Mike McQuaid authored
help: print cli/parser help message if used
-
Mike McQuaid authored
Add stable url, tag and revision to json output
-
Igor Kapkov authored
-
Mike McQuaid authored
-
Mike McQuaid authored
tap: default to full clones.
-
- Feb 02, 2020
-
-
Igor Kapkov authored
-
Mike McQuaid authored
-
Mike McQuaid authored
This makes `Tap` consistent with what the installer is doing. Generally shallow clones get slower and slower (and more and more pointless) the more they are fetched so don't make sense for our use-case. Keep the option around anyway because it's useful for integration tests.
-
Mike McQuaid authored
docs: remove some option mentions
-