fedora-create-review(1) - Linux man page
Name
fedora-create-review - Automatically create RPM review request for Fedora.Synopsis
fedora-create-review <specfile> <srpmfile>Description
This tool create review request for rpm packages for Fedora. It starts a scratch build on koji, upload your file onto fedorapeople, create the review request and add a comment that the scratch-build on koji was successful.
Usage
- fedora-create-review <specfile> <srpmfile>
-
This will start a build on koji using the given srpmfile. If the build is successful, both file will be uploaded onto fedorapeople. Finally, the review request is generated and a comment is added on the bug about the successful scratch-build.
Options
--user FAS user name.--rename-request To create a rename request instead of a review request.
--koji-target Specify the target for the scratch build. Defaults to rawhide.
The list of targets can be obtained using 'koji list-targets'.
--no-scratch-build To skip the scratch build but still create the review.
--debug Provides a more detailed output of what's going on.
--test Create the review on a test bugzilla instance instead of the official one.
Files
$HOME/.config/fedora-create-reviewUser configuration files for fedora-create-review
Authors
Original author: Pierre-Yves Chibon <pingou@pingoured.fr>Developers:
Pierre-Yves Chibon <pingou@pingoured.fr>
Stanislav Ochotnicky <sochotnicky@redhat.com>
For a list of all contributors see AUTHORS file
No known bugs at this time