copr
copr copied to clipboard
Copr builds should launch rpminspect and capture results
Original issue: https://pagure.io/copr/copr/issue/924 Opened: 2019-08-10 14:29:52 Opened by: dcantrel
When Copr completes a build successfully, it should run rpminspect on the resulting build and capture the results. rpminspect will exit with a non-zero result if the run failed, otherwise it returns 0. Results are sent to stdout and could be captured as something like rpminspect.log and placed in the same output directory as the other build logs. The return value could also be used to trigger a pass/fail display in the web UI.