Update the trees currently used by the build farm to build samba.
[build-farm.git] / SerNet-NetBSD5.fns
1 per_run_hook
2
3 global_lock
4
5 compilers="gcc"
6
7 for compiler in $compilers; do
8
9         . common.fns
10
11         export config="--without-acl-support"
12         test_tree samba_current . $compiler
13         test_tree samba_next . $compiler
14         test_tree samba_master . $compiler
15         export config=""
16 done
17
18 global_unlock