report anonymous contributions

Change-Id: I67fbde4fa4d186f0789dee683c74e7344bed1c21
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-05-01 18:44:36 -04:00
parent b9aae47c6c
commit 04aaa9fde9

View File

@ -14,5 +14,7 @@ do
who-helped --debug contributions list -f csv $txt_file | tee $csv_file
who-helped --debug contributions summarize $csv_file | tee $rpt_file
who-helped contributions summarize -f csv $csv_file | tee $rpt_file.contributions.csv
who-helped contributions summarize -f csv --anon $csv_file | tee $rpt_file.anon-contributions.csv
who-helped contributions distinct -f csv $csv_file | tee $rpt_file.organizations.csv
who-helped contributions summarize -f csv --count Name $csv_file | tee $rpt_file.people.csv
done