Only generate reports relevant to OpenStack

This commit is contained in:
Mark McLoughlin 2012-04-06 00:23:29 +01:00
parent 712a2bbf1c
commit def41b8b1d
1 changed files with 7 additions and 7 deletions

View File

@ -377,17 +377,17 @@ def DevReports (hlist, totalchanged, cscount, totalremoved):
ReportByPCount (hlist, cscount)
ReportByLChanged (hlist, totalchanged)
ReportByLRemoved (hlist, totalremoved)
ReportBySOBs (hlist)
ReportByRevs (hlist)
ReportByTests (hlist)
ReportByTestCreds (hlist)
ReportByReports (hlist)
ReportByRepCreds (hlist)
#ReportBySOBs (hlist)
#ReportByRevs (hlist)
#ReportByTests (hlist)
#ReportByTestCreds (hlist)
#ReportByReports (hlist)
#ReportByRepCreds (hlist)
def EmplReports (elist, totalchanged, cscount):
ReportByPCEmpl (elist, cscount)
ReportByELChanged (elist, totalchanged)
ReportByESOBs (elist)
#ReportByESOBs (elist)
ReportByEHackers (elist)
def DevBugReports (hlist, totalbugs):