[Buildbot-commits] [buildbot/buildbot] 1c6992: Fix web hooks to use new change injection mechanis...
noreply at github.com
noreply at github.com
Fri Dec 31 21:18:31 UTC 2010
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 1c6992696567dbcbe26345cfdc5cb138f50fa168
https://github.com/buildbot/buildbot/commit/1c6992696567dbcbe26345cfdc5cb138f50fa168
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2010-12-31 (Fri, 31 Dec 2010)
Changed paths:
M master/buildbot/status/web/change_hook.py
M master/buildbot/status/web/hooks/base.py
M master/buildbot/status/web/hooks/github.py
M master/buildbot/test/fake/web.py
M master/buildbot/test/unit/test_status_web_change_hook.py
M master/buildbot/test/unit/test_status_web_change_hooks_github.py
M master/docs/cfg-statustargets.texinfo
Log Message:
-----------
Fix web hooks to use new change injection mechanism
In particular, use master.addChange, and wait for the deferred. This
required pretty significant changes to the tests, which were parsing the
JSON response from the web hooks rather than checking which changes were
added.
More information about the Commits
mailing list