Bug 649025 - repo list missing the groupid information
Summary: repo list missing the groupid information
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: z_other
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Pradeep Kilambi
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks: verified-to-close
TreeView+ depends on / blocked
 
Reported: 2010-11-02 19:08 UTC by Preethi Thomas
Modified: 2011-08-16 13:59 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-16 13:59:55 UTC
Embargoed:


Attachments (Terms of Use)

Description Preethi Thomas 2010-11-02 19:08:58 UTC
Description of problem:

groupid information is not displayed in the repo list output. you need the groupid to use the --groupid option with list.  when there are many repos belonging to different group, it would be difficult use the option to filter repos without knowing the name. 

[root@preethi pulp]# pulp-admin repo list
+------------------------------------------+
       List of Available Repositories
+------------------------------------------+

Label              	f13                      
Name               	f13                      
FeedURL            	http://download.devel.redhat.com/released/F-13/GOLD/Fedora/x86_64/os/
FeedType           	yum                      
Arch               	x86_64                   
Sync Schedule      	None                     
Packages           	3102                     
Files              	8                        
Publish            	True                     
Clones             	[u'clone_nofeed', u'clone_nofeed']

Comment 1 Pradeep Kilambi 2010-12-22 18:37:11 UTC
commit 0617b8a05e2a25620cd7434ea8163263023c979a
Author: Pradeep Kilambi <pkilambi>
Date:   Wed Dec 22 13:36:47 2010 -0500


# pulp-admin repo list
+------------------------------------------+
       List of Available Repositories
+------------------------------------------+

Label              	bar123                   
Name               	bar123                   
FeedURL            	None                     
FeedType           	None                     
Arch               	noarch                   
Sync Schedule      	None                     
Packages           	0                        
Files              	0                        
Distributions      	None                     
Publish            	True                     
Clones             	[]                       
Groups             	['A']

Comment 2 Jay Dobies 2010-12-22 20:56:29 UTC
Fixed in 0.119.

Comment 3 Preethi Thomas 2010-12-23 16:50:16 UTC
verified
[root@pulp ~]# rpm -q pulp
pulp-0.0.119-1.fc14.noarch


[root@preethi ~]# pulp-admin repo list
+------------------------------------------+
       List of Available Repositories
+------------------------------------------+

Label              	rhel5-i386               
Name               	rhel5-i386               
FeedURL            	https://cdn.redhat.com/content/dist/rhel/rhui/server/5Server/i386/os
FeedType           	yum                      
Arch               	i386                     
Sync Schedule      	None                     
Packages           	0                        
Files              	0                        
Distributions      	None                     
Publish            	True                     
Clones             	[]                       
Groups             	None

Comment 4 Preethi Thomas 2011-08-16 13:59:55 UTC
Closing with Community Release 15

pulp-0.0.223-4.


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