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 .
- Mar 05, 2020
-
-
Mike McQuaid authored
rubocop.yml: reduce Max LineLength.
-
Mike McQuaid authored
Fixed the formulae in homebrew/core. Slowly but surely...
-
Mike McQuaid authored
cli/parser: add and use more helpers.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
extend/string: match multiline make variables
-
Mike McQuaid authored
dependency_collector: make resource dep available at test-time too
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Bo Anderson authored
-
Dawid Dziurla authored
There are formulae that use resource blocks for stuff that is needed in test blocks. If a resource is a `.zip` archive, one needs `unzip` utility in `PATH` to extract it, but its only available at build-time, so one observes an error like that for example: ``` ==> brew test psftools --verbose Testing psftools ==> Downloading https://www.zone38.net/font/pc8x8.zip Already downloaded: /github/home/.cache/Homebrew/downloads/ea5f6a485687368ff5bc99e4cc43a49b06e081baa51a97ee6ddcd8d1b82d7963--pc8x8.zip ==> Verifying ea5f6a485687368ff5bc99e4cc43a49b06e081baa51a97ee6ddcd8d1b82d7963--pc8x8.zip checksum unzip -o /github/home/.cache/Homebrew/downloads/ea5f6a485687368ff5bc99e4cc43a49b06e081baa51a97ee6ddcd8d1b82d7963--pc8x8.zip -d /tmp/d20200304-21389-ui0wr0 Error: psftools: failed undefined method `shelljoin' for nil:NilClass ``` Of course this issue affects Linux the most, because of higher probability that the system lacks `unzip` for example. With this commit, all resource guessed dependencies should be available at build and test time.
-
Shaun Jackman authored
docs/Homebrew-on-Linux.md: Use the bash installer
-
Shaun Jackman authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
python: Use literal "python" for virtualenv path
-
- Mar 04, 2020
-
-
Mike McQuaid authored
workflows/tests: cleanup actions.
-
Peter Teixeira authored
-
Mike McQuaid authored
Tweak GitHub Actions code to be more consistent.
-
Mike McQuaid authored
keg: handle more exceptions on uninstall.
-
Mike McQuaid authored
python: Fix error in virtualenv_install_with_resources
-
Mike McQuaid authored
Fixes https://github.com/Homebrew/brew/issues/7110
-
Bo Anderson authored
Fixes #7115.
-
Mike McQuaid authored
search: add separate flag for formulae
-
Mike McQuaid authored
-
Mike McQuaid authored
change `export PATH` to `add-path` for github actions
-
vidusheeamoli authored
-
Mike McQuaid authored
build: bump zeitwerk from 2.2.2 to 2.3.0 in /Library/Homebrew
-
Mike McQuaid authored
API: supply additional data for requirements
-
Mike McQuaid authored
Fix for when version is nil
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
dependabot-preview[bot] authored
Bumps [zeitwerk](https://github.com/fxn/zeitwerk) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/fxn/zeitwerk/releases) - [Changelog](https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md) - [Commits](https://github.com/fxn/zeitwerk/compare/v2.2.2...v2.3.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
brew: remove most traces of python@2
-
Mike McQuaid authored
build: bump zeitwerk from 2.2.2 to 2.3.0 in /docs
-
dependabot-preview[bot] authored
Bumps [zeitwerk](https://github.com/fxn/zeitwerk) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/fxn/zeitwerk/releases) - [Changelog](https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md) - [Commits](https://github.com/fxn/zeitwerk/compare/v2.2.2...v2.3.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-