Bug 1639590

Summary: Deletion feedback is too simplistic
Product: [Community] Copr Reporter: Nicolas Mailhot <nicolas.mailhot>
Component: cliAssignee: Miroslav Suchý <msuchy>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: jkadlcik, praiskup
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-03-12 16:05:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nicolas Mailhot 2018-10-16 07:25:58 UTC
Sometimes I need to reset part of a copr, setting up a new one is too much hassle and I usually need to keep some core packages inside (so I just kill the dependent packages).

So I do things like

<command> | xargs -I{} -- copr-cli delete-package coprname --name {}

That works but unfortunately copr-cli's feedback is far from ideal. It's a long list of
Package was successfully deleted.

that does not tell you which delete operation succeded

Please change it to

<package name> was successfully deleted.

Comment 1 Miroslav Suchý 2018-10-16 14:13:34 UTC
https://pagure.io/copr/copr/pull-request/446

Comment 2 Miroslav Suchý 2018-10-18 11:25:09 UTC
Merged

Comment 3 Nicolas Mailhot 2018-10-18 17:34:09 UTC
Thanks a lot !

Comment 4 Jakub Kadlčík 2019-03-12 16:05:59 UTC
This BZ was fixed during the latest Copr release.
Feel free to reopen, if you encounter any difficulties with provided solution.