Project

General

Profile

action #13148

Updated by lnussel over 7 years ago

develop a web application that shows an overview of the rpmlint results of e.g. Factory 

 There should be views that 
 * - list packages and the amount of errors 
 * - list errors and the amount of packages 
 * - show a package and it's errors 
 * - show an error and the packages that trigger it 

 Where appropriate there should be links to OBS to view the package, resp the line in the build log file that shows the error 

 rpmlint logs for each package can be retrieved via the obs api on regular basis (or when a package was actually rebuilt): 
 $ osc ls -b openSUSE:Factory aaa_base

Back