[Teammetrics-discuss] Commitstat using key authentication?
Sukhbir Singh
sukhbir.in at gmail.com
Fri Sep 2 12:08:19 UTC 2011
Hi,
git pull
1. Fixed liststat.py to handle the error and added better logging
output by printing name of the list.
2. In commitstat.py, in order, the username is set by:
1. Setting the USER variable in the script.
2. Passing the argument to the script using the '-u' option.
For example, commitstat.py -u Foo
will set the username to Foo. Note that this takes precedence over the
global USER or the username from the .ssh/config.
So in order of precedence:
* Command line argument is supplied,
* Config file
* Global variable USER
Test it out when you are free and let me know if you want any changes :)
More information about the Teammetrics-discuss
mailing list