[Buildbot-devel] show log names alphabetically on waterfall page?
Michael
mike23w at yahoo.com
Sat Jun 20 00:55:26 UTC 2009
Hi,
I'm new to buildbot. It's a great piece of software. And I'm having a lot of fun learning about it.
I had a question.
I was wondering if the order of the ShellCommand logfiles could be maintained when displayed on the waterfall page?
I've got something like this configured:
factory.addStep(ShellCommand(
logfiles={
'log1': '/tmp/log1',
'log2': '/tmp/log2',
'log3': '/tmp/log3',
},
command=[TEST,
'--arg1=1',
'--arg1=2',
],
timeout=None))
When you visit the waterfall web page log1,log2 and log3 are displayed in random order.
It would be nice to see the log files displayed (in this case) alphabetically: log1, log2, log3.
I tried replacing the logfiles dictionary with an ordered dictionary:
http://www.voidspace.org.uk/python/odict.html
But that didn't help.
Thanks, Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090619/56129df4/attachment.html>
More information about the devel
mailing list