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 .
- May 23, 2018
-
-
Andrew R. McBurney authored
-
- May 22, 2018
-
-
Mike McQuaid authored
-
Andrew R. McBurney authored
1. Running `brew linkage some_package` does not set the cache. 2. Running `brew linkage --cached some_package` when `DatabaseCache.empty?` returns `true` should build the cache. 3. Running `brew linkage --cached some_package` when `DatabaseCache.empty?` returns `false` should use the cache.
-
Andrew R. McBurney authored
-
- May 19, 2018
-
-
Andrew R. McBurney authored
Lazily load db of type `DBM` instance variable for `DatabaseCache` so the corresponding database file isn't created in the `.use` block for a `DatabaseCache`.
-
- May 18, 2018
-
-
Andrew R. McBurney authored
Made `DatabaseCache.new` private, and changes instances in code that call it to use `DatabaseCache.use` instead.
-
Andrew R. McBurney authored
-
Andrew R. McBurney authored
-
Andrew R. McBurney authored
-
- May 16, 2018
-
-
Andrew R. McBurney authored
-
Andrew R. McBurney authored
-
- May 07, 2018
-
-
Andrew R. McBurney authored
Use cache if `HOMEBREW_LINKAGE_CACHE` exists in `formula_cellar_checks` and `formula`. Make functions private in `LinkageChecker`.
-
- May 03, 2018
-
-
Mike McQuaid authored
-
Mike McQuaid authored
portable-ruby 2.3.3_2
-
Mike McQuaid authored
Now with a working DBM on Linux.
-
Mike McQuaid authored
-
Mike McQuaid authored
Update issue templates
-
Mike McQuaid authored
Use the new issue template improvements: https://blog.github.com/2018-05-02-issue-template-improvements/
-
Mike McQuaid authored
This seems like it could fix the GitHub Pages build.
-
Mike McQuaid authored
-
Mike McQuaid authored
Merge pull request #4139 from Homebrew/dependabot/bundler/Library/Homebrew/test/parallel_tests-2.21.3 Bump parallel_tests from 2.21.2 to 2.21.3 in /Library/Homebrew/test
-
Mike McQuaid authored
docs: fix Jekyll theme usage.
-
dependabot[bot] authored
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.21.2 to 2.21.3. - [Release notes](https://github.com/grosser/parallel_tests/releases) - [Commits](https://github.com/grosser/parallel_tests/compare/v2.21.2...v2.21.3 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
Bump rspec-retry from 0.5.6 to 0.5.7 in /Library/Homebrew/test
-
Mike McQuaid authored
Bump simplecov from 0.15.1 to 0.16.1 in /Library/Homebrew/test
-
Mike McQuaid authored
Need to use `remote_theme` not `theme` for this to work on GitHub Pages. Handily, though, this removes the need for making and uploading a gem.
-
dependabot[bot] authored
Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.15.1 to 0.16.1. - [Release notes](https://github.com/colszowka/simplecov/releases) - [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md) - [Commits](https://github.com/colszowka/simplecov/compare/v0.15.1...v0.16.1 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [rspec-retry](https://github.com/noredink/rspec-retry) from 0.5.6 to 0.5.7. - [Release notes](https://github.com/noredink/rspec-retry/releases) - [Changelog](https://github.com/NoRedInk/rspec-retry/blob/master/changelog.md) - [Commits](https://github.com/noredink/rspec-retry/compare/v0.5.6...v0.5.7 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
Bump github-pages from 158 to 183 in /docs
-
dependabot[bot] authored
Bumps [github-pages](https://github.com/github/pages-gem) from 158 to 183. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/compare/v158...v183 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
Use Homebrew’s Jekyll theme
-
Mike McQuaid authored
These means we can remove a bunch of the HTML from this repository and move it to https://github.com/homebrew/jekyll-theme-homebrew.
-
- May 02, 2018
-
-
Mike McQuaid authored
-
Mike McQuaid authored
bump-formula-pr: fix tag/revision argument.
-
Mike McQuaid authored
-
Mike McQuaid authored
Can't do `@args[hash_type]` if `hash_type` is `nil`.
-
- May 01, 2018
-
-
Mike McQuaid authored
Remove completions for (un)linkapps commands
-
Alyssa Ross authored
These were deleted in cffa5a98.
-
Mike McQuaid authored
bump-formula-pr: Use Parser to parse args
-
ilovezfs authored
Support GCC 8
-