changelog shortlog tags files raw bz2 zip gz

changeset: Make timeout duration configurable.

changeset 1442: 1039cd16dc92
parent 1441:4923bba45afe
child 1443:923dbb2a8f19
author: Rob Landley <rob@landley.net>
date: Mon Sep 12 10:54:25 2011 -0500 (8 months ago)
files: more/buildall-native.sh
description: Make timeout duration configurable.
       1--- a/more/buildall-native.sh	Sat Sep 10 08:28:32 2011 -0500
       2+++ b/more/buildall-native.sh	Mon Sep 12 10:54:25 2011 -0500
       3@@ -25,5 +25,6 @@
       4 more/for-each-target.sh \
       5   'ln -sf ../native-static build/system-image-$TARGET/upload'
       6 
       7+[ -z "$TIMEOUT" ] && export TIMEOUT=60
       8 more/for-each-target.sh \
       9-  'more/timeout.sh 60 "HDB=hdb.img more/native-build-from-build.sh $TARGET "'"$1"'" | tee build/logs/native-$TARGET.txt"'
      10+  'more/timeout.sh $TIMEOUT "HDB=hdb.img more/native-build-from-build.sh $TARGET "'"$1"'" | tee build/logs/native-$TARGET.txt"'