add an ocata-em report showing contributions by org and project

Change-Id: I2d58f6bc756a1a7d8f6696fc54e94eb8f31d47a4
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2019-04-25 11:43:28 -04:00
parent 82b99fc730
commit a06771f0fa
1 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,13 @@ do
who-helped --debug contributions summarize --by Team $dat_file \
| tee ${input%.qry}.teams.rpt
# Text report, by team and org
who-helped --debug contributions summarize \
--by Organization --by Team \
--sort-column Organization \
$dat_file \
| tee ${input%.qry}.teams-by-org.rpt
# Text report, by team, without deployment tools
who-helped --debug contributions summarize --by Team \
--ignore-team OpenStackAnsible \