[Buildbot-commits] [buildbot/buildbot] 869077: Add interface tests for protocol connections
GitHub
noreply at github.com
Sat Oct 12 11:33:11 UTC 2013
Branch: refs/heads/slave-proto
Home: https://github.com/buildbot/buildbot
Commit: 869077f2debd60ab96da4bf88e4d0af21d4636de
https://github.com/buildbot/buildbot/commit/869077f2debd60ab96da4bf88e4d0af21d4636de
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-28 (Sat, 28 Sep 2013)
Changed paths:
M master/buildbot/buildslave/protocols/base.py
M master/buildbot/buildslave/protocols/pb.py
M master/buildbot/test/unit/test_buildslave_protocols_base.py
M master/buildbot/test/unit/test_buildslave_protocols_pb.py
A master/buildbot/test/util/protocols.py
M master/docs/developer/cls-protocols.rst
Log Message:
-----------
Add interface tests for protocol connections
Commit: da678e48ea7565504ee54ca67acdace74cc5bf6c
https://github.com/buildbot/buildbot/commit/da678e48ea7565504ee54ca67acdace74cc5bf6c
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-28 (Sat, 28 Sep 2013)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/buildslave/protocols/base.py
M master/buildbot/buildslave/protocols/pb.py
M master/buildbot/test/unit/test_buildslave_base.py
M master/buildbot/test/unit/test_buildslave_protocols_pb.py
M master/buildbot/test/util/protocols.py
M master/docs/developer/cls-protocols.rst
Log Message:
-----------
Remove remoteShutdown's buildslave argument
The connection already has that object from the constructor.
Commit: 183d78c7e2083ee4e79dee0ffe15beceea8d7c16
https://github.com/buildbot/buildbot/commit/183d78c7e2083ee4e79dee0ffe15beceea8d7c16
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-10-12 (Sat, 12 Oct 2013)
Changed paths:
M master/buildbot/buildslave/protocols/pb.py
Log Message:
-----------
use proper reference to slave name
Commit: 2d9a342fd156d42915db092db11d698615b53972
https://github.com/buildbot/buildbot/commit/2d9a342fd156d42915db092db11d698615b53972
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-10-12 (Sat, 12 Oct 2013)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/buildslave/protocols/base.py
M master/buildbot/buildslave/protocols/pb.py
M master/buildbot/test/unit/test_buildslave_base.py
M master/buildbot/test/unit/test_buildslave_protocols_base.py
M master/buildbot/test/unit/test_buildslave_protocols_pb.py
A master/buildbot/test/util/protocols.py
M master/docs/developer/cls-protocols.rst
Log Message:
-----------
Merge branch 'protocols-remoteShutdown-arg' of git://github.com/djmitche/buildbot into slave-proto
Commit: 29a2b25ec9ad9f16bb036efd51e66526ffffff7f
https://github.com/buildbot/buildbot/commit/29a2b25ec9ad9f16bb036efd51e66526ffffff7f
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-10-12 (Sat, 12 Oct 2013)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/steps/transfer.py
M master/buildbot/test/unit/test_status_web_statuspng.py
Log Message:
-----------
fix pyflakes, pylint
Compare: https://github.com/buildbot/buildbot/compare/25a014941597...29a2b25ec9ad
More information about the Commits
mailing list