rpmlint is now reporting whole koji build
ClosedPublic

Authored by lbrabec on Aug 18 2014, 10:19 AM.

Details

Summary

task-rpmlint rewritten, rpmlint is called on workdir with rpms and is reported once for whole koji build

Test Plan

python runtask.py -i python-ogg-1.3-21 -t koji_build -a x86_64 ../task-rpmlint/rpmlint.yml

Diff Detail

Repository
rRPMLINT task-rpmlint
Lint
Lint Skipped
Unit
Unit Tests Skipped
lbrabec retitled this revision from to rpmlint is now reporting whole koji build.Aug 18 2014, 10:19 AM
lbrabec updated this object.
lbrabec edited the test plan for this revision. (Show Details)
lbrabec added a reviewer: kparal.
kparal accepted this revision.Aug 18 2014, 11:54 AM

That should work. Please push! Thanks.

run_rpmlint.py
22–24

Can you please change RPMLINT into lower case? Thanks.

24

For example purposes I think it would be better to replace output.split('\n') with [output]. There is no need to split it per line, it just needs to be a list.

This revision is now accepted and ready to land.Aug 18 2014, 11:54 AM
lbrabec closed this revision.Aug 18 2014, 12:45 PM
lbrabec updated this revision to Diff 603.

Closed by commit rRPMLINTfe2f78562ef8 (authored by @lbrabec).