pull: support downloading bottles for taps.
This commit is contained in:
parent
62815f4b3d
commit
54347843ed
@ -139,8 +139,12 @@ module Homebrew
|
||||
end
|
||||
|
||||
if ARGV.include? "--bottle"
|
||||
if tap_name
|
||||
pull_url "https://github.com/BrewTestBot/homebrew-#{tap_name}/compare/homebrew:master...pr-#{issue}"
|
||||
else
|
||||
pull_url "https://github.com/BrewTestBot/homebrew/compare/homebrew:master...pr-#{issue}"
|
||||
end
|
||||
end
|
||||
|
||||
ohai 'Patch changed:'
|
||||
safe_system "git", "diff-tree", "-r", "--stat", revision, "HEAD"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user