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

View File

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