[Buildbot-commits] [Buildbot] #2035: _ComputeRepositoryURL requires more info than IProperties makes available
Buildbot
nobody at buildbot.net
Mon Jul 4 02:10:09 UTC 2011
#2035: _ComputeRepositoryURL requires more info than IProperties makes available
--------------------+-------------------
Reporter: dustin | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.5
Version: 0.8.4p1 | Keywords:
--------------------+-------------------
In 0.8.4, the class of the object passed to getRenderingFor methods was
somewhat vague - a Build in some cases, !BuildStatus in others.
I changed that in [5468cc2fb22a0559bf0fd2cfc51ecd17c2b511e7], where I
defined the interface (IProperties) of the object passed to
getRenderingFor (and, more importantly, for !WithProperties callables).
Problem is, the getRenderingFor for _ComputeRepositoryURL expects a build,
and calls {{{build.getSourceStamp}}}.
--
Ticket URL: <http://trac.buildbot.net/ticket/2035>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list