fedora-create-review (1) - Linux Manuals

fedora-create-review: Automatically create RPM review request for Fedora.

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

This program creates RPM review request for Fedora.
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-review
User configuration files for fedora-create-review

AUTHORS


  Original author: Pierre-Yves Chibon <pingou [at] pingoured.fr>


  Developers:
Pierre-Yves Chibon <pingou [at] pingoured.fr>
Stanislav Ochotnicky <sochotnicky [at] redhat.com>


  For a list of all contributors see AUTHORS file

No known bugs at this time