Bug 1639590
| Summary: | Deletion feedback is too simplistic | ||
|---|---|---|---|
| Product: | [Community] Copr | Reporter: | Nicolas Mailhot <nicolas.mailhot> |
| Component: | cli | Assignee: | Miroslav Suchý <msuchy> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | 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: | |||
Merged Thanks a lot ! This BZ was fixed during the latest Copr release. Feel free to reopen, if you encounter any difficulties with provided solution. |
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.