[Scummvm-cvs-logs] scummvm-sites buildbot -> 8451d6e4e025b45afbf214a368c692d8942ff6c0
digitall
dgturner at iee.org
Mon Mar 17 02:21:27 CET 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .
Summary:
8451d6e4e0 BUILDBOT: Prevent "Clean" buildstep being killed by timeout.
Commit: 8451d6e4e025b45afbf214a368c692d8942ff6c0
https://github.com/scummvm/scummvm-sites/commit/8451d6e4e025b45afbf214a368c692d8942ff6c0
Author: D G Turner (digitall at scummvm.org)
Date: 2014-03-17T01:22:55Z
Commit Message:
BUILDBOT: Prevent "Clean" buildstep being killed by timeout.
The Clean buildstep has started failing as the "rm" command runs
with no output, and due to the size of the builders directories. after
1200 secs of no output, the buildbot framework assumes that the command
has got stuck and kills the process and fails.
This is preventing nightlies from running correctly.
To prevent this, the verbose flag is added to the rm command to ensure
output and prevent the timeout.
Changed paths:
config/scumm.py
More information about the Scummvm-git-logs
mailing list