Update the trees currently used by the build farm to build samba.
[build-farm.git] / hape.fns
index 5ddfa25f4f4c044d03c1b88fc397229e79c69c55..99560715b30cebc38dedf9736ad18e990afcd435 100644 (file)
--- a/hape.fns
+++ b/hape.fns
@@ -19,13 +19,10 @@ for compiler in gcc ; do
        . common.fns
 
        export config="--bundled-libraries=popt"
-       MAKE=gmake test_tree samba_4_0_test . $compiler
-
-       export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
-       test_tree samba_3_current source3 $compiler
-       export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
-       test_tree samba_3_next source3 $compiler
-
+       MAKE=gmake
+       test_tree samba_current . $compiler
+       test_tree samba_next . $compiler
+       test_tree samba_master . $compiler
 done
 
 global_unlock