[Buildbot-commits] [Buildbot] #1820: store configuration values in self.master.config
Buildbot
nobody at buildbot.net
Fri Jan 6 05:18:02 UTC 2012
#1820: store configuration values in self.master.config
------------------------+---------------------
Reporter: dustin | Owner:
Type: enhancement | Status: closed
Priority: major | Milestone: 0.8.6
Version: master | Resolution: fixed
Keywords: |
------------------------+---------------------
Changes (by dustin):
* status: new => closed
* resolution: => fixed
* milestone: 0.8.+ => 0.8.6
Comment:
This is done:
{{{
commit b4fb9fbf2243db6d091202f58ced453483fecd29
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: Sat Nov 12 00:32:16 2011 -0600
Refactor configuration handling
This moves configuration loading and checking out of the master, and
into a new module. Where possible, configuration is accessed directly
in as many cases as possible, rather than being disseminated across
the
master at reconfiguration time. For services that need to modify
their
behavior when reconfigured, the ReconfigurableServiceMixin defines a
general method of notification, eliminating service-specific code from
the master.
Schedulers are still stopped and re-started at every reconfiguration;
this may be changed in the future.
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/1820#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list