[Buildbot-commits] [buildbot/buildbot] 00e718: Don't use 'True' as a build completion time
noreply at github.com
noreply at github.com
Mon Feb 14 17:18:53 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 00e718ffbe510b4e7e72ecb979e6588f61cc00b9
https://github.com/buildbot/buildbot/commit/00e718ffbe510b4e7e72ecb979e6588f61cc00b9
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-02-14 (Mon, 14 Feb 2011)
Changed paths:
M master/buildbot/status/builder.py
Log Message:
-----------
Don't use 'True' as a build completion time
Builds ideally wouldn't be pickled while still running, but in the case
that they are, util.now is a much better choice for completion time than
True. Fixes #1805.
More information about the Commits
mailing list