[Buildbot-commits] [Buildbot] #2297: Config-time checks for 'codebase' correctness

Buildbot nobody at buildbot.net
Sat May 12 23:08:10 UTC 2012


#2297: Config-time checks for 'codebase' correctness
------------------------+--------------------
Reporter:  jaredgrubb   |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:  0.8.7
 Version:  master       |  Resolution:
Keywords:               |
------------------------+--------------------
Changes (by dustin):

 * milestone:  undecided => 0.8.7


Comment:

 The documentation indicates that Source steps are basically required to
 have a `codebase` attribute.  If that's part of the Source interface, then
 it's not at all unreasonable for !BuildFactory to have a validation method
 that ensures that either no Source steps have a codebase, or all do.

 That requires a lot of `isinstance(Source, ..)`, though, which always
 makes me a bit uncomfortable.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2297#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list