[SCM] build.samba.org - branch master updated

Andrew Tridgell tridge at samba.org
Thu Jan 13 14:40:05 MST 2011


The branch, master has been updated
       via  5abd0ba don't send emails for waf-svn tree
      from  da3f635 fixed waf build status

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5abd0baa2c272df06c6bc7af1c4a89da2558d683
Author: Andrew Tridgell <tridge at samba.org>
Date:   Fri Jan 14 08:41:48 2011 +1100

    don't send emails for waf-svn tree
    
    the email addresses are invalid

-----------------------------------------------------------------------

Summary of changes:
 import-and-analyse.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/import-and-analyse.py b/import-and-analyse.py
index 375c4ba..5775b1f 100755
--- a/import-and-analyse.py
+++ b/import-and-analyse.py
@@ -37,6 +37,12 @@ smtp = smtplib.SMTP()
 smtp.connect()
 
 def check_and_send_mails(cur, old):
+
+    if cur.tree is "waf-svn":
+        # no point sending emails, as the email addresses are invalid
+        # from git svn
+        return
+
     t = buildfarm.trees[cur.tree]
     diff = BuildDiff(t, old, cur)
 


-- 
build.samba.org


More information about the samba-cvs mailing list