Hide Forgot
Created attachment 1222489 [details] full log for copr delete-package Description of problem: I can't delete a package by CLI Version-Release number of selected component (if applicable): copr-cli-1.57-1.fc24.noarch How reproducible: Steps to Reproduce: 1. in your Copr project, create a new package from Web-UI and do not run a build for this. 2. from terminal run $copr list just to make sure you can authenticate and see data coming from copr server. 3. follow instructions: [ecerquei@dev .config]$ copr delete-package --help usage: copr delete-package [-h] --name PKGNAME copr 4. now try to delete it: $ copr delete-package --name paws_ci ecerquei/PAWS Actual results: Error: Unknown response from the server. Code: 404, raw response: Expected results: Additional info: pls check file attached for full server response.
Thanks for the report Eduardo, yeah -- the copr-cli utility is much younger compared to internal copr frontend; internal frontend needs to be updated to have "package delete" working (needs new server API for copr-cli). Work-around is to delete packages builds one-by-one. You'll still see the package within "Packages" tab, but that should be cosmetic issue.
Ok! Can you please guide me how I to delete this package even by frontend/web-ui? I can't see any button to perform a deletion action, wondering if it is something wrong with my account/permission? please see screenshots at: http://file.bos.redhat.com/ecerquei/bug_1397206/
AFAIK you can't delete package, there's the workaround I mentioned -- delete particular builds. Feel free to ping me on irc.
Deleting package from cli works now (in production). Feel free to reopen if necessary. Thanks!