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 14, 2017
-
-
Mike McQuaid authored
Import style changes from: https://github.com/Homebrew/homebrew.github.io/pull/166
-
Mike McQuaid authored
Update to venv.pip_install_and_link in doc
-
Mike McQuaid authored
Add autocorrect method for ComponentsOrder rubocop and tests
-
Michka Popoff authored
`venv.link_scripts(bin) { venv.pip_install buildpath }` is now `venv.pip_install_and_link buildpath`
-
- May 13, 2017
-
-
Gautham Goli authored
-
- May 11, 2017
-
-
Mike McQuaid authored
diagnostic_spec.rb: assertion in check_access_lock_dir test
-
Mike McQuaid authored
Tweak troubleshooting docs and issue template
-
- May 10, 2017
-
-
mansimarkaur authored
Added assertion to check `HOMEBREW_LOCK_DIR.stat.mode` changes after `HOMEBREW_LOCK_DIR.chmod 0555`
-
- May 09, 2017
-
-
Mike McQuaid authored
- Note that Homebrew Cask issues should be filed elsewhere. - Make `brew`/homebrew-core issue differential in simpler language - Tell people to fix all `brew doctor` issues - Refer to the issue checklist and make it even more clear and prominent that we may close it out immediately if they don't use it. - Note that proposed new issues should be widely relevant. - Don't tell people they need to `brew cask install java`; we handle this in most places with a Java requirement and probably want issues filed where we don't. - Remove reference to Homebrew Dupes and replace with reference to Homebrew Cask to try and get people filing stuff there instead. Fixes #2608
-
- May 08, 2017
-
-
Mike McQuaid authored
Travis CI tweaks.
-
Mike McQuaid authored
Attempt to improve Travis CI. This time without any vendoring gems nonsense.
-
Mike McQuaid authored
fix date-based versioning
-
Mike McQuaid authored
Revert gem vendoring experiment.
-
Mike McQuaid authored
This reverts commit 3e4547f5, reversing changes made to 6edf9382.
-
Mike McQuaid authored
This reverts commit 23728729, reversing changes made to 3e4547f5.
-
Mike McQuaid authored
This reverts commit 8d948e4b, reversing changes made to 23728729.
-
- May 07, 2017
-
-
Mike McQuaid authored
Travis CI tweaks
-
Mike McQuaid authored
Tweak our Travis CI configuration and the one we suggest for taps to be faster and use caching.
-
Mike McQuaid authored
Tweak Gem vendoring.
-
Mike McQuaid authored
If people have `HOMEBREW_RUBY_PATH` set then things explode in a rather confusing fashion. Instead, run `bundle` for them with the arguments that they'd want. Also, move `macho` requires into the module itself; it's a pain having to do everything for Bundler before requiring `pathname` which is a core Ruby class.
-
Mike McQuaid authored
Vendor all Homebrew's gems.
-
Mike McQuaid authored
Homebrew's actually ended up using a fair few gems. While we want to avoid Bundler at runtime (and this PR still does that, in fact uses Bundler even less at runtime than it did before) writing our own version to use at build-time seems redundant.
-
- May 06, 2017
-
-
Mike McQuaid authored
Remove unused `e` from `rescue Interrupt`.
-
Markus Reiter authored
-
- May 05, 2017
-
-
Markus Reiter authored
Remove unused command_args
-
- May 04, 2017
-
-
Mike McQuaid authored
-
pseudoku authored
Extra command_args in gain_permissions_remove caused silent failure and path never gets deleted.
-
- May 03, 2017
-
-
ilovezfs authored
style: fix audit --online
-
Mike McQuaid authored
This passed a symbol to `:except_cops` which caused a
. -
Mike McQuaid authored
style: don't require rubocop until installed.
-
Mike McQuaid authored
-
Mike McQuaid authored
This avoids an error when RuboCop installed installed yet. CC @GauthamGoli FYI.
-
Mike McQuaid authored
Remove `existing` from PATH when adding `Gem.bindir`.
-
Mike McQuaid authored
audit: Allow skipping/selective running of cops and cops refactor
-
Mike McQuaid authored
Install a bottle from an URL
-
Mike McQuaid authored
caveats: tweak keg_only style
-
Gautham Goli authored
-
Mike McQuaid authored
Install etc/var files on postinstall.
-
Markus Reiter authored
-
Mike McQuaid authored
utils: create GEM_HOME when installing Gems.
-