public
Description: Cruise Control for Ruby, keep it simple
Homepage: http://cruisecontrolrb.thoughtworks.com
Clone URL: git://github.com/thoughtworks/cruisecontrol.rb.git
cruisecontrol.rb / cruise_config.rb
100644 8 lines (6 sloc) 0.321 kb
1
2
3
4
5
6
7
8
# this is the file that cruise control uses to configure its own cruise build at
# http://cruisecontrolrb.thoughtworks.com/
# simple, ain't it
 
Project.configure do |project|
  project.email_notifier.emails = ["cruisecontrolrb-developers@rubyforge.org"] if Socket.gethostname =~ /cruisecontrolrb.thoughtworks.com/
end