You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2016/04/21 12:01:04 UTC

[whimsy] branch master updated: Enable notification mail

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  d49788f   Enable notification mail
d49788f is described below

commit d49788fb3de682de3f63d72a870939952d3726c3
Author: Sebb <se...@apache.org>
AuthorDate: Thu Apr 21 11:00:56 2016 +0100

    Enable notification mail
---
 www/status/monitors/public_json.rb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/www/status/monitors/public_json.rb b/www/status/monitors/public_json.rb
index 1359207..c508369 100644
--- a/www/status/monitors/public_json.rb
+++ b/www/status/monitors/public_json.rb
@@ -98,9 +98,8 @@ def Monitor.public_json(previous_status)
             require 'whimsy/asf'
             ASF::Mail.configure
             mail = Mail.new do
-            from 'Public JSON job monitor  <de...@whimsical.apache.org>'
-      #            to 'Notification List <no...@whimsical.apache.org>'
-              to 'sebbaz@gmail.com' # TEMP for testing purposes
+              from 'Public JSON job monitor  <de...@whimsical.apache.org>'
+              to 'Notification List <no...@whimsical.apache.org>'
               subject "Problem (#{lvl}) detected in #{name} job"
               body "\nLOG: #{contents_save}\nSTATUS: #{status[name]}\n"
             end

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].