David Crossley wrote: > Gavin wrote: > > > > Ross' suggestion went on to say that perhaps Clutch could be extended by an > > extra column or two and state whether a project passes RAT and if not say > > how many files fail the RAT validation. > > > > Would this be a useful addition? > > Yes definitely. > > > If so I can get to work on it Buildbot end > > - all I need from you is where you want the results putting so that Clutch > > can use it, how you want it represented (.xml , .txt, .html) etc. I could > > for instance put it in svn somewhere, or perhaps Clutch could gather the > > results from a ci.apache.org/projects/rat-output/ location? > > As long as it is publicly accessible and in a structured format, > then Clutch can handle it. Even just a CSV file would work. > > Perhaps a summary file at ci.apache.org/projects/rat-output/summary.txt > > #projectId,numFailed > foo,12 > bar,0 > > So, for each podling, Clutch would see if it is in your list. > If "numFailed gt 0" then alert it. > > The table cell would link directly to each project's html RAT report. > > Prod me when you have something.
By the way, no need to wait until you have RAT reports for all incubator projects. If one is not in the buildbot list, then Clutch will just give it a "?" and orange alert colour. -David
