aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-10-15 16:25:17 +0800
committerXu Cheng2015-10-15 16:25:17 +0800
commit79018e4e242dbad09adce4c60e2f4f061df0a402 (patch)
tree0676acfbecad4ae0393834899d9dafac3040b210 /Library
parentd162aab9c686752ac55dd9202a7ece5c847c4943 (diff)
downloadbrew-79018e4e242dbad09adce4c60e2f4f061df0a402.tar.bz2
test-bot: remove unused --tap args for brew bottle
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index 663fdebef..ac0c0aa14 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -592,7 +592,6 @@ module Homebrew
bottle_step.output.gsub(/.*(\.\/\S+#{bottle_native_regex}).*/m, '\1')
bottle_rb_filename = bottle_filename.gsub(/\.(\d+\.)?tar\.gz$/, ".rb")
bottle_merge_args = ["--merge", "--write", "--no-commit", bottle_rb_filename]
- bottle_merge_args << "--tap=#{@tap}" if @tap
bottle_merge_args << "--keep-old" if ARGV.include? "--keep-old"
test "brew", "bottle", *bottle_merge_args
test "brew", "uninstall", "--force", canonical_formula_name
@@ -823,7 +822,6 @@ module Homebrew
end
bottle_args = ["--merge", "--write", *Dir["*.bottle.rb"]]
- bottle_args << "--tap=#{tap}" if tap
bottle_args << "--keep-old" if ARGV.include? "--keep-old"
system "brew", "bottle", *bottle_args