Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: 89ce40815c008e32a70309ad4c26b130c362b5e3
      
https://github.com/buildbot/buildbot/commit/89ce40815c008e32a70309ad4c26b130c362b5e3
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    A master/buildbot/buildslave/manager.py
    A master/buildbot/buildslave/protocols/__init__.py
    A master/buildbot/buildslave/protocols/base.py
    A master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/interfaces.py
    M master/buildbot/master.py
    M master/buildbot/process/build.py
    M master/buildbot/process/builder.py
    M master/buildbot/process/buildstep.py
    M master/buildbot/process/slavebuilder.py
    A master/buildbot/test/fake/bslavemanager.py
    M master/buildbot/test/fake/fakemaster.py
    M master/buildbot/test/fake/remotecommand.py
    M master/buildbot/test/integration/test_slave_comm.py
    M master/buildbot/test/interfaces/test_remotecommand.py
    M master/buildbot/test/unit/test_buildslave_base.py
    M master/buildbot/test/unit/test_process_build.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  Introducing adapter for PB
based on https://github.com/djmitche/buildbot/tree/amp


  Commit: 04a8a065776a6b5813082d5154a7b35f61bc7826
      
https://github.com/buildbot/buildbot/commit/04a8a065776a6b5813082d5154a7b35f61bc7826
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/unit/test_buildslave_base.py

  Log Message:
  -----------
  doKeepalive and shutdown moved to protocol level
minor fixes in test and getSlaveInfo


  Commit: ef8db60c945a27a188354c6c7a845751c8c96cbb
      
https://github.com/buildbot/buildbot/commit/ef8db60c945a27a188354c6c7a845751c8c96cbb
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py

  Log Message:
  -----------
  shutdown in old way moved to Protocol


  Commit: b1cb87c2e31677944709d3ebd648da4e4fb1fe67
      
https://github.com/buildbot/buildbot/commit/b1cb87c2e31677944709d3ebd648da4e4fb1fe67
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py

  Log Message:
  -----------
  Old and new ways moved under Protocol


  Commit: 7044f7d3327f40eb6febb8cd95c4fb8027bcb67b
      
https://github.com/buildbot/buildbot/commit/7044f7d3327f40eb6febb8cd95c4fb8027bcb67b
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/test/unit/test_buildslave_base.py

  Log Message:
  -----------
  Few fixes in tests, added tests for shutdown command


  Commit: 520f53662e0ecd287eeb65a61a725b10589e6bc3
      
https://github.com/buildbot/buildbot/commit/520f53662e0ecd287eeb65a61a725b10589e6bc3
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/unit/test_buildslave_base.py

  Log Message:
  -----------
  startKeepaliveTimer now starts keepalive timer, some minor changes in tests, 
removed outdated TODO


  Commit: 48426dca9e825a2f92386c8930f3a50483bb6ffc
      
https://github.com/buildbot/buildbot/commit/48426dca9e825a2f92386c8930f3a50483bb6ffc
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/process/builder.py

  Log Message:
  -----------
  startBuild returned, removed initial doKeepalive call


  Commit: 47d3cacb7746278285ba592d78f7f52522415b3a
      
https://github.com/buildbot/buildbot/commit/47d3cacb7746278285ba592d78f7f52522415b3a
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/integration/test_slave_comm.py

  Log Message:
  -----------
  WIP: keepalive moved to Connection


  Commit: d6be684a04dff4697095b393b2de3ea8546da31b
      
https://github.com/buildbot/buildbot/commit/d6be684a04dff4697095b393b2de3ea8546da31b
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/unit/test_buildslave_base.py

  Log Message:
  -----------
  WIP: keepalive code completely moved to Connection, some test fail for now


  Commit: 2bbc3ce8d6dd96495bd78c18de26128ec9b83e13
      
https://github.com/buildbot/buildbot/commit/2bbc3ce8d6dd96495bd78c18de26128ec9b83e13
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/integration/test_slave_comm.py

  Log Message:
  -----------
  WIP: fixed few failed tests


  Commit: bf2c14d08ef3a24dd5cf491ad1b6eef7e0d02a84
      
https://github.com/buildbot/buildbot/commit/bf2c14d08ef3a24dd5cf491ad1b6eef7e0d02a84
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/fake/bslavemanager.py
    M master/buildbot/test/unit/test_buildslave_base.py
    A master/buildbot/test/unit/test_buildslave_protocols_pb.py

  Log Message:
  -----------
  WIP: Added test_buildslave_protocols_pb, some minor fixes


  Commit: f211a6b4d1303f11cd668b71ad40f41e0846df86
      
https://github.com/buildbot/buildbot/commit/f211a6b4d1303f11cd668b71ad40f41e0846df86
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/unit/test_buildslave_protocols_pb.py

  Log Message:
  -----------
  WIP: Swap positions in assertEqual, fixed one assert check, fixed attached() 
return value


  Commit: 56dc7f3f4bdadb94f201a761927f3dd4d06f09c1
      
https://github.com/buildbot/buildbot/commit/56dc7f3f4bdadb94f201a761927f3dd4d06f09c1
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    A master/buildbot/test/unit/test_buildslave_protocols_base.py
    M master/buildbot/test/unit/test_buildslave_protocols_pb.py

  Log Message:
  -----------
  Added tests for buildslave/protocols/base.py


  Commit: 934ce659c6eb17ec31e747c08ef0be28ffb527f6
      
