[Buildbot-commits] [buildbot/buildbot] 5b8234: Fix an issue where change.number would be None.
noreply at github.com
noreply at github.com
Wed Jan 19 22:07:01 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 5b8234a567c5313e5aae79d645ecc0de1e01b439
https://github.com/buildbot/buildbot/commit/5b8234a567c5313e5aae79d645ecc0de1e01b439
Author: Marc-Antoine Ruel <maruel at chromium.org>
Date: 2011-01-19 (Wed, 19 Jan 2011)
Changed paths:
M master/buildbot/status/web/status_json.py
Log Message:
-----------
Fix an issue where change.number would be None.
The int(c.number)+1 would throw an exception. In the meantime*, just
use the object's id.
* For an infinite period.
Commit: 31d280d3ef342c6a1838b85ccfb073f83e594c0b
https://github.com/buildbot/buildbot/commit/31d280d3ef342c6a1838b85ccfb073f83e594c0b
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-01-19 (Wed, 19 Jan 2011)
Changed paths:
M master/buildbot/status/web/status_json.py
Log Message:
-----------
Merge branch 'fix_changes_without_number' of git://github.com/maruel/buildbot
* 'fix_changes_without_number' of git://github.com/maruel/buildbot:
Fix an issue where change.number would be None.
More information about the Commits
mailing list