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

Andrew Tridgell tridge at samba.org
Tue Oct 4 20:29:53 MDT 2011


The branch, master has been updated
       via  0c5ef6c update location of upstream waf tree
      from  434956b use --enabled-shared in python install script

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


- Log -----------------------------------------------------------------
commit 0c5ef6c5542f5573180078503abd70a1cef57184
Author: Andrew Tridgell <tridge at samba.org>
Date:   Wed Oct 5 13:30:35 2011 +1100

    update location of upstream waf tree

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

Summary of changes:
 common.fns            |    3 +--
 import-and-analyse.py |    3 +--
 web/trees.conf        |    4 ++--
 3 files changed, 4 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/common.fns b/common.fns
index 0768d87..87fe12d 100644
--- a/common.fns
+++ b/common.fns
@@ -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
diff --git a/import-and-analyse.py b/import-and-analyse.py
index c7ef5cb..2318cc1 100755
--- a/import-and-analyse.py
+++ b/import-and-analyse.py
@@ -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":
diff --git a/web/trees.conf b/web/trees.conf
index 9ab398a..3b497d1 100644
--- a/web/trees.conf
+++ b/web/trees.conf
@@ -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


-- 
build.samba.org


More information about the samba-cvs mailing list