fixed links in build pages
[build-farm.git] / SerNet-solaris8.fns
index 65fc607efc5708b737a09fa6ae88e8354c41f7b7..a652f2aa348a7409f983a0cc232731b43cbd04c5 100644 (file)
@@ -2,10 +2,10 @@ per_run_hook
 
 global_lock
 
-MAXTIME=36000
+MAXTIME=42200
 TORTURE_MAXTIME=3600
-SMBD_MAXTIME=18000
-SAMBA_MAXTIME=18000
+SMBD_MAXTIME=42200
+SAMBA_MAXTIME=42200
 
 # this is needed because python depends on openssl for some modules like hashlib
 # that in turn samba pretty much depends on
@@ -19,13 +19,14 @@ prehook_configure()
 {
 case "$tree" in
        samba_4*)
-       (cd ${builddir}/..; gpatch -p 1 <$HOME/build_farm/patch
                ;;
        *)
                ;;
 esac
 }
 
+CFLAGS="-g $CFLAGS"
+export CFLAGS
 compilers="cc gcc"
 
 for compiler in $compilers; do