fixed branches for rsync and waf
[amitay/build-farm.git] / snab.fns
1 per_run_hook
2
3 global_lock
4
5 export CC=checker
6 export CHECK_FLAGS="-Wall --beam::source=/home/tridge/beam/config.tcl --beam::parser_file=ibm_checker_parse.out --beam::complaint_file=ibm_checker.out"
7
8 # allow make cc_checker to take up to 8 hours
9 export MAXTIME=28800
10
11 for d in samba_3_current samba_3_next samba_3_master; do
12     export CFLAGS="$CHECK_FLAGS --beam::data=/home/tridge/beam/$d"
13     mkdir -p /home/tridge/beam/$d
14     test_tree $d source checker configure config_log config_header build cc_checker install test
15 done
16
17 for d in ldb tdb talloc libreplace lorikeet-heimdal ccache rsync; do
18     export CFLAGS="$CHECK_FLAGS --beam::data=/home/tridge/beam/$d"
19     mkdir -p /home/tridge/beam/$d
20     test_tree $d . checker configure config_log config_header build cc_checker install test
21 done
22
23 global_unlock