Bug 1077506
| Summary: | [RFE] Support to list details information about one specific pulp repo | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Shirley Zhou <szhou> |
| Component: | API/integration | Assignee: | Ina Panova <ipanova> |
| Status: | CLOSED UPSTREAM | QA Contact: | pulp-qe-list |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.3 | CC: | cplummer+bz, cstpierr, ipanova, justin.garrison, mshao, skarmark |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-02-19 01:12:58 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
Shirley Zhou
2014-03-18 06:40:22 UTC
+1 to this RFE. I frequently need to review the detailed configuration for an individual repo (either so I can determine if something needs to be changed, or to configure a new repo with similar settings), and it is tedious to have to wade through the details for all repos (including the SSL certs and GPG keys!) when I am only interested in one. +1! (as Christina said) Just to say, I currently work around this by using sed to remove unwanted repos. eg. pulp-admin repo list --details | sed -n '/repo-name/,/^$/p' -n turns off printing by default /repo-name/ <- what I'm looking for /,/ match between /^$/ <- blank line /p <- print (since -n turned it off) Not a solution, just a work around. Moved to https://pulp.plan.io/issues/225 |