#16 Use rpmlintrc file if it exists in distgit
Merged by kparal. Opened by lbrabec.
feature/rpmlintfilter  into  develop

Download 16.patch

Please add a module docstring documenting the purpose of this script, thanks.

I pushed a change to distgit directive, this should be no longer needed.

You're using the config file only when running against binary rpms, but not when running against srpm. Please use it in both cases.

Please redirect the stream output to test.log, the same way the other tasks are redirected.

This at least deserves a line logged. Actually, since we don't get much info when running the ansible tasks, it's very useful to print some info when starting the script and another one when exiting the script. So, either use logging or just a print (completely sufficient) and print something like "Trying to download .rpmlintrc ..." when starting this, and then either ".rpmlintrc downloaded successfully into " or "Failed to download .rpmlintrc: ". Note the <errror> part, that's the important part.

Also, you need to add dependency on libtaskotron-fedora.

1 new commit added

  • docs, fixes, debug prints

1 new commit added

  • added dependency on libtaskotron-fedora

rebased onto 5d92d08867e6b9435cd4c5f87ef7643ce4f19d90

1 new commit added

  • a few polish touches

rebased onto 44b6a0518df4bf65ba5b30cb161fbd427edb9fef

Pull-Request has been merged by kparal

Metadata