[Buildbot-commits] [buildbot/buildbot] 41d97d: Set AbstractBuildSlave.botmaster in setServicePare...

GitHub noreply at github.com
Mon Apr 23 18:35:03 UTC 2012


  Branch: refs/heads/buildbot-0.8.6
  Home:   https://github.com/buildbot/buildbot
  Commit: 41d97de528c2d455805609e99d1a73bb588e3b96
      https://github.com/buildbot/buildbot/commit/41d97de528c2d455805609e99d1a73bb588e3b96
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-04-12 (Thu, 12 Apr 2012)

  Changed paths:
    M master/buildbot/buildslave.py
    M master/buildbot/process/botmaster.py

  Log Message:
  -----------
  Set AbstractBuildSlave.botmaster in setServiceParent rather than aftwards.

setServiceParent calls startService which assumes botmaster is already set.

Fixes #2278.


  Commit: e377a3f4cbd76ae84492200d330524aaa68f9679
      https://github.com/buildbot/buildbot/commit/e377a3f4cbd76ae84492200d330524aaa68f9679
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-04-14 (Sat, 14 Apr 2012)

  Changed paths:
    A master/buildbot/test/fake/botmaster.py
    M master/buildbot/test/unit/test_buildslave.py
    M master/buildbot/test/unit/test_process_botmaster_BotMaster.py

  Log Message:
  -----------
  Add some tests for #2278.


  Commit: 34fd47dbfcc0e6440b84bdecec5b8f21ddeac000
      https://github.com/buildbot/buildbot/commit/34fd47dbfcc0e6440b84bdecec5b8f21ddeac000
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-04-23 (Mon, 23 Apr 2012)

  Changed paths:
    M master/buildbot/buildslave.py
    M master/buildbot/process/botmaster.py
    A master/buildbot/test/fake/botmaster.py
    M master/buildbot/test/unit/test_buildslave.py
    M master/buildbot/test/unit/test_process_botmaster_BotMaster.py

  Log Message:
  -----------
  Merge branch 'bug2278' into buildbot-0.8.6

Conflicts:
	master/buildbot/test/unit/test_buildslave.py


  Commit: c73021287df50429753d78e96ad2e7142e610476
      https://github.com/buildbot/buildbot/commit/c73021287df50429753d78e96ad2e7142e610476
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-04-23 (Mon, 23 Apr 2012)

  Changed paths:
    M master/buildbot/buildslave.py
    M master/buildbot/process/botmaster.py
    A master/buildbot/test/fake/botmaster.py
    M master/buildbot/test/unit/test_buildslave.py
    M master/buildbot/test/unit/test_process_botmaster_BotMaster.py

  Log Message:
  -----------
  Merge pull request #378 from tomprince/bug2278

Set AbstractBuildSlave.botmaster in setServiceParent rather than aftwards.


Compare: https://github.com/buildbot/buildbot/compare/689fc79...c730212


More information about the Commits mailing list