aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/pull.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/pull.rb')
-rw-r--r--Library/Homebrew/cmd/pull.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb
index cf0b74543..ac43bdad6 100644
--- a/Library/Homebrew/cmd/pull.rb
+++ b/Library/Homebrew/cmd/pull.rb
@@ -152,6 +152,10 @@ module Homebrew
safe_system "git", "checkout", branch
safe_system "git", "merge", "--ff-only", "--no-edit", bottle_branch
safe_system "git", "branch", "-D", bottle_branch
+
+ # TODO: publish on bintray
+ # safe_system "curl", "-u#{user}:#{key}", "-X", "POST",
+ # "https://api.bintray.com/content/homebrew/#{repo}/#{formula}/#{version}"
end
ohai 'Patch changed:'