Tizen-development-report provides a bunch of scripts that generate reports regarding the state of Tizen bugs and reviews.
You are more than welcome to report any bugs you find or supply fixes or improvements.
The main script, tizen-info relies on the json parser jq (http://stedolan.github.io/jq/).
Besides jq you need 2 things to get all the scripts working:
- An access to Tizen Gerrit
- A local, updated copy of the Tizen repos containing all projects' git repo.
tizen-info-multiuser
Generates a status of the multi-user related issues.
Generates a status of the pending reviews in Gerrit.
Old scripts can be found on the branch v1_2014-03-25.
- Allow usage of alternate json parsers (underscore-cli https://github.com/ddopson/underscore-cli)
- Return more data (gerrit-owner...)
- Improve documentation
Those scripts are licensed under The MIT License (MIT)