packit / packit.dev

packit.dev website content
https://packit.dev/
MIT License
9 stars 50 forks source link

Document how to check binary RPMs with Testing Farm #607

Closed TomasTomecek closed 1 year ago

TomasTomecek commented 1 year ago

Follow up to https://github.com/packit/packit.dev/issues/601

Blocked on:

rpminspect allows analyzing binary RPMs and that's how it runs on dist-git. Let's document how to do this with Packit and Testing Farm once the RPM files are available in the testing environment.

(we could download them ourselves in theory but if this is what TF is meant to do, let's do it the right way)

lbarcziova commented 1 year ago

The latest release of TF should have unblocked this, so we can test this out and document it.

LecrisUT commented 1 year ago

Also, one thing to consider. How about making these tests reusable so that they can be imported? E.g.:

plan:
    import:
        url: https://github.com/packit/packit
        name: /rpmlint

The only tricky thing would be how to copy the rmplintrc file.

lachmanfrantisek commented 1 year ago

Good point from @LecrisUT about the shared "library" for such tests.