[Buildbot-commits] [buildbot/buildbot] 678d6c: Make BuildslaveManager an AsyncMultiService
    GitHub 
    noreply at github.com
       
    Mon Dec  1 15:17:19 UTC 2014
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 678d6c2d3b855a3acd5027a3f0f47be7deff4f80
      https://github.com/buildbot/buildbot/commit/678d6c2d3b855a3acd5027a3f0f47be7deff4f80
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-11-30 (Sun, 30 Nov 2014)
  Changed paths:
    M master/buildbot/buildslave/manager.py
  Log Message:
  -----------
  Make BuildslaveManager an AsyncMultiService
Without this, slow service starts (e.g., buildslave) can continue on
even after the parent service has indicated it is done starting.  Fixes #3066.
  Commit: 2eb50c2a3bc86afe40df1d263a03d8bd9ae52b21
      https://github.com/buildbot/buildbot/commit/2eb50c2a3bc86afe40df1d263a03d8bd9ae52b21
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-12-01 (Mon, 01 Dec 2014)
  Changed paths:
    M master/buildbot/buildslave/manager.py
  Log Message:
  -----------
  Merge djmitche/buildbot:bug3066 (PR #1399)
Compare: https://github.com/buildbot/buildbot/compare/086c81f858fe...2eb50c2a3bc8
    
    
More information about the Commits
mailing list