don't send emails about samba_3_waf builds yet
authorAndrew Tridgell <tridge@samba.org>
Tue, 8 Feb 2011 23:18:30 +0000 (10:18 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 8 Feb 2011 23:18:30 +0000 (10:18 +1100)
import-and-analyse.py

index 5775b1f4e35efb589b5d2b12572ba36345653171..c7ef5cb3edb700cfcce7406aa45ef20b741479ac 100755 (executable)
@@ -43,6 +43,10 @@ def check_and_send_mails(cur, old):
         # 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]
     diff = BuildDiff(t, old, cur)