Scripts for generating OpenStack development community statistics
16fb3b7929
load_system_host_keys() does more than it implies, it also sets up the connections to ssh-agent which lets you use password protected private keys. By changing the order of these paramiko calls people can use password protected keys. Figured this out when looking at gerritlib code which worked with my default keys. |
||
---|---|---|
projects | ||
.gitignore | ||
genresults.sh | ||
openreviews.py | ||
README.md | ||
reviewers.py | ||
utils.py |
OpenStack Stats
Utility scripts for generating stats about OpenStack development.
openreviews.py
- Get some stats on the number and age of open reviews.reviewers.py
- See how many reviews each person has done over a period of time.