Confirmed users
85
edits
mNo edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
** Python makes gzip decrompressing easiest | ** Python makes gzip decrompressing easiest | ||
* Should work like this: | * Should work like this: | ||
* | ** Every x minutes: | ||
*# Fetch buildbot data and fill database | **# Fetch buildbot data and fill database | ||
*# Fetch Tinderbox data and add log URLs & notes to the existing records in the database | **# Fetch Tinderbox data and add log URLs & notes to the existing records in the database | ||
*# Recreate JSON files for all changed revisions | **# Recreate JSON files for all changed revisions | ||
* TBPL requests pushlog, and then for every push revision the gzipped JSON file that the python script created | * TBPL requests pushlog, and then for every push revision the gzipped JSON file that the python script created | ||