Update about page for buildfarm to mention sources are now in Git.
[build-farm.git] / SerNet-imini.fns
index fee132f7f84b9c51121beb65b030c7fba6bf997f..91c958f98787edec6583ff6ab1581ed4f559d532 100644 (file)
@@ -2,16 +2,18 @@ per_run_hook
 
 global_lock
 
-compilers="gcc cc"
+compilers="gcc"
 
 for compiler in $compilers; do
+
        . common.fns
 
-       test_tree samba_4_0_test source4 $compiler
+       export config="--without-acl-support"
+       test_tree samba_4_0_test . $compiler
+       export config=""
 
-       test_tree samba_3_current source $compiler
-       test_tree samba_3_next source $compiler
-       test_tree samba_3_master source $compiler
+       test_tree samba_3_current source3 $compiler
+       test_tree samba_3_next source3 $compiler
 done
 
 global_unlock