English version

fedora-create-review is a small tool I wrote this week-end to help packager to create review request on the Red Hat's bugzilla after making a scratch build on koji.

The basic idea is:

- from a spec and srpm
  - start a koji scratch build
  - if build worked
    - upload to fedorapeople.org
    - create the bugzilla ticket
    - Add the koji build in the bugzilla as a link
  - otherwise:
    - warn user

The configuration to upload the files on fedorapeople.org can be set on ~/.config/fedora-create-review

Basic use will be:

fedora-create-review.py path/to/spec path/to/srpm

Options can be checked via --help

Check the git repo or the github mirror

Hope this helps.