Scripts for generating OpenStack development community statistics
Go to file
Sean Dague 16fb3b7929 fix paramiko loading of private keys
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.
2013-06-08 07:28:16 -04:00
projects Fix syntax error. 2013-06-04 20:10:09 -04:00
.gitignore Add my changes 2013-03-06 16:29:52 -05:00
genresults.sh Add more data to all-openreviews.txt. 2013-05-31 17:36:38 -04:00
openreviews.py Move project json files into a directory. 2013-05-29 16:12:37 -04:00
README.md Add a script to get number and age of open reviews. 2013-05-28 16:49:32 -04:00
reviewers.py Move project json files into a directory. 2013-05-29 16:12:37 -04:00
utils.py fix paramiko loading of private keys 2013-06-08 07:28:16 -04:00

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.