Merge "Rename ATC listing script"

This commit is contained in:
Jenkins 2014-06-26 07:55:53 +00:00 committed by Gerrit Code Review
commit 5cf810c6bc
3 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
These are the scripts used to create the ATC lists for use in PTL These are the scripts used to create the ATC lists for use in PTL
elections and Summit invitations. elections and Summit invitations.
0) Write a patch to email-stats.py so steps 1-2 are not necessary. 0) Write a patch to email_stats.py so steps 1-2 are not necessary.
1) Edit email-stats.py to set your gerrit username. 1) Edit email_stats.py to set your gerrit username.
2) Edit email-stats.py to set the start_date and end_date. 2) Edit email_stats.py to set the start_date and end_date.
3) Run the following queries on review.openstack.org: 3) Run the following queries on review.openstack.org:
SELECT * FROM accounts SELECT * FROM accounts

View File

@ -7,7 +7,7 @@ for project in $(
| grep '^ *- [A-Za-z_-]\+/[A-Za-z_-]\+$' \ | grep '^ *- [A-Za-z_-]\+/[A-Za-z_-]\+$' \
| sed 's/^ *- //' | sed 's/^ *- //'
) ; do ) ; do
python email-stats.py -p $project -o out/$( basename $project ).csv python email_stats.py -p $project -o out/$( basename $project ).csv
done done
# Confirmed list of non-code contributors # Confirmed list of non-code contributors