diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/test-bot.rb | 3 |
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 |
