Update the trees currently used by the build farm to build samba.
[build-farm.git] / hape.fns
1 #export CFLAGS="-O2 -g -Wall"
2
3 per_run_hook
4
5 global_lock
6
7 #PATH=/data/gcc/3.4.3/pa20_64/bin:$PATH
8 #export PATH
9
10 MAXTIME=18000
11 TORTURE_MAXTIME=3600
12 SMBD_MAXTIME=18000
13 SAMBA_MAXTIME=18000
14 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
15
16 #for compiler in gcc cc ; do
17 for compiler in gcc ; do
18         export config=""
19         . common.fns
20
21         export config="--bundled-libraries=popt"
22         MAKE=gmake
23         test_tree samba_current . $compiler
24         test_tree samba_next . $compiler
25         test_tree samba_master . $compiler
26 done
27
28 global_unlock
29 # as long as killbysubdir doesn't work on HP-UX, let's killall our build user's
30 # processes:
31 cd / ; killall
32