[Buildbot-commits] [buildbot/buildbot] de44f9: Allow PBChangeSource to specify its own PB port

noreply at github.com noreply at github.com
Thu Dec 16 07:25:19 UTC 2010


Branch: refs/heads/master
Home:   https://github.com/buildbot/buildbot

Commit: de44f934d994f848a19473a1eaccb0c204bc14f2
    https://github.com/buildbot/buildbot/commit/de44f934d994f848a19473a1eaccb0c204bc14f2
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-15 (Wed, 15 Dec 2010)

Changed paths:
  M master/buildbot/changes/pb.py
  M master/buildbot/master.py
  A master/buildbot/pbmanager.py
  M master/buildbot/schedulers/trysched.py
  M master/buildbot/test/unit/test_changes_pb.py
  M master/buildbot/test/unit/test_master_cleanshutdown.py
  A master/buildbot/test/unit/test_pbmanager.py
  A master/buildbot/test/util/pbmanager.py
  M master/docs/cfg-changesources.texinfo

Log Message:
-----------
Allow PBChangeSource to specify its own PB port

Implement a manager to handle services advertised on arbitrary PB ports,
allowing distinct services to be advertised on the same port if
necessary, as long as their names do not overlap.  Fixes #1708






More information about the Commits mailing list