diff options
| author | Mike McQuaid | 2015-02-19 19:36:14 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-19 19:36:14 +0000 |
| commit | 15bebd6e7e8710c9475f76702c4c321c6c6626a8 (patch) | |
| tree | 497a7b5a3c2bbea75d2a4a59df79e7e2f33954fc /Library | |
| parent | 77d47de3b482b78782dec7fdd1392a7dee436a38 (diff) | |
| download | brew-15bebd6e7e8710c9475f76702c4c321c6c6626a8.tar.bz2 | |
test-bot: default tap bottles to Bintray.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/test-bot.rb | 7 |
1 files 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 } |
