Skip to content

Commit

Permalink
lock down emails to only come from official build server
Browse files Browse the repository at this point in the history
  • Loading branch information
thewoolleyman committed Aug 29, 2009
1 parent efecd32 commit b84f57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cruise_config.rb
Expand Up @@ -3,5 +3,5 @@
# simple, ain't it

Project.configure do |project|
project.email_notifier.emails = ["cruisecontrolrb-developers@rubyforge.org"]
project.email_notifier.emails = ["cruisecontrolrb-developers@rubyforge.org"] if Socket.gethostname =~ /cruisecontrolrb.thoughtworks.com/
end

0 comments on commit b84f57d

Please sign in to comment.