[Buildbot-commits] [buildbot/buildbot] add153: BuildStepStatus: Use None for default value for re...

noreply at github.com noreply at github.com
Thu Apr 7 17:37:41 UTC 2011


Branch: refs/heads/master
Home:   https://github.com/buildbot/buildbot

Commit: add1532ce29e7a0bd3083d3c34d5038e161ce91e
    https://github.com/buildbot/buildbot/commit/add1532ce29e7a0bd3083d3c34d5038e161ce91e
Author: Tom Prince <tom.prince at ualberta.net>
Date:   2011-04-07 (Thu, 07 Apr 2011)

Changed paths:
  M master/buildbot/status/builder.py

Log Message:
-----------
BuildStepStatus: Use None for default value for results.

The tuple is created in getResults(), with results as the first element. This
was exposed by 3ca22de3c0bd61adca1c4959ef95b13cd93bf2e3 actually using the
step status. This was only a problem on steps that hadn't finished.

Signed-off-by: Tom Prince <tom.prince at ualberta.net>


Commit: 7e00cef0ba5aa86291d20554233e9756eea63c67
    https://github.com/buildbot/buildbot/commit/7e00cef0ba5aa86291d20554233e9756eea63c67
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-04-07 (Thu, 07 Apr 2011)

Changed paths:
  M master/buildbot/status/builder.py

Log Message:
-----------
Merge branch 'master' of git://github.com/tomprince/buildbot

* 'master' of git://github.com/tomprince/buildbot:
  BuildStepStatus: Use None for default value for results.


Compare: https://github.com/buildbot/buildbot/compare/aaca7d2...7e00cef




More information about the Commits mailing list