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

This commit is contained in:
Zuul 2019-04-25 16:10:40 +00:00 committed by Gerrit Code Review
commit e052e18989

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 \