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 19, 2017
- May 16, 2017
-
-
Mike McQuaid authored
-
- May 15, 2017
-
-
Mike McQuaid authored
-
John Hawkinson authored
-
Gautham Goli authored
-
- May 13, 2017
-
-
Gautham Goli authored
-
Mike McQuaid authored
Instead of trying to do this all with a single regex give up and do a two stage process. Eventually I'll end up implementing a full ruby parser here
. -
Mike McQuaid authored
- only document HOMEBREW_* variables in the manpage (although still read from all the original environment variables). - resort manpage environment variables in alphabetical order - check the original path for trailing slashes
-
Gautham Goli authored
-
- May 10, 2017
-
-
mansimarkaur authored
Added assertion to check `HOMEBREW_LOCK_DIR.stat.mode` changes after `HOMEBREW_LOCK_DIR.chmod 0555`
-
Mike McQuaid authored
This may result in a slightly varied build but it’s generally just far less annoying to be able to access all your e.g. shell configuration.
-
- May 09, 2017
-
-
Mike McQuaid authored
These versioned aliases don’t correspond to the correct version if not Installed from stable. Fixes #2596.
-
Mike McQuaid authored
Check that a required versioned alias has a valid name (rather than assuming it’s fine based on it’s existence alone) and check for the presence of invalid version aliases. This should handle the case where someone bumps a formula but forgets to rename the alias that’s mentioned in #2596.
-
Mike McQuaid authored
We don't care about this in external taps as this is more about code architecture than code style.
-
- May 08, 2017
-
-
Markus Reiter authored
-
Mike McQuaid authored
Attempt to improve Travis CI. This time without any vendoring gems nonsense.
-
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
Tweak our Travis CI configuration and the one we suggest for taps to be faster and use caching.
-
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
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
-
-
Markus Reiter authored
-
- May 04, 2017
-
-
pseudoku authored
Extra command_args in gain_permissions_remove caused silent failure and path never gets deleted.
-
- May 03, 2017
-
-
Mike McQuaid authored
This passed a symbol to `:except_cops` which caused a
. -
Mike McQuaid authored
-
Mike McQuaid authored
This avoids an error when RuboCop installed installed yet. CC @GauthamGoli FYI.
-
Gautham Goli authored
-
Markus Reiter authored
-
Mike McQuaid authored
Also, don't delete them after that. This means that `brew postinstall` becomes a way to easily reinstall configuration files for any formula without needing any changes to any bottles or requiring a reinstall.
-
Mike McQuaid authored
It may not exist before Gem installation which means that the resulting installed gem will not be found in the PATH.
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Gautham Goli authored
Also refactor audit cops into two "departments" - FormulaAudit - FormulaAuditStrict
-
Gautham Goli authored
-
- May 02, 2017
-
-
Reto Kromer authored
-