Confirmed users
85
edits
(next actions) |
|||
| Line 89: | Line 89: | ||
* Processed build logs and summaries cached on some other server (probably on the server that's processing the logs) | * Processed build logs and summaries cached on some other server (probably on the server that's processing the logs) | ||
* Summaries cached on that same server | * Summaries cached on that same server | ||
==Next actions== | |||
# Create a database structure | |||
# Create a PHP script that periodically loads Buildbot data + Tinderbox data into the database | |||
# Create a spec for the data that TBPL server should send to TBPL client | |||
# Create a script that reads from the database and sends this kind of data | |||
# ... more to come | |||