Bug 1077506 - [RFE] Support to list details information about one specific pulp repo
Summary: [RFE] Support to list details information about one specific pulp repo
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Pulp
Classification: Retired
Component: API/integration
Version: 2.3
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Ina Panova
QA Contact: pulp-qe-list
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-18 06:40 UTC by Shirley Zhou
Modified: 2015-03-05 00:53 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-02-19 01:12:58 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Pulp Redmine 225 0 None None None Never

Description Shirley Zhou 2014-03-18 06:40:22 UTC
Description of problem:
# pulp-admin rpm repo list --details 
Now above command can list all existing pulp repos details, while no way to get details for only one specific pulp repo.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Christina Plummer 2014-04-03 14:05:48 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.

Comment 2 Justin Garrison 2014-09-29 18:38:20 UTC
+1! (as Christina said)

Comment 3 Justin Garrison 2014-11-17 20:06:20 UTC
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.

Comment 4 Ina Panova 2014-12-01 16:35:36 UTC
https://github.com/pulp/pulp/pull/1377

Comment 5 Brian Bouterse 2015-02-19 01:12:58 UTC
Moved to https://pulp.plan.io/issues/225


Note You need to log in before you can comment on or make changes to this bug.