https://github.com/buildbot/buildbot/commit/934ce659c6eb17ec31e747c08ef0be28ffb527f6
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/interfaces.py
    M master/buildbot/process/buildstep.py
    A master/docs/developer/cls-protocols.rst
    M master/docs/developer/master-overview.rst

  Log Message:
  -----------
  interruptCommand moved to protocol level
Added developer doc
removed useless methods from IBuildSlave


  Commit: a92c34394a2b55a97daa6e35cf80a56c798e8feb
      
https://github.com/buildbot/buildbot/commit/a92c34394a2b55a97daa6e35cf80a56c798e8feb
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/docs/developer/cls-protocols.rst

  Log Message:
  -----------
  WIP: changes in cls-protocols.rst


  Commit: b9b804004b0647995ab9ae1601bbf811cfc6e5e0
      
https://github.com/buildbot/buildbot/commit/b9b804004b0647995ab9ae1601bbf811cfc6e5e0
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/base.py
    M master/docs/developer/cls-protocols.rst

  Log Message:
  -----------
  WIP: added few missed methods to protocols/base.py, docs


  Commit: 70a5151fc9b50bfaba20bfb0c104b25b218cc649
      
https://github.com/buildbot/buildbot/commit/70a5151fc9b50bfaba20bfb0c104b25b218cc649
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/manager.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/pbmanager.py

  Log Message:
  -----------
  Initial implementation of slave arbitration


  Commit: 1258d6bd0490c15dbea68ffecd7e4325ae1d7b41
      
https://github.com/buildbot/buildbot/commit/1258d6bd0490c15dbea68ffecd7e4325ae1d7b41
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/manager.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/process/build.py
    M master/buildbot/process/builder.py
    M master/buildbot/process/slavebuilder.py

  Log Message:
  -----------
  Fix bug with starting build
try/except ping codeblock
self.conn replaced to self.slave.conn because disconnecting old slave breaks 
reference
added few log messages


  Commit: 0948d1bfd8f5e47eda6e50307fcd07951ac5e690
      
https://github.com/buildbot/buildbot/commit/0948d1bfd8f5e47eda6e50307fcd07951ac5e690
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/test/unit/test_util_misc.py
    M master/buildbot/util/misc.py
    M master/docs/developer/utils.rst

  Log Message:
  -----------
  add cancelAfter utility function


  Commit: 2365c25b95009ff80f7580eff933d5cead0254fc
      
https://github.com/buildbot/buildbot/commit/2365c25b95009ff80f7580eff933d5cead0254fc
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/manager.py

  Log Message:
  -----------
  use cancelAfter


  Commit: 4c83992e1772aa7c0c66f9cf1ef9ca9172aa4ff7
      
https://github.com/buildbot/buildbot/commit/4c83992e1772aa7c0c66f9cf1ef9ca9172aa4ff7
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/manager.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/integration/test_slave_comm.py
    M master/buildbot/test/unit/test_buildslave_protocols_pb.py

  Log Message:
  -----------
  AbstractBuildSlave.attached() refactored
Fixes in tests


  Commit: 8f7eaff2a2dc9799adbec64db60ea6cb86ef5323
      
https://github.com/buildbot/buildbot/commit/8f7eaff2a2dc9799adbec64db60ea6cb86ef5323
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/test/unit/test_buildslave_base.py
    M master/buildbot/test/unit/test_process_build.py

  Log Message:
  -----------
  Fixes in tests


  Commit: 93c3888f4d8f215580da54a6329b928b1eba8c33
      
https://github.com/buildbot/buildbot/commit/93c3888f4d8f215580da54a6329b928b1eba8c33
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/test/unit/test_buildslave_base.py

  Log Message:
  -----------
  remotePrint test removed, removed unnecessary try/except


  Commit: 9278bad19f9f5b6e578db621b076219730db861e
      
https://github.com/buildbot/buildbot/commit/9278bad19f9f5b6e578db621b076219730db861e
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/process/botmaster.py
    M master/buildbot/test/integration/test_slave_comm.py
    R 
master/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py

  Log Message:
  -----------
  DuplicateSlaveArbitrator removed with its tests
fixed perspective_shutdown TODO
fixed subscriptions TODO
minor fixes in tests


  Commit: 7959ce87ed46b38ac8fe1ce11db0064f005fea8f
      
https://github.com/buildbot/buildbot/commit/7959ce87ed46b38ac8fe1ce11db0064f005fea8f
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/pb.py

  Log Message:
  -----------
  perspective_shutdown renamed to shutdownRequested


  Commit: f0231ccf132e1edca3545e2ef6830366678301f8
      
https://github.com/buildbot/buildbot/commit/f0231ccf132e1edca3545e2ef6830366678301f8
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/test/unit/test_buildslave_protocols_pb.py

  Log Message:
  -----------
  added test for shutdownRequested


  Commit: 9834bc533bbadf76a9eeed35d257fee175b7c265
      
https://github.com/buildbot/buildbot/commit/9834bc533bbadf76a9eeed35d257fee175b7c265
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/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

  Log Message:
  -----------
  changes in methods names
added test for pb.Connection.perspective_shutdown
added test for BuildSlave.shutdownRequested


  Commit: 50d93cf7d51820b3c6a28fc8762be61747dc35fd
      
