two more hosts missing ACL support
[build-farm.git] / import-and-analyse.py
index 5775b1f4e35efb589b5d2b12572ba36345653171..2318cc1351874ab161501b72a9ee10a94c91fc7c 100755 (executable)
@@ -38,9 +38,12 @@ smtp.connect()
 
 def check_and_send_mails(cur, old):
 
-    if cur.tree is "waf-svn":
+    if cur.tree is "waf":
         # no point sending emails, as the email addresses are invalid
-        # from git svn
+        return
+
+    if cur.tree is "samba_3_waf":
+        # no emails for this until it stabilises a bit
         return
 
     t = buildfarm.trees[cur.tree]