Hide Forgot
Description of problem: When I want to obtaiin token and login for copr-cli, I would like to go to copr.url/api and copy the entire section of the config file. Then just paste it into the config. Steps to reproduce: 1. Log in to Copr 2. Visit http://copr.fedoraproject.org/api/ Actual results: API login : aaaa API token : bbbb Expiration date : 2014-06-15 Expected results: [copr-cli] username = your_username_goes_here login = aaaa token = bbbb # expires = 2014-06-15 Additional info: Not sure if # works as comment in copr config.
Done in commit 230f923.
fixed, thanks :)