[Buildbot-commits] [djmitche/buildbot] 559cfc: Update text in Source and ShellCommand's status on...

noreply at github.com noreply at github.com
Fri Feb 5 15:37:53 UTC 2010


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

Commit: 559cfccd541ad526b0d7a1ad155c38b9109620d5
    http://github.com/djmitche/buildbot/commit/559cfccd541ad526b0d7a1ad155c38b9109620d5
Author: Chase Phillips <cmp at google.com>
Date:   2010-02-04 (Thu, 04 Feb 2010)

Changed paths:
  M buildbot/steps/shell.py
  M buildbot/steps/source.py
  M buildbot/test/runs/test_steps.py

Log Message:
-----------
Update text in Source and ShellCommand's status on hookup.

start does not set text in Source and ShellCommand's
status soon enough to be captured in the status
receiver's notification.  Setting the text here prepares
the status for being sent when start is called.

Set a default description and descriptionDone for
TreeSize to fix an error in a test.

Add a test to verify that a ShellCommand's step_status
text is correctly set at setup and after it is complete.


Commit: 8243b2fcb25aa0094f371edafc8a051a7d9702c2
    http://github.com/djmitche/buildbot/commit/8243b2fcb25aa0094f371edafc8a051a7d9702c2
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-02-05 (Fri, 05 Feb 2010)

Changed paths:
  M buildbot/steps/shell.py
  M buildbot/steps/source.py
  M buildbot/test/runs/test_steps.py

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

* 'stepstatus' of git://github.com/chasephillips/buildbot:
  Update text in Source and ShellCommand's status on hookup.






More information about the Commits mailing list