Add --without-gettext to restore Samba build on SerNET-Tru64
[build-farm.git] / import-and-analyse.py
index 375c4ba69467f92e46bfe4750da163865a81ce2e..2318cc1351874ab161501b72a9ee10a94c91fc7c 100755 (executable)
@@ -37,6 +37,15 @@ smtp = smtplib.SMTP()
 smtp.connect()
 
 def check_and_send_mails(cur, old):
+
+    if cur.tree is "waf":
+        # no point sending emails, as the email addresses are invalid
+        return
+
+    if cur.tree is "samba_3_waf":
+        # no emails for this until it stabilises a bit
+        return
+
     t = buildfarm.trees[cur.tree]
     diff = BuildDiff(t, old, cur)