THIS PROJECT IS NOW UNMAINTAINED.
This is kept around for archival purposes only.
This a Taskotron task to run rpmlint tool on newly built packages in Koji. See recent results and task documentation.
You can run the same task locally by running the ansible playbook. Execute the following command as root (don't do this on a production machine!):
$ ansible-playbook tests.yml -e taskotron_item=<NVR>
and replace <NVR>
with a Koji build NVR.
For example:
$ ansible-playbook tests.yml -e taskotron_item=htop-2.0.2-4.fc27
You can see the results in ./artifacts/
directory.
Alternatively you can run the task through Taskotron runner:
$ runtask --item <NVR> --type koji_build task-rpmlint/
Don't forget to use --ssh
or --libvirt
, otherwise you need to run this
as root (not recommended). See Taskotron documentation.