| Age | Commit message (Collapse) | Author |
|
|
|
Closes Homebrew/homebrew#43849.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#43819.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
For bottle with `:any_skip_relocation`, relocating text files is
required.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#43816.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
e.g. when it's a detached `HEAD` through checking out a commit rather
than a branch.
|
|
Will be useful for creating El Capitan bottles.
|
|
Closes Homebrew/homebrew#43766.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|
|
We allow passing formulae by URL, file path, etc whose descriptions won't be cached
Closes Homebrew/homebrew#43726.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
We allow to use options like --verbose and --debug for all commands.
And we should support switch format options, e.g. `brew desc -vs foo`
|
|
Closes Homebrew/homebrew#43750.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Closes Homebrew/homebrew#43730.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
This can be extremely verbose and destroys the log. Instead look for
this in the Jenkins build test results.
|
|
* use Homebrew.git_origin
* Handle the case git is unavailable or `.git` doesn't exist
* Handle the case origin isn't github repo
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#42281.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#43650.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#43691.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Before `audit_formula_name: 15.094845999999986`
After `audit_formula_name: 0.5617120000000043`
Closes Homebrew/homebrew#43663.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Do this just for Homebrew developers (and the bot) currently.
|
|
This overrides user configuration which may do otherwise.
Closes Homebrew/homebrew#41570.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Library/Homebrew/cmd/outdated.rb:27: warning: shadowing outer local variable - dir
|
|
The previous code would fail to reset stdout after thread jobs are finshed.
|
|
|
|
|
|
It's been more trouble than it's worth.
Fixes Homebrew/homebrew#43607.
Closes Homebrew/homebrew#43049.
Closes Homebrew/homebrew#43615.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Also simplify the condition branch by early return
Closes Homebrew/homebrew#43574.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#43561.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#43463.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
By directly modifying the results array with
`results[i] = "#{name} (installed)"`, it appeared on successive
iterations that the canonical name was no longer in the array, so
aliases were not removed.
See https://github.com/Homebrew/homebrew/commit/9efe5b554ce9cf6626d9794173725f5e063e5806#commitcomment-12969631
Closes Homebrew/homebrew#43433.
|
|
Closes Homebrew/homebrew#43423.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
`brew search emacs`, with homebrew/emacs tapped:
```
real 0m2.586s
user 0m1.138s
sys 0m0.121s
```
Previously:
```
real 0m2.831s
user 0m1.385s
sys 0m0.087s
```
`brew search s`:
```
real 0m2.260s
user 0m1.201s
sys 0m0.114s
```
Previously:
```
real 0m5.953s
user 0m4.827s
sys 0m0.226s
```
Closes Homebrew/homebrew#35696.
Closes Homebrew/homebrew#42662.
|
|
And remove the documented stuff from the `example-formula.rb`.
Closes Homebrew/homebrew#43241.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Fixes Homebrew/homebrew#43280.
Closes Homebrew/homebrew#43352.
Signed-off-by: Xu Cheng <xucheng@me.com>
|