[yocto] [PATCH] [yocto-autobuilder2] Add extended support on MailNotifier services

2018-06-11 Thread Aaron
From: Aaron Chan 

---
 config.py   | 34 ++
 services.py | 32 
 2 files changed, 62 insertions(+), 4 deletions(-)

diff --git a/config.py b/config.py
index 2568768..9d0807f 100644
--- a/config.py
+++ b/config.py
@@ -80,3 +80,37 @@ builder_to_workers = {
 "nightly-deb-non-deb": [],
 "default": workers
 }
+
+# MailNotifier default settings (refer to schedulers.py)
+#smtpConf = {
+#"fromaddr" : "yocto-bui...@yoctoproject.org",
+#"sendToInterestedUsers": False,
+#"extraRecipients"  : ["yocto-bui...@yoctoproject.org"],
+#"subject"  : "",
+#"mode" : ["failing", "exception", "cancelled"],
+#"builders" : None,
+#"tags" : None,
+#"schedulers"   : None,
+#"branches" : None,
+#"addLogs"  : False, 
+#"addPatch" : True,
+#"buildSetSummary"  : True,
+#"smtpServer"   : "",
+#"useTls"   : False, 
+#"useSmtps" : False,
+#"smtpUser" : None, 
+#"smtpPassword" : None,
+#"lookup"   : None,
+#"extraHeaders" : None,
+#"watchedWorkers"   : None,
+#"missingWorkers"   : None,
+#"template_dir" : "https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH] [yocto-autobuilder2] Add extended support on MailNotifier services

2018-06-11 Thread Aaron
From: Aaron Chan 

---
 config.py   | 34 ++
 services.py | 32 
 2 files changed, 62 insertions(+), 4 deletions(-)

diff --git a/config.py b/config.py
index 2568768..9d0807f 100644
--- a/config.py
+++ b/config.py
@@ -80,3 +80,37 @@ builder_to_workers = {
 "nightly-deb-non-deb": [],
 "default": workers
 }
+
+# MailNotifier default settings (refer to schedulers.py)
+#smtpConf = {
+#"fromaddr" : "yocto-bui...@yoctoproject.org",
+#"sendToInterestedUsers": False,
+#"extraRecipients"  : ["yocto-bui...@yoctoproject.org"],
+#"subject"  : "",
+#"mode" : ["failing", "exception", "cancelled"],
+#"builders" : None,
+#"tags" : None,
+#"schedulers"   : None,
+#"branches" : None,
+#"addLogs"  : False, 
+#"addPatch" : True,
+#"buildSetSummary"  : True,
+#"smtpServer"   : "",
+#"useTls"   : False, 
+#"useSmtps" : False,
+#"smtpUser" : None, 
+#"smtpPassword" : None,
+#"lookup"   : None,
+#"extraHeaders" : None,
+#"watchedWorkers"   : None,
+#"missingWorkers"   : None,
+#"template_dir" : "https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH] [yocto-autobuilder2] Add extended support on MailNotifier services

2018-06-11 Thread Aaron
From: Aaron Chan 

---
 config.py   | 34 ++
 services.py | 32 
 2 files changed, 62 insertions(+), 4 deletions(-)

diff --git a/config.py b/config.py
index 2568768..9d0807f 100644
--- a/config.py
+++ b/config.py
@@ -80,3 +80,37 @@ builder_to_workers = {
 "nightly-deb-non-deb": [],
 "default": workers
 }
+
+# MailNotifier default settings (refer to schedulers.py)
+#smtpConf = {
+#"fromaddr" : "yocto-bui...@yoctoproject.org",
+#"sendToInterestedUsers": False,
+#"extraRecipients"  : ["yocto-bui...@yoctoproject.org"],
+#"subject"  : "",
+#"mode" : ["failing", "exception", "cancelled"],
+#"builders" : None,
+#"tags" : None,
+#"schedulers"   : None,
+#"branches" : None,
+#"addLogs"  : False, 
+#"addPatch" : True,
+#"buildSetSummary"  : True,
+#"smtpServer"   : "",
+#"useTls"   : False, 
+#"useSmtps" : False,
+#"smtpUser" : None, 
+#"smtpPassword" : None,
+#"lookup"   : None,
+#"extraHeaders" : None,
+#"watchedWorkers"   : None,
+#"missingWorkers"   : None,
+#"template_dir" : "https://lists.yoctoproject.org/listinfo/yocto