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 .
- Jul 03, 2018
-
-
Markus Reiter authored
Show tapped casks.
-
Mike McQuaid authored
Bump github-pages from 186 to 187 in /docs
-
Mike McQuaid authored
Re-enable tests by removing a stray rspec `:focus`
-
dependabot[bot] authored
Bumps [github-pages](https://github.com/github/pages-gem) from 186 to 187. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/compare/v186...v187 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- Jul 02, 2018
-
-
Claudia authored
-
Mike McQuaid authored
install: don't exit on Homebrew.failed?
-
Mike McQuaid authored
This will be set if e.g. pinned packages aren't being upgraded. Fixes #4388.
-
Mike McQuaid authored
Bump rubocop from 0.57.1 to 0.57.2 in /Library/Homebrew/test
-
dependabot[bot] authored
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.57.1 to 0.57.2. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.57.1...v0.57.2 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Jul 01, 2018
-
-
Mike McQuaid authored
Upgrade to Rubocop 0.57.2
-
Mike McQuaid authored
Remove unneeded RuboCop comment.
-
Markus Reiter authored
-
Andrew Janke authored
-
Andrew Janke authored
-
- Jun 30, 2018
-
-
Gautham Goli authored
DependencyOrder: Fix var initialization bug
-
Mike McQuaid authored
Fix `Cask#full_name`.
-
Gautham Goli authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
Readd functionality to list all casks.
-
Mike McQuaid authored
linkage: enable cache by default.
-
Mike McQuaid authored
brew.sh: remove unused variable.
-
Mike McQuaid authored
As of #4377 this is no longer used.
-
Mike McQuaid authored
portable-ruby: respect HOMEBREW_BOTTLE_DOMAIN variable.
-
Mike McQuaid authored
This has not been causing any issues in CI or for `master` users so let's now enable it by default for everyone.
-
Mike McQuaid authored
This was requested in: https://discourse.brew.sh/t/adding-additional-download-sources-to-homebrew/2446 With this change you can use e.g. Artifactory for Homebrew's portable ruby.
-
- Jun 27, 2018
-
-
Mike McQuaid authored
Implement HOMEBREW_FORCE_BREWED_GIT
-
Jack Haden-Enneking authored
No need to check for both variables, because they're always set together. Also, this harmonizes with the CURL equivalent just above.
-
- Jun 26, 2018
-
-
Jack Haden-Enneking authored
-
Jack Haden-Enneking authored
Because of this messing with the user's path: https://github.com/Homebrew/brew/blob/ efc02899/bin/brew#L68 brew uses /usr/bin/git over brewed git, even when the former is problematically old. There may also be other reasons a user prefers to use brewed git. There was already a HOMEBREW_FORCE_BREWED_CURL option and a HOMEBREW_SYSTEM_CURL_TOO_OLD check to set it. This mostly copies those to implement HOMEBREW_FORCE_BREWED_GIT & HOMEBREW_SYSTEM_GIT_TOO_OLD. See also: https://github.com/Linuxbrew/brew/issues/736
-
Mike McQuaid authored
Revert "Fix SVN downloads of versioned formula by munging directory names"
-
Mike McQuaid authored
-
- Jun 25, 2018
-
-
ilovezfs authored
mirror: use curl_executable instead of curl function
-