[Buildbot-commits] [Buildbot] #2117: Error when forcing build through IRC
Buildbot
nobody at buildbot.net
Wed Sep 28 21:03:12 UTC 2011
#2117: Error when forcing build through IRC
---------------------+-----------------------
Reporter: lotodore | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.4p2 | Keywords:
---------------------+-----------------------
After updating to 0.8.5, I got an error when forcing a build through IRC.
The error looks like this on IRC:
[22:29:58] <Lotodore> build: force build proj
[22:29:58] <build> Something bad happened (see logs): <type
'exceptions.AttributeError'>
The twistd log file shows an error like this:
http://pastebin.com/48RPbbV1
A workaround, as explained by djmitche on IRC, is to change the line which
causes the error (buildbot/status/words.py, line 524, in command_FORCE) to
d = bc.submitBuildRequest(ss, reason)
(i.e. deleting the props= from that line).
--
Ticket URL: <http://trac.buildbot.net/ticket/2117>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list