To test this out, you'll need to get a Pagure API token to be able to create new tickets on the "releng/fedora-scm-requests" repo in stage and add it to ~/.config/rpkg/fedpkg-stage.conf. To do this:
Scroll down to the "API Keys" section and copy the API key.
Create your personal config file at ~/.config/rpkg/fedpkg-stage.conf
Paste the API key so that it looks like this:
[fedpkg-stage.pagure]token=<api_key_here>
Then to view the help of the commands, you can use:
* fedpkg-stage -C conf/etc/rpkg/fedpkg-stage.conf request-branch --help
* fedpkg-stage -C conf/etc/rpkg/fedpkg-stage.conf request-repo --help
Addresses #137
To test this out, you'll need to get a Pagure API token to be able to create new tickets on the "releng/fedora-scm-requests" repo in stage and add it to ~/.config/rpkg/fedpkg-stage.conf. To do this:
~/.config/rpkg/fedpkg-stage.confThen to view the help of the commands, you can use:
*
fedpkg-stage -C conf/etc/rpkg/fedpkg-stage.conf request-branch --help*
fedpkg-stage -C conf/etc/rpkg/fedpkg-stage.conf request-repo --help