aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-02-19 12:21:58 +0000
committerMike McQuaid2015-02-19 12:21:58 +0000
commitb22f25ac6f2e1c8dc6110eb33fe789cd133e40e5 (patch)
tree860c1914a3d2a5a33170398546828089d19a92bd /Library
parent20e0aec2f2c55ac10a9cb1fcfb208cc7e1086b67 (diff)
downloadhomebrew-b22f25ac6f2e1c8dc6110eb33fe789cd133e40e5.tar.bz2
test-bot: disable bintray taps temporarily.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index 5f7b31c18..434fe1d32 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -745,6 +745,9 @@ module Homebrew
formula = bottle_filename_formula_name filename
existing_bottle = existing_bottles[formula]
+ # Disable taps temporarily until Bintray sorts our repositories.
+ next if tap
+
unless formula_packaged[formula]
package_url = "#{bintray_repo_url}/#{formula}"
unless system "curl", "--silent", "--fail", "--output", "/dev/null", package_url