[Buildbot-commits] [SPAM] Re: [Buildbot] #683: Unhandled error, Build.setupBuild failed
Buildbot
buildbot-devel at lists.sourceforge.net
Fri Jan 15 21:09:14 UTC 2010
#683: Unhandled error, Build.setupBuild failed
------------------------+---------------------------------------------------
Reporter: tfogal | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: undecided
Version: | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Changes (by tfogal):
* priority: major => minor
* type: defect => enhancement
Comment:
Ah-hah! This is a configuration error.
I had
{{{
checkout = SVN(...)
win_compile = shell.ShellCommand(["msbuild", ...)
win_steps = [ checkout, compile ]
}}}
in my configuration. Note that the second step in {{{win_steps}}} is
{{{compile}}}, when it should be {{{win_compile}}}!
It appears {{{compile}}} is some sort of builtin, so buildbot did not
notice a configuration error.
I'm am leaving this open, changing to an enhancement, and lowering the
priority -- all as a request for improved error checking in factory's
{{{addStep}}}!
--
Ticket URL: <http://buildbot.net/trac/ticket/683#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list