https://github.com/buildbot/buildbot/commit/50d93cf7d51820b3c6a28fc8762be61747dc35fd
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 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/process/botmaster.py
    M master/buildbot/test/unit/test_buildslave_base.py
    M master/buildbot/test/unit/test_buildslave_protocols_pb.py
    M master/setup.py

  Log Message:
  -----------
  keepalive TODO removed because its done
tracking last-heard-from TODO done
buildbot.buildslave.protocols package added to setup.py
some minor changes after pyflakes analysis


  Commit: e9bc8ba11601ab7e930c612ed6bedcd8a2c2bfcc
      
https://github.com/buildbot/buildbot/commit/e9bc8ba11601ab7e930c612ed6bedcd8a2c2bfcc
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/unit/test_buildslave_protocols_pb.py

  Log Message:
  -----------
  slave last access time updated in perspective_shutdown, tests


  Commit: 2c343a67401a17c67d98e10b22cec7202de3534a
      
https://github.com/buildbot/buildbot/commit/2c343a67401a17c67d98e10b22cec7202de3534a
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/process/build.py
    M master/buildbot/test/fake/bslavemanager.py
    M master/docs/developer/classes.rst
    A master/docs/developer/cls-bslavemanager.rst
    M master/docs/developer/cls-protocols.rst

  Log Message:
  -----------
  Fixes after review


  Commit: b90891cbcf924f61fab03c221d4ec92d96a4462a
      
https://github.com/buildbot/buildbot/commit/b90891cbcf924f61fab03c221d4ec92d96a4462a
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
    M master/docs/manual/installation.rst
    M master/docs/relnotes/index.rst
    M master/setup.py

  Log Message:
  -----------
  require Twisted-11.0.0 on the master


  Commit: 85fb85358df8974abe56d7beb369194a699f21c9
      
https://github.com/buildbot/buildbot/commit/85fb85358df8974abe56d7beb369194a699f21c9
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    A master/buildbot/buildslave/manager.py
    A master/buildbot/buildslave/protocols/__init__.py
    A master/buildbot/buildslave/protocols/base.py
    A master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/interfaces.py
    M master/buildbot/master.py
    M master/buildbot/pbmanager.py
    M master/buildbot/process/botmaster.py
    M master/buildbot/process/build.py
    M master/buildbot/process/builder.py
    M master/buildbot/process/buildstep.py
    M master/buildbot/process/slavebuilder.py
    A master/buildbot/test/fake/bslavemanager.py
    M master/buildbot/test/fake/fakemaster.py
    M master/buildbot/test/fake/remotecommand.py
    M master/buildbot/test/integration/test_slave_comm.py
    M master/buildbot/test/interfaces/test_remotecommand.py
    M master/buildbot/test/unit/test_buildslave_base.py
    A master/buildbot/test/unit/test_buildslave_protocols_base.py
    A master/buildbot/test/unit/test_buildslave_protocols_pb.py
    R 
master/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py
    M master/buildbot/test/unit/test_process_build.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/buildbot/test/unit/test_util_misc.py
    M master/buildbot/test/util/steps.py
    M master/buildbot/util/misc.py
    M master/docs/developer/classes.rst
    A master/docs/developer/cls-bslavemanager.rst
    A master/docs/developer/cls-protocols.rst
    M master/docs/developer/master-overview.rst
    M master/docs/developer/utils.rst
    M master/setup.py

  Log Message:
  -----------
  Merge branch 'introduce-adapter' of git://github.com/MichaelMayorov/buildbot


  Commit: b77269e1488f845c8efb67de184611001c974823
      
https://github.com/buildbot/buildbot/commit/b77269e1488f845c8efb67de184611001c974823
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  remove old, slave-only versions of Twisted from travis config


  Commit: 077cb54655a94887cdb162c8c4abe83acdab3430
      
https://github.com/buildbot/buildbot/commit/077cb54655a94887cdb162c8c4abe83acdab3430
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
    M MAINTAINERS.txt

  Log Message:
  -----------
  add koobs to the slave donors list


  Commit: 4d2035baff0e6bf5ae8c44d73bc925ffbed82456
      
https://github.com/buildbot/buildbot/commit/4d2035baff0e6bf5ae8c44d73bc925ffbed82456
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
    M MAINTAINERS.txt

  Log Message:
  -----------
  add koobs irc nick


  Commit: b029f407fdd6935fa47a4294e66d16d78bd14b0c
      
https://github.com/buildbot/buildbot/commit/b029f407fdd6935fa47a4294e66d16d78bd14b0c
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
    M master/buildbot/monkeypatches/__init__.py
    A master/buildbot/monkeypatches/decorators.py
    M master/buildbot/test/util/interfaces.py

  Log Message:
  -----------
  patch inlineCallbacks to preserve functions' argpsecs

(cherry-picked from nine)


  Commit: 8276cafe9a18f905f037984c0072c420aaa44d10
      
https://github.com/buildbot/buildbot/commit/8276cafe9a18f905f037984c0072c420aaa44d10
  Author: Benoit Allard <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    A master/buildbot/steps/HTTPStep.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Add Steps to perform HTTP requests


  Commit: 671844172ae891b0ed9a86938e6ea1d5723a7798
      
https://github.com/buildbot/buildbot/commit/671844172ae891b0ed9a86938e6ea1d5723a7798
  Author: Benoit Allard <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/docs/manual/customization.rst

  Log Message:
  -----------
  Formating of the doc


  Commit: c417e9377bbd4a2eb57f7948769181d58fecce89
      
