From 2f923133248eb3a11671f47695bb9c5f36ee6aef Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Wed, 7 Jan 2009 18:17:49 +1300 Subject: Spam people with commit rights on test failures. --- ci/cruise_config.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/cruise_config.rb') diff --git a/ci/cruise_config.rb b/ci/cruise_config.rb index 7985e3c8df..325c21397e 100644 --- a/ci/cruise_config.rb +++ b/ci/cruise_config.rb @@ -1,6 +1,6 @@ Project.configure do |project| project.build_command = 'ruby ci/ci_build.rb' - 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'] + 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' end -- cgit v1.2.3