update location of upstream waf tree
authorAndrew Tridgell <tridge@samba.org>
Wed, 5 Oct 2011 02:30:35 +0000 (13:30 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 5 Oct 2011 02:30:35 +0000 (13:30 +1100)
common.fns
import-and-analyse.py
web/trees.conf

index 0768d87b7b8da7303c3ffda3cf43fe9a7e3441a8..87fe12d99c2031cce32c4d8ce93209ef3f33ebd0 100644 (file)
@@ -11,5 +11,4 @@ test_tree ccache-maint . $compiler
 test_tree talloc . $compiler
 test_tree tdb . $compiler
 test_tree ldb . $compiler
-test_tree waf-svn demos $compiler
-
+test_tree waf demos $compiler
index c7ef5cb3edb700cfcce7406aa45ef20b741479ac..2318cc1351874ab161501b72a9ee10a94c91fc7c 100755 (executable)
@@ -38,9 +38,8 @@ 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":
index 9ab398a413eb2c3f220a0dabb9828cfc8448eb01..3b497d1860801981dc2906b86a2d443dac87fa40 100644 (file)
@@ -83,7 +83,7 @@ scm = git
 repo = rsync.git
 branch = master
 
-[waf-svn]
+[waf]
 scm = git
-repo = waf-svn.git
+repo = waf.git
 branch = master