#2219: Make sample configuration modular.
------------------------+---------------------
Reporter:  tom.prince   |       Owner:  config
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:  0.9.0
 Version:  0.8.5        |  Resolution:
Keywords:               |
------------------------+---------------------

Comment (by bdbaddog):

 I've got a pretty stable modular config which handles reconfig's well.
 The main trick was to get rid of :

 {{{
 from XYZ import a,b,c
 }}}

 Since those aren't re-evaluated on reconfig. However doing something like:
 {{{
 import XYZ
 a=XYZ.a
 b=XYZ.b
 c=XYZ.c
 }}}

 Seems to handle reconfig well.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2219#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to