Skip to content

Commit

Permalink
turn on CI notifications to dev list for builds which are currently g…
Browse files Browse the repository at this point in the history
…reen and stable
  • Loading branch information
thewoolleyman committed Feb 7, 2011
1 parent 6a896f3 commit 8ef9ca9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cruise_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
if Socket.gethostname =~ /cibuilder.pivotallabs.com/
# explicitly enable dev list notification only for interpreters which should be green
interpreters_with_enabled_notification = [
'1.8.7-p302'
'1.8.7-p330',
'1.9.1-p378',
'1.9.2-p136'
]
if interpreters_with_enabled_notification.include?(interpreter)
project.email_notifier.emails = ['rubygems-developers@rubyforge.org']
Expand Down

0 comments on commit 8ef9ca9

Please sign in to comment.