From e8d8c3a486e5ccab7440fe134bd139b63679fed7 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 4 Feb 2015 14:20:21 +0000 Subject: test-bot: don't try and bottle unstable formulae. e.g. devel-only or head-only formulae. --- Library/Homebrew/cmd/test-bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index f93cac98d..d7414302a 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -447,7 +447,7 @@ module Homebrew audit_args << "--strict" if @added_formulae.include? formula_name test "brew", "audit", *audit_args if install_passed - unless ARGV.include? '--no-bottle' + if formula.stable? && !ARGV.include?('--no-bottle') bottle_args = ["--rb", formula_name] if @tap tap_user, tap_repo = @tap.split "/" -- cgit v1.2.3