[Buildbot-commits] [djmitche/buildbot] 10b986: buildstatus should only show steps that have start...

noreply at github.com noreply at github.com
Thu Feb 18 16:53:54 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/djmitche/buildbot

Commit: 10b986342590589cf19f763dfd69f737a32abd0b
    http://github.com/djmitche/buildbot/commit/10b986342590589cf19f763dfd69f737a32abd0b
Author: Chase Phillips <cmp at google.com>
Date:   2010-02-17 (Wed, 17 Feb 2010)

Changed paths:
  M buildbot/status/web/buildstatus.py

Log Message:
-----------
buildstatus should only show steps that have started.

The recent setStepStarted() change causes some steps
to have text set when they're created.  In those cases,
buildstatus would show the step even though it may not
have started yet.  This change causes buildstatus to
only show steps that have started.


Commit: 6d4357837808dbe3229231b9c59941145e0cc43a
    http://github.com/djmitche/buildbot/commit/6d4357837808dbe3229231b9c59941145e0cc43a
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-02-18 (Thu, 18 Feb 2010)

Changed paths:
  M buildbot/status/web/buildstatus.py

Log Message:
-----------
Merge branch 'stepstarted' of git://github.com/chasephillips/buildbot

* 'stepstarted' of git://github.com/chasephillips/buildbot:
  buildstatus should only show steps that have started.






More information about the Commits mailing list