diff options
| author | Mike McQuaid | 2015-03-18 18:15:29 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-18 18:15:40 +0000 |
| commit | 3367796a1933bc596873a04c4dc415a0e4273484 (patch) | |
| tree | fe4d4442a6823d6e47598fc6d6c60d24f1e35c6a /Library | |
| parent | a0188044d5446f0e301b591521ad8305c6adc2d5 (diff) | |
| download | homebrew-3367796a1933bc596873a04c4dc415a0e4273484.tar.bz2 | |
pull: always publish bottles.
The previous logic was flawed as it wasn't publishing new versions of
bottles.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/pull.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index 1b0dd0d4a..5aaa09a64 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -164,8 +164,6 @@ module Homebrew if bintray_user && bintray_key repo = Bintray.repository(tap_name) changed_formulae.each do |f| - # This means the formula has an existing bottle. - next if f.bottle ohai "Publishing on Bintray:" package = Bintray.package f.name bottle = Bottle.new(f, f.bottle_specification) |
