#2151: Buildbot adds an wrong argument to bzr command line
---------------------+------------------------
Reporter: sleebin9 | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.5 | Resolution:
Keywords: bzr |
---------------------+------------------------
Comment (by sleebin9):
Buildbot generated a 'bzr checkout' command with an wrong option like
{{{
bzr checkout <location> . "['-r', u'3730']"
}}}
So buildslave was aborted by the wrong command.
It was caused by a wrong function call in bzr.py.
List.append appends an object treat. "['-r', self.revision]" is treated
as
an List object. List object's string output is '[elem1, elem2, ..]'.
To solve the problem, List.extend instead of List.append is used.
--
Ticket URL: <http://trac.buildbot.net/ticket/2151#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits