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 .
- Apr 22, 2016
-
-
Mike McQuaid authored
Make multiple replacements if using the block form.
-
Mike McQuaid authored
It simplifies the number of commands and it's now an officially supported command again.
-
Martin Afanasjew authored
Closes #119. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Martin Afanasjew authored
Since switching from `system` to `Utils.popen_read` we no longer need to suppress Ruby's output of `Syntax OK` to `$stdout`.
-
Martin Afanasjew authored
Previously, syntax warnings were printed, but didn't cause `readall` to exit with a non-zero exit code. Now they do, making it easier to catch accidentally introduced syntax warnings in the test bot.
-
Logan Rosen authored
The current one returns a 404.
-
Andrew Janke authored
Reorders the PR submission steps so `brew audit` is done after `brew install`, so it can pick up issues with the installed formula, like non-executable stuff in `bin/`. Matches the `test-bot` process better. Minor style changes, including consistently using periods at the end of list items which are complete imperative sentences. Closes #127. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
Andrew Janke authored
Makes identifying which line in a formula has the bad use of 'option' easier. Closes #120. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
Andrew Janke authored
This collects all violations for each formula in a single place, instead of doing `brew style` outputs for all formulae first, and then the other audit checks. Closes #112. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
Misty De Meo authored
Closes #125. Signed-off-by:
Misty De Meo <mistydemeo@github.com>
-
Misty De Meo authored
-
Misty De Meo authored
-
- Apr 21, 2016
-
-
Mike McQuaid authored
This version is never wanted at this point and it will help Homebrew Cask deal with the annoying errors that result from having this version still around (some which I've already help users debug).
-
Mike McQuaid authored
Someone else has been sending weird data to ours and it has bad initial test data so let's roll it before we ship it to everyone on Saturday.
-
- Apr 20, 2016
-
-
Martin Afanasjew authored
Closes #114. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Martin Afanasjew authored
Use the `reason` attribute to be able to handle `UsageError` subclasses more uniformly and simplify logic in `brew.rb` to handle them together.
-
Martin Afanasjew authored
Instead of always printing the generic help text, print command-specific help if it is available and a command raised the `UsageError` exception. Put the error message underneath the help text (was above) to avoid that it scrolls off the screen. Thereby fix a regression where handling the invalid usage would fail to access `ARGV.usage` removed in c6536066.
-
Martin Afanasjew authored
Turns out making `empty_argv` a boolean argument for `Homebrew.help` was not the best idea and having command-to-path mapping and help extraction in a single method is not flexible enough. Also only complain about missing help text when `HOMEBREW_DEVELOPER=1` and otherwise just print the generic help text.
-
Martin Afanasjew authored
Format the usage examples more consistently (particularly parentheses instead of square brackets where one of several alternatives has to be picked). And add the now much more useful `brew help <command>`. Closes #113. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Martin Afanasjew authored
This implies that `--version` is treated in most places like a regular command, e.g. being suggested in shell completion. Also fix the help text that claimed output goes to standard error, while it actually goes to standard output.
-
Martin Afanasjew authored
-
Martin Afanasjew authored
-
Martin Afanasjew authored
-
Martin Afanasjew authored
-
Martin Afanasjew authored
-
Martin Afanasjew authored
-
Martin Afanasjew authored
In `Library/Homebrew/test/`: test_integration_cmds.rb:431: warning: (...) interpreted as grouped expression test_integration_cmds.rb:502: warning: (...) interpreted as grouped expression test_integration_cmds.rb:507: warning: (...) interpreted as grouped expression test_integration_cmds.rb:585: warning: (...) interpreted as grouped expression test_integration_cmds.rb:709: warning: (...) interpreted as grouped expression test_integration_cmds.rb:710: warning: (...) interpreted as grouped expression test_integration_cmds.rb:711: warning: (...) interpreted as grouped expression
-
Martin Afanasjew authored
Library/brew.rb:108: warning: `*' interpreted as argument prefix
-
- Apr 19, 2016
-
-
Xu Cheng authored
Library/Homebrew/cmd/man.rb:44: warning: assigned but unused variable - commands Closes #116. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
Closes #115. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
* without `default_remote`, `CoreTap#install` won't be able to tell whether user has passed to custom remote to it. * simplify some part of logics
-
Xu Cheng authored
* remote check requires `git` installed. * Do not perform check if user does not passing remote explicitly. Fixes #108
-
Xu Cheng authored
Library/Homebrew/dev-cmd/linkage.rb:113: warning: shadowing outer local variable - label
-
Xu Cheng authored
Library/Homebrew/cmd/man.rb:44: warning: assigned but unused variable - commands
-
Xu Cheng authored
Noted, `brew tap foo` will not fail if the tap is already installed.
-
Xu Cheng authored
This is to avoid TapFormulaAmbiguityError. We should load formula based on what we installed, rather than just name.
-
Andrew Janke authored
Pulls 'brew linkage' in to main brew repo as a dev-cmd, and has test-bot use it to detect dylib breakage, which usually means a revision bump is needed. Checks all dependents, not just those with a 'test do' block defined, since we can do this without formula support. Closes #107. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
Dominyk Tiller authored
-
Misty De Meo authored
Fixes mistydemeo/tigerbrew#186. Closes #110. Signed-off-by:
Misty De Meo <mistydemeo@github.com>
-