Spam people with commit rights on test failures.

This commit is contained in:
Michael Koziarski 2009-01-07 18:17:49 +13:00
parent 19818eb0ea
commit 2f92313324

@ -1,6 +1,6 @@
Project.configure do |project| Project.configure do |project|
project.build_command = 'ruby ci/ci_build.rb' project.build_command = 'ruby ci/ci_build.rb'
project.email_notifier.emails = ['thewoolleyman@gmail.com'] # project.email_notifier.emails = ['thewoolleyman@gmail.com']
# project.email_notifier.emails = ['thewoolleyman@gmail.com','michael@koziarski.com', 'david@loudthinking.com', 'jeremy@bitsweat.net', 'josh@joshpeek.com', 'pratiknaik@gmail.com', 'wycats@gmail.com'] project.email_notifier.emails = ['thewoolleyman@gmail.com','michael@koziarski.com', 'david@loudthinking.com', 'jeremy@bitsweat.net', 'josh@joshpeek.com', 'pratiknaik@gmail.com', 'wycats@gmail.com']
project.email_notifier.from = 'thewoolleyman+railsci@gmail.com' project.email_notifier.from = 'thewoolleyman+railsci@gmail.com'
end end