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:
parent
82b99fc730
commit
a06771f0fa
@ -19,6 +19,13 @@ do
|
|||||||
who-helped --debug contributions summarize --by Team $dat_file \
|
who-helped --debug contributions summarize --by Team $dat_file \
|
||||||
| tee ${input%.qry}.teams.rpt
|
| 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
|
# Text report, by team, without deployment tools
|
||||||
who-helped --debug contributions summarize --by Team \
|
who-helped --debug contributions summarize --by Team \
|
||||||
--ignore-team OpenStackAnsible \
|
--ignore-team OpenStackAnsible \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user