#235 request-repo: Fix API token help text
Merged 7 years ago by cqi. Opened 7 years ago by tmz.

file modified
+3 -3
@@ -102,9 +102,9 @@ 

          description = '''Request a new dist-git repository

  

  Before requesting a new dist-git repository for a new package, you need to

- generate a pagure.io API token at https://{1}/settings/token/new, select ACL

- "Create a new project" and save it into your local user configuration located

- at ~/.config/rpkg/{0}.conf. For example:

+ generate a pagure.io API token at https://{1}/settings/token/new, select both

+ "Create a new project" and "Create a new ticket" ACLs and save it in your local

+ user configuration located at ~/.config/rpkg/{0}.conf. For example:

  

      [{0}.pagure]

      token = <api_key_here>

Both "Create a new project" and "Create a new ticket" ACLs are needed to
create a request.

Fixes #232

Signed-off-by: Todd Zullinger tmz@pobox.com

Looks good to me. :thumbsup: Thank you very much.

Pull-Request has been merged by cqi

7 years ago