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

Björn Jacke bjacke at samba.org
Tue Nov 2 07:01:48 MDT 2010


The branch, master has been updated
       via  43cebea add some more discontinued build trees
       via  4da1810 fix loop for deleting discontiued trees
      from  95455ef add discontinued build trees to $old_trees to mark them to bedeleted: popt smb-build lorikeet-heimdal

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


- Log -----------------------------------------------------------------
commit 43cebea7e1b2fd8fb9d72d94835c65c9487bb09f
Author: Björn Jacke <bj at sernet.de>
Date:   Tue Nov 2 14:01:27 2010 +0100

    add some more discontinued build trees

commit 4da1810d67567c63a100eaa826aae92f36cde2b1
Author: Björn Jacke <bj at sernet.de>
Date:   Tue Nov 2 13:45:16 2010 +0100

    fix loop for deleting discontiued trees

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

Summary of changes:
 build_test.fns |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/build_test.fns b/build_test.fns
index d6c7177..33f22ab 100644
--- a/build_test.fns
+++ b/build_test.fns
@@ -830,8 +830,8 @@ per_run_hook() {
 	rm -f build.log
     fi
 
-    old_trees="popt smb-build lorikeet-heimdal samba_3_2 samba_3_2_test samba4 samba_4_0_waf samba_3_X_test samba_3_X_devel samba_3_X_devel"
-    for d in old_trees; do
+    old_trees="web popt distcc samba-gtk smb-build lorikeet-heimdal samba_3_2 samba_3_2_test samba4 samba_4_0_waf samba_4_0_waf.metze samba_3_X_test samba_3_X_devel samba_3_X_devel"
+    for d in $old_trees; do
 	delete_old_tree $d
     done
 }


-- 
build.samba.org


More information about the samba-cvs mailing list