Builder rrdtool_gcc-solaris10-i386 Build #76
Results:
Failed shell_2
SourceStamp:
| Project | rrdtool |
| Repository | https://github.com/oetiker/rrdtool-1.x.git |
| Branch | 1.5 |
| Revision | 95727808ea3f867fbd03c8833d6b136d51c722f4 |
| Got Revision | 95727808ea3f867fbd03c8833d6b136d51c722f4 |
| Changes | 1 change |
BuildSlave:
unstable10xReason:
scheduler
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | 1.5 | Build |
| builddir | /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386 | slave |
| buildername | rrdtool_gcc-solaris10-i386 | Builder |
| buildnumber | 76 | Build |
| codebase | Build | |
| got_revision | 95727808ea3f867fbd03c8833d6b136d51c722f4 | Git |
| project | rrdtool | Build |
| repository | https://github.com/oetiker/rrdtool-1.x.git | Build |
| revision | 95727808ea3f867fbd03c8833d6b136d51c722f4 | Build |
| scheduler | schedule-rrdtool_gcc-solaris10-i386 | Scheduler |
| slavename | unstable10x | BuildSlave |
| workdir | /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Olivier Doucetwebmaster@ajeux.com
Timing:
| Start | Tue Nov 10 17:13:05 2015 |
| End | Tue Nov 10 17:16:51 2015 |
| Elapsed | 3 mins, 45 secs |
All Changes:
:
Change #18533
Category rrdtool Changed by Olivier Doucet <webmaster@ajeux.com> Changed at Tue 10 Nov 2015 17:07:36 Repository https://github.com/oetiker/rrdtool-1.x.git Project rrdtool Branch 1.5 Revision 95727808ea3f867fbd03c8833d6b136d51c722f4 Comments
Fix JSON and JSONTIME export with gprints or rules When you have gprints or rules, json is not formated correctly : a comma is inserted after each block, making two mistakes : - there is no comma between "legend" and "gprints" block - there is a trailing comma in "meta" block I decided to rewrite this part and add the comma before each block, so this works in all cases : when you don't have any block, only one of them or both.
Changed files
- src/rrd_xport.c