fedora-create-review
By Pierre-Yves on Sunday, January 8 2012, 18:45 - Général - Permalink

A small tool to automatically generate review request.
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.
Comments
How about we add this to fedora-review package? Seems like a good fit to me
Sounds like a good idea :-)