From 15bebd6e7e8710c9475f76702c4c321c6c6626a8 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Feb 2015 19:36:14 +0000 Subject: test-bot: default tap bottles to Bintray. --- Library/Homebrew/cmd/test-bot.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index 57f87b1bf..cbecbc0b0 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -452,11 +452,10 @@ module Homebrew bottle_args = ["--rb", formula_name] if @tap tap_user, tap_repo = @tap.split "/" - # Opt-in to Bintray tap support until we switch over - if ENV["HOMEBREW_BINTRAY_TESTING"] - bottle_args << "--root-url=#{BottleSpecification::DEFAULT_DOMAIN}/#{Bintray.repository(@tap)}" - else + if ENV["HOMEBREW_SOURCEFORGE_TESTING"] bottle_args << "--root-url=#{BottleSpecification::DEFAULT_ROOT_URL}/#{tap_repo}" + else + bottle_args << "--root-url=#{BottleSpecification::DEFAULT_DOMAIN}/#{Bintray.repository(@tap)}" end end bottle_args << { :puts_output_on_success => true } -- cgit v1.2.3