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
commit00e6bc98bdbfd5d3a5392dadd11f04b063b2b75f (patch)
tree6735f5f47bd0cb7b0788628574127424e0bc1eb2 /Library
parent2805a62af27ad587f7da55cd062fd30d1cc7b2d5 (diff)
downloadbrew-00e6bc98bdbfd5d3a5392dadd11f04b063b2b75f.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