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