Re: [yocto] [yocto autobuilder][PATCH 0/3] Fix buildlogger

2016-09-08 Thread Beth 'pidge' Flanagan
merged into master. Thanks! -b On Wed, 2016-09-07 at 16:33 +0100, Joshua Lock wrote: > Since build 999 we haven't seen any builds logged to the BuildLogs > wiki page, > that turns out to be because the JSON dicts keys are strings and thus > the sort > order isn't as expected, i.e. 999 > 1001. >

[yocto] [yocto autobuilder][PATCH 0/3] Fix buildlogger

2016-09-07 Thread Joshua Lock
Since build 999 we haven't seen any builds logged to the BuildLogs wiki page, that turns out to be because the JSON dicts keys are strings and thus the sort order isn't as expected, i.e. 999 > 1001. This series tidies up the buildlogger some and includes a fix for this issue by converting the keys