Title: [282325] trunk/Tools
- Revision
- 282325
- Author
- [email protected]
- Date
- 2021-09-13 07:40:01 -0700 (Mon, 13 Sep 2021)
Log Message
Reduce EWS email notifications to Aakash
Unreviewed. Do not email to Aakash anymore for every build/test failure. It was added initially so that I
can debug any issue in these email notifications. But these have been stable and I don't need a copy of every
EWS email.
* CISupport/ews-build/send_email.py:
(send_email_to_patch_author):
Modified Paths
Diff
Modified: trunk/Tools/CISupport/ews-build/send_email.py (282324 => 282325)
--- trunk/Tools/CISupport/ews-build/send_email.py 2021-09-13 09:56:57 UTC (rev 282324)
+++ trunk/Tools/CISupport/ews-build/send_email.py 2021-09-13 14:40:01 UTC (rev 282325)
@@ -78,7 +78,6 @@
def send_email_to_patch_author(author_email, subject, text, reference=''):
if not author_email:
return
- send_email(['[email protected]'], subject, text, reference)
if author_email in get_email_ids('EMAIL_IDS_TO_UNSUBSCRIBE'):
print('email {} is in unsubscribe list, skipping email'.format(author_email))
return
Modified: trunk/Tools/ChangeLog (282324 => 282325)
--- trunk/Tools/ChangeLog 2021-09-13 09:56:57 UTC (rev 282324)
+++ trunk/Tools/ChangeLog 2021-09-13 14:40:01 UTC (rev 282325)
@@ -1,3 +1,14 @@
+2021-09-13 Aakash Jain <[email protected]>
+
+ Reduce EWS email notifications to Aakash
+
+ Unreviewed. Do not email to Aakash anymore for every build/test failure. It was added initially so that I
+ can debug any issue in these email notifications. But these have been stable and I don't need a copy of every
+ EWS email.
+
+ * CISupport/ews-build/send_email.py:
+ (send_email_to_patch_author):
+
2021-09-13 Philippe Normand <[email protected]>
Unreviewed, AutoInstall hotfix for Linux platforms
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes