You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2018/07/10 14:45:41 UTC

svn commit: r1835559 - in /comdev/reporter.apache.org/branches/TEST_INSTALL/scripts: scandist.py sendmail.py

Author: sebb
Date: Tue Jul 10 14:45:41 2018
New Revision: 1835559

URL: http://svn.apache.org/viewvc?rev=1835559&view=rev
Log:
Change email dest for testing

Modified:
    comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/scandist.py
    comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/sendmail.py

Modified: comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/scandist.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/scandist.py?rev=1835559&r1=1835558&r2=1835559&view=diff
==============================================================================
--- comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/scandist.py (original)
+++ comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/scandist.py Tue Jul 10 14:45:41 2018
@@ -396,6 +396,7 @@ def processTargets():
                         log += " r" + id
                 tmpdict.update({'log' : log})
                 email = committer + "@apache.org"
+                email = 'sebb@apache.org'
                 tmpdict.update({'email' : email})
                 receivers = [email]
                 print("Notifying '%(committer)s' of new data pushed to '%(project)s' in r%(id)s" % tmpdict)

Modified: comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/sendmail.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/sendmail.py?rev=1835559&r1=1835558&r2=1835559&view=diff
==============================================================================
--- comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/sendmail.py (original)
+++ comdev/reporter.apache.org/branches/TEST_INSTALL/scripts/sendmail.py Tue Jul 10 14:45:41 2018
@@ -4,9 +4,9 @@ import smtplib
 # Import the email modules we'll need
 from email.mime.text import MIMEText
 
-__SENDER__ = 'Reporter <ap...@apache.org>'
-__RECIPIENTS__ = 'Site Development <si...@apache.org>'
-__REPLY_TO__ = 'site-dev@apache.org'
+__SENDER__ = 'Reporter <se...@apache.org>'
+__RECIPIENTS__ = 'Site Development <se...@apache.org>'
+__REPLY_TO__ = 'sebb@apache.org'
 
 def sendMail(subject, body='', recipients=__RECIPIENTS__, sender=__SENDER__, port=25, replyTo=__REPLY_TO__):
     # Create a text/plain message