https://github.com/buildbot/buildbot/commit/c417e9377bbd4a2eb57f7948769181d58fecce89
  Author: Benoit Allard <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/steps/HTTPStep.py

  Log Message:
  -----------
  Modification after review comments


  Commit: 514099247524d1186ae62882c2f4436c108bd1d4
      
https://github.com/buildbot/buildbot/commit/514099247524d1186ae62882c2f4436c108bd1d4
  Author: Pierre Tardy <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/steps/HTTPStep.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  port HTTPStep to txrequests

This makes this step asynchronous and suitable for buildbot

Signed-off-by: Pierre Tardy <[email protected]>


  Commit: 48037f0d7c4b352476b282ca15bfe6953d277aa8
      
https://github.com/buildbot/buildbot/commit/48037f0d7c4b352476b282ca15bfe6953d277aa8
  Author: Pierre Tardy <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    R master/buildbot/steps/HTTPStep.py
    A master/buildbot/steps/http.py
    A master/buildbot/test/unit/test_steps_http.py

  Log Message:
  -----------
  http step cleanup and test

- add GPL header
- change coding style
- add tests

Signed-off-by: Pierre Tardy <[email protected]>


  Commit: 7ecdbb7bbf4368b93c1b9868d5bf893bd9a061b9
      
https://github.com/buildbot/buildbot/commit/7ecdbb7bbf4368b93c1b9868d5bf893bd9a061b9
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    A master/buildbot/steps/http.py
    A master/buildbot/test/unit/test_steps_http.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/customization.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'txrequests' of git://github.com/tardyp/buildbot


  Commit: d028ea069df305e6bda81fbe0a4178eacf6d09c4
      
https://github.com/buildbot/buildbot/commit/d028ea069df305e6bda81fbe0a4178eacf6d09c4
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/process/buildstep.py
    A master/buildbot/process/remotecommand.py
    M master/buildbot/steps/package/deb/pbuilder.py
    M master/buildbot/steps/package/rpm/mock.py
    M master/buildbot/steps/shell.py
    M master/buildbot/steps/slave.py
    M master/buildbot/steps/source/base.py
    M master/buildbot/steps/source/bzr.py
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/steps/source/darcs.py
    M master/buildbot/steps/source/git.py
    M master/buildbot/steps/source/mercurial.py
    M master/buildbot/steps/source/mtn.py
    M master/buildbot/steps/source/svn.py
    M master/buildbot/steps/transfer.py
    M master/buildbot/test/interfaces/test_remotecommand.py
    M master/buildbot/test/regressions/test_oldpaths.py
    M master/buildbot/test/util/steps.py
    M master/docs/developer/cls-buildsteps.rst
    M master/docs/developer/cls-protocols.rst
    M master/docs/developer/cls-remotecommands.rst
    M master/docs/developer/master-slave.rst
    M master/docs/manual/customization.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  move RemoteCommand and friends to buildbot.process.remotecommand


  Commit: 826158caba8d05a376c263b11cc05058a58812b8
      
https://github.com/buildbot/buildbot/commit/826158caba8d05a376c263b11cc05058a58812b8
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/process/buildstep.py
    A master/buildbot/process/logobserver.py
    M master/buildbot/process/subunitlogobserver.py
    M master/buildbot/steps/package/rpm/mock.py
    M master/buildbot/steps/subunit.py
    M master/buildbot/test/regressions/test_oldpaths.py
    M master/buildbot/test/unit/test_steps_subunit.py
    M master/docs/manual/customization.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  move log observers to buildbot.process.logobserver


  Commit: aaae286ac2ed62247a5179e3d5cc19621739b6ea
      
https://github.com/buildbot/buildbot/commit/aaae286ac2ed62247a5179e3d5cc19621739b6ea
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  fix docs syntax


  Commit: a6ec211df118c739d2e7b7355577da07e42cc7b3
      
https://github.com/buildbot/buildbot/commit/a6ec211df118c739d2e7b7355577da07e42cc7b3
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/steps/http.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  update docs and comments about global txrequests state


  Commit: aa89b68919034a4dc943291ea12d33ef4533cbbe
      
https://github.com/buildbot/buildbot/commit/aa89b68919034a4dc943291ea12d33ef4533cbbe
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/test/unit/test_util_misc.py
    M master/buildbot/util/misc.py

  Log Message:
  -----------
  fix cancelAfter and its tests


  Commit: 3113cb96eaf4ce18e36b3b53b78b809814a31bcc
      
https://github.com/buildbot/buildbot/commit/3113cb96eaf4ce18e36b3b53b78b809814a31bcc
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    R master/buildbot/test/unit/test_status_web_png_resource.py
    A master/buildbot/test/unit/test_status_web_statuspng.py

  Log Message:
  -----------
  remove cached state and fix up png tests


  Commit: 9f313d732025406e2cdfdf159d06d1441ed756d7
      
https://github.com/buildbot/buildbot/commit/9f313d732025406e2cdfdf159d06d1441ed756d7
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/test/integration/test_slave_comm.py

  Log Message:
  -----------
  fix duplicate slave tests to wait for the correct detach to complete


  Commit: 07e44ccec5bc002e2924779b4634ace5c8b980a2
      
https://github.com/buildbot/buildbot/commit/07e44ccec5bc002e2924779b4634ace5c8b980a2
  Author: Tom Prince <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    R master/buildbot/buildslave/manager.py
    R master/buildbot/buildslave/protocols/__init__.py
    R master/buildbot/buildslave/protocols/base.py
    R master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/interfaces.py
    M master/buildbot/master.py
    M master/buildbot/pbmanager.py
    M master/buildbot/process/botmaster.py
    M master/buildbot/process/build.py
    M master/buildbot/process/builder.py
    M master/buildbot/process/buildstep.py
    M master/buildbot/process/slavebuilder.py
    R master/buildbot/test/fake/bslavemanager.py
    M master/buildbot/test/fake/fakemaster.py
    M master/buildbot/test/fake/remotecommand.py
    M master/buildbot/test/integration/test_slave_comm.py
    M master/buildbot/test/interfaces/test_remotecommand.py
    M master/buildbot/test/unit/test_buildslave_base.py
    R master/buildbot/test/unit/test_buildslave_protocols_base.py
    R master/buildbot/test/unit/test_buildslave_protocols_pb.py
    A 
master/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py
    M master/buildbot/test/unit/test_process_build.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/buildbot/test/unit/test_util_misc.py
    M master/buildbot/test/util/steps.py
    M master/buildbot/util/misc.py
    M master/docs/developer/classes.rst
    R master/docs/developer/cls-bslavemanager.rst
    R master/docs/developer/cls-protocols.rst
    M master/docs/developer/master-overview.rst
    M master/docs/developer/utils.rst
    M master/setup.py

  Log Message:
  -----------
  Revert merging 'introduce-adapter of 
git://github.com/MichaelMayorov/buildbot".

This code isn't at the point where somebody could add a seperate protocol
without any core changes, yet.

This reverts commits 9f313d732025406e2cdfdf159d06d1441ed756d7,
aa89b68919034a4dc943291ea12d33ef4533cbbe, and
85fb85358df8974abe56d7beb369194a699f21c9.


  Commit: 6885d46a3e930375bdd2f77a2d037540ed1b0379
      
https://github.com/buildbot/buildbot/commit/6885d46a3e930375bdd2f77a2d037540ed1b0379
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    A master/buildbot/buildslave/manager.py
    A master/buildbot/buildslave/protocols/__init__.py
    A master/buildbot/buildslave/protocols/base.py
    A master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/interfaces.py
    M master/buildbot/master.py
    M master/buildbot/process/build.py
    M master/buildbot/process/builder.py
    M master/buildbot/process/buildstep.py
    M master/buildbot/process/slavebuilder.py
    A master/buildbot/test/fake/bslavemanager.py
    M master/buildbot/test/fake/fakemaster.py
    M master/buildbot/test/fake/remotecommand.py
    M master/buildbot/test/integration/test_slave_comm.py
    M master/buildbot/test/interfaces/test_remotecommand.py
    M master/buildbot/test/unit/test_buildslave_base.py
    M master/buildbot/test/unit/test_process_build.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  Introducing adapter for PB
based on https://github.com/djmitche/buildbot/tree/amp


  Commit: 686f47c7fef88468e998b1c2549d3cd0476e6331
      
https://github.com/buildbot/buildbot/commit/686f47c7fef88468e998b1c2549d3cd0476e6331
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/unit/test_buildslave_base.py

  Log Message:
  -----------
  doKeepalive and shutdown moved to protocol level
minor fixes in test and getSlaveInfo


  Commit: bf3f8c4bb995aeee55bfb590ac9864aafddd24ce
      
https://github.com/buildbot/buildbot/commit/bf3f8c4bb995aeee55bfb590ac9864aafddd24ce
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py

  Log Message:
  -----------
  shutdown in old way moved to Protocol


  Commit: 85c40602ab84e24351351e275a88e1df6d1f6a0d
      
https://github.com/buildbot/buildbot/commit/85c40602ab84e24351351e275a88e1df6d1f6a0d
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py

  Log Message:
  -----------
  Old and new ways moved under Protocol


  Commit: 91c736c2cc6ab5c401b19c778f3cf0a14c47e368
      
https://github.com/buildbot/buildbot/commit/91c736c2cc6ab5c401b19c778f3cf0a14c47e368
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/test/unit/test_buildslave_base.py

  Log Message:
  -----------
  Few fixes in tests, added tests for shutdown command


  Commit: b05247de7c33e91a968cd0649c4e567fb42b5e76
      
https://github.com/buildbot/buildbot/commit/b05247de7c33e91a968cd0649c4e567fb42b5e76
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/unit/test_buildslave_base.py

  Log Message:
  -----------
  startKeepaliveTimer now starts keepalive timer, some minor changes in tests, 
removed outdated TODO


  Commit: 2424025b06d2c494ddc1fd70445552db6e6b5620
      
https://github.com/buildbot/buildbot/commit/2424025b06d2c494ddc1fd70445552db6e6b5620
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/process/builder.py

  Log Message:
  -----------
  startBuild returned, removed initial doKeepalive call


  Commit: 969d8ca2295d164dcbaca4ea8dd46258663d119c
      
https://github.com/buildbot/buildbot/commit/969d8ca2295d164dcbaca4ea8dd46258663d119c
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/integration/test_slave_comm.py

  Log Message:
  -----------
  WIP: keepalive moved to Connection


  Commit: a4d85a84f8f5e70e61d1c67aba3a0818db272d6d
      
https://github.com/buildbot/buildbot/commit/a4d85a84f8f5e70e61d1c67aba3a0818db272d6d
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/unit/test_buildslave_base.py

  Log Message:
  -----------
  WIP: keepalive code completely moved to Connection, some test fail for now


  Commit: 2ebed36081e0081f3592835db8a99bab4bdfe2d6
      
https://github.com/buildbot/buildbot/commit/2ebed36081e0081f3592835db8a99bab4bdfe2d6
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/integration/test_slave_comm.py

  Log Message:
  -----------
  WIP: fixed few failed tests


  Commit: cf1ccda792dd12f0fac42ee39d4299f2f21855bc
      
https://github.com/buildbot/buildbot/commit/cf1ccda792dd12f0fac42ee39d4299f2f21855bc
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/fake/bslavemanager.py
    M master/buildbot/test/unit/test_buildslave_base.py
    A master/buildbot/test/unit/test_buildslave_protocols_pb.py

  Log Message:
  -----------
  WIP: Added test_buildslave_protocols_pb, some minor fixes


  Commit: 3de881c462da26babc6ab827337105abf9fa51f6
      
https://github.com/buildbot/buildbot/commit/3de881c462da26babc6ab827337105abf9fa51f6
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/unit/test_buildslave_protocols_pb.py

  Log Message:
  -----------
  WIP: Swap positions in assertEqual, fixed one assert check, fixed attached() 
return value


  Commit: 324cb873d5ecef75b3e3f3c09e8b7c07925ffa86
      
https://github.com/buildbot/buildbot/commit/324cb873d5ecef75b3e3f3c09e8b7c07925ffa86
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    A master/buildbot/test/unit/test_buildslave_protocols_base.py
    M master/buildbot/test/unit/test_buildslave_protocols_pb.py

  Log Message:
  -----------
  Added tests for buildslave/protocols/base.py


  Commit: 3e9f0047fdee9b3cd28c6b207415bb57b1a50a10
      
https://github.com/buildbot/buildbot/commit/3e9f0047fdee9b3cd28c6b207415bb57b1a50a10
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/interfaces.py
    M master/buildbot/process/buildstep.py
    A master/docs/developer/cls-protocols.rst
    M master/docs/developer/master-overview.rst

  Log Message:
  -----------
  interruptCommand moved to protocol level
Added developer doc
removed useless methods from IBuildSlave


  Commit: a401b3651612ed0c7d70b81c8782a23bee04625b
      
https://github.com/buildbot/buildbot/commit/a401b3651612ed0c7d70b81c8782a23bee04625b
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/docs/developer/cls-protocols.rst

  Log Message:
  -----------
  WIP: changes in cls-protocols.rst


  Commit: 638b3237ee9c9c11838cdd0533f28f9882367d75
      
https://github.com/buildbot/buildbot/commit/638b3237ee9c9c11838cdd0533f28f9882367d75
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/base.py
    M master/docs/developer/cls-protocols.rst

  Log Message:
  -----------
  WIP: added few missed methods to protocols/base.py, docs


  Commit: 0743967cd4b36dc1051020f1a4fb2fce7b9a81b6
      
https://github.com/buildbot/buildbot/commit/0743967cd4b36dc1051020f1a4fb2fce7b9a81b6
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/manager.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/pbmanager.py

  Log Message:
  -----------
  Initial implementation of slave arbitration


  Commit: f457aef93a14aaa97c42a204f83876213f2eefcb
      
https://github.com/buildbot/buildbot/commit/f457aef93a14aaa97c42a204f83876213f2eefcb
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/manager.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/process/build.py
    M master/buildbot/process/builder.py
    M master/buildbot/process/slavebuilder.py

  Log Message:
  -----------
  Fix bug with starting build
try/except ping codeblock
self.conn replaced to self.slave.conn because disconnecting old slave breaks 
reference
added few log messages


  Commit: 88884be0c9c6ca05ec4835da01e9fdc77b621413
      
https://github.com/buildbot/buildbot/commit/88884be0c9c6ca05ec4835da01e9fdc77b621413
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/test/unit/test_util_misc.py
    M master/buildbot/util/misc.py
    M master/docs/developer/utils.rst

  Log Message:
  -----------
  add cancelAfter utility function


  Commit: 782c36c26842e43f1d97dc8c0c99691927f243e3
      
https://github.com/buildbot/buildbot/commit/782c36c26842e43f1d97dc8c0c99691927f243e3
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/manager.py

  Log Message:
  -----------
  use cancelAfter


  Commit: c58331343b57e1ca55685d22cb9b55bbac9a8793
      
https://github.com/buildbot/buildbot/commit/c58331343b57e1ca55685d22cb9b55bbac9a8793
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/manager.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/integration/test_slave_comm.py
    M master/buildbot/test/unit/test_buildslave_protocols_pb.py

  Log Message:
  -----------
  AbstractBuildSlave.attached() refactored
Fixes in tests


  Commit: 7d7731fde40718f49fcee5f01c314ca07ec5f4b9
      
https://github.com/buildbot/buildbot/commit/7d7731fde40718f49fcee5f01c314ca07ec5f4b9
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/test/unit/test_buildslave_base.py
    M master/buildbot/test/unit/test_process_build.py

  Log Message:
  -----------
  Fixes in tests


  Commit: e8dcd4e725c2d6fe1be7c5214dc12ed65400d8e7
      
https://github.com/buildbot/buildbot/commit/e8dcd4e725c2d6fe1be7c5214dc12ed65400d8e7
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/test/unit/test_buildslave_base.py

  Log Message:
  -----------
  remotePrint test removed, removed unnecessary try/except


  Commit: 921c86f800dfd1a74f89774b88f3d39b6da00e01
      
https://github.com/buildbot/buildbot/commit/921c86f800dfd1a74f89774b88f3d39b6da00e01
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/process/botmaster.py
    M master/buildbot/test/integration/test_slave_comm.py
    R 
master/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py

  Log Message:
  -----------
  DuplicateSlaveArbitrator removed with its tests
fixed perspective_shutdown TODO
fixed subscriptions TODO
minor fixes in tests


  Commit: d91f51c661561691f95ba4a53ec7ec9d459f42ab
      
https://github.com/buildbot/buildbot/commit/d91f51c661561691f95ba4a53ec7ec9d459f42ab
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/pb.py

  Log Message:
  -----------
  perspective_shutdown renamed to shutdownRequested


  Commit: a6507c1ec17ced75ece22cf7ec44c717828b6b2e
      
https://github.com/buildbot/buildbot/commit/a6507c1ec17ced75ece22cf7ec44c717828b6b2e
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/test/unit/test_buildslave_protocols_pb.py

  Log Message:
  -----------
  added test for shutdownRequested


  Commit: 947df901eb3f804e9acaacf81af04a4ea64cf7f9
      
https://github.com/buildbot/buildbot/commit/947df901eb3f804e9acaacf81af04a4ea64cf7f9
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/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

  Log Message:
  -----------
  changes in methods names
added test for pb.Connection.perspective_shutdown
added test for BuildSlave.shutdownRequested


  Commit: 988975b3ef19087c84f7fa80ce07997041ab9eda
      
https://github.com/buildbot/buildbot/commit/988975b3ef19087c84f7fa80ce07997041ab9eda
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 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/process/botmaster.py
    M master/buildbot/test/unit/test_buildslave_base.py
    M master/buildbot/test/unit/test_buildslave_protocols_pb.py
    M master/setup.py

  Log Message:
  -----------
  keepalive TODO removed because its done
tracking last-heard-from TODO done
buildbot.buildslave.protocols package added to setup.py
some minor changes after pyflakes analysis


  Commit: 7be81ff106eaf8c02f6b05bcb327985311b295a8
      
https://github.com/buildbot/buildbot/commit/7be81ff106eaf8c02f6b05bcb327985311b295a8
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/test/unit/test_buildslave_protocols_pb.py

  Log Message:
  -----------
  slave last access time updated in perspective_shutdown, tests


  Commit: 3ad1800c720cc31c9e9891b56e9fe0f58da03ead
      
https://github.com/buildbot/buildbot/commit/3ad1800c720cc31c9e9891b56e9fe0f58da03ead
  Author: Michael Mayorov <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/protocols/base.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/process/build.py
    M master/buildbot/test/fake/bslavemanager.py
    M master/docs/developer/classes.rst
    A master/docs/developer/cls-bslavemanager.rst
    M master/docs/developer/cls-protocols.rst

  Log Message:
  -----------
  Fixes after review


  Commit: ccb1acdc81dc88efc32d1b8d23b1ce9e17daf0a3
      
https://github.com/buildbot/buildbot/commit/ccb1acdc81dc88efc32d1b8d23b1ce9e17daf0a3
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/buildslave/base.py
    A master/buildbot/buildslave/manager.py
    A master/buildbot/buildslave/protocols/__init__.py
    A master/buildbot/buildslave/protocols/base.py
    A master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/interfaces.py
    M master/buildbot/master.py
    M master/buildbot/pbmanager.py
    M master/buildbot/process/botmaster.py
    M master/buildbot/process/build.py
    M master/buildbot/process/builder.py
    M master/buildbot/process/buildstep.py
    M master/buildbot/process/slavebuilder.py
    A master/buildbot/test/fake/bslavemanager.py
    M master/buildbot/test/fake/fakemaster.py
    M master/buildbot/test/fake/remotecommand.py
    M master/buildbot/test/integration/test_slave_comm.py
    M master/buildbot/test/interfaces/test_remotecommand.py
    M master/buildbot/test/unit/test_buildslave_base.py
    A master/buildbot/test/unit/test_buildslave_protocols_base.py
    A master/buildbot/test/unit/test_buildslave_protocols_pb.py
    R 
master/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py
    M master/buildbot/test/unit/test_process_build.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/buildbot/test/unit/test_util_misc.py
    M master/buildbot/test/util/steps.py
    M master/buildbot/util/misc.py
    M master/docs/developer/classes.rst
    A master/docs/developer/cls-bslavemanager.rst
    A master/docs/developer/cls-protocols.rst
    M master/docs/developer/master-overview.rst
    M master/docs/developer/utils.rst
    M master/setup.py

  Log Message:
  -----------
  Re-merge branch 'introduce-adapter' into slave-proto


  Commit: 7cdc9b08541214ce901b48d5b6a2235b01f631cc
      
https://github.com/buildbot/buildbot/commit/7cdc9b08541214ce901b48d5b6a2235b01f631cc
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/process/buildstep.py
    A master/buildbot/process/logobserver.py
    A master/buildbot/process/remotecommand.py
    M master/buildbot/process/subunitlogobserver.py
    M master/buildbot/steps/package/deb/pbuilder.py
    M master/buildbot/steps/package/rpm/mock.py
    M master/buildbot/steps/shell.py
    M master/buildbot/steps/slave.py
    M master/buildbot/steps/source/base.py
    M master/buildbot/steps/source/bzr.py
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/steps/source/darcs.py
    M master/buildbot/steps/source/git.py
    M master/buildbot/steps/source/mercurial.py
    M master/buildbot/steps/source/mtn.py
    M master/buildbot/steps/source/svn.py
    M master/buildbot/steps/subunit.py
    M master/buildbot/steps/transfer.py
    M master/buildbot/test/interfaces/test_remotecommand.py
    M master/buildbot/test/regressions/test_oldpaths.py
    M master/buildbot/test/unit/test_steps_subunit.py
    M master/buildbot/test/util/steps.py
    M master/docs/developer/cls-buildsteps.rst
    M master/docs/developer/cls-protocols.rst
    M master/docs/developer/cls-remotecommands.rst
    M master/docs/developer/master-slave.rst
    M master/docs/manual/customization.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'remotecommand-module' of git://github.com/djmitche/buildbot 
into slave-proto


  Commit: 697d9ed50c591c96f75b6804aff0b00d0ba0c915
      
https://github.com/buildbot/buildbot/commit/697d9ed50c591c96f75b6804aff0b00d0ba0c915
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M .travis.yml
    M MAINTAINERS.txt
    M master/buildbot/buildslave/base.py
    A master/buildbot/buildslave/manager.py
    A master/buildbot/buildslave/protocols/__init__.py
    A master/buildbot/buildslave/protocols/base.py
    A master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/interfaces.py
    M master/buildbot/master.py
    M master/buildbot/monkeypatches/__init__.py
    M master/buildbot/pbmanager.py
    M master/buildbot/process/botmaster.py
    M master/buildbot/process/build.py
    M master/buildbot/process/builder.py
    M master/buildbot/process/buildstep.py
    M master/buildbot/process/slavebuilder.py
    A master/buildbot/steps/http.py
    A master/buildbot/test/fake/bslavemanager.py
    M master/buildbot/test/fake/fakemaster.py
    M master/buildbot/test/fake/remotecommand.py
    M master/buildbot/test/integration/test_slave_comm.py
    M master/buildbot/test/unit/test_buildslave_base.py
    A master/buildbot/test/unit/test_buildslave_protocols_base.py
    A master/buildbot/test/unit/test_buildslave_protocols_pb.py
    R 
master/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py
    M master/buildbot/test/unit/test_process_build.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/buildbot/test/unit/test_remotecommand.py
    A master/buildbot/test/unit/test_steps_http.py
    M master/buildbot/test/unit/test_util_misc.py
    M master/buildbot/test/util/steps.py
    M master/buildbot/util/misc.py
    M master/docs/developer/classes.rst
    A master/docs/developer/cls-bslavemanager.rst
    A master/docs/developer/cls-protocols.rst
    M master/docs/developer/master-overview.rst
    M master/docs/developer/utils.rst
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/customization.rst
    M master/docs/manual/installation.rst
    M master/docs/relnotes/index.rst
    M master/setup.py

  Log Message:
  -----------
  Merge branch 'slave-proto' (early part) into nine

Conflicts:
        master/buildbot/buildslave/base.py
        master/buildbot/test/fake/fakemaster.py
        master/buildbot/test/unit/test_buildslave_base.py
        master/buildbot/test/util/interfaces.py
        master/docs/developer/classes.rst


  Commit: c5264eb8798181435ffcceca57c7ea01040bb52c
      
https://github.com/buildbot/buildbot/commit/c5264eb8798181435ffcceca57c7ea01040bb52c
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

  Changed paths:
    M master/buildbot/process/buildstep.py
    A master/buildbot/process/logobserver.py
    A master/buildbot/process/remotecommand.py
    M master/buildbot/process/subunitlogobserver.py
    M master/buildbot/steps/package/deb/pbuilder.py
    M master/buildbot/steps/package/rpm/mock.py
    M master/buildbot/steps/shell.py
    M master/buildbot/steps/slave.py
    M master/buildbot/steps/source/base.py
    M master/buildbot/steps/source/bzr.py
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/steps/source/darcs.py
    M master/buildbot/steps/source/git.py
    M master/buildbot/steps/source/mercurial.py
    M master/buildbot/steps/source/mtn.py
    M master/buildbot/steps/source/svn.py
    M master/buildbot/steps/subunit.py
    M master/buildbot/steps/transfer.py
    M master/buildbot/test/regressions/test_oldpaths.py
    M master/buildbot/test/unit/test_remotecommand.py
    M master/buildbot/test/unit/test_steps_subunit.py
    M master/buildbot/test/util/steps.py
    M master/docs/developer/cls-buildsteps.rst
    M master/docs/developer/cls-protocols.rst
    M master/docs/developer/cls-remotecommands.rst
    M master/docs/developer/master-slave.rst
    M master/docs/manual/customization.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'slave-proto' into nine

Conflicts:
        master/buildbot/process/buildstep.py


Compare: 
https://github.com/buildbot/buildbot/compare/b9e75cc5f776...c5264eb87981
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to