Bug 670204 - Small clean up for `repo list` output
Summary: Small clean up for `repo list` output
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: z_other
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
: ---
Assignee: Pradeep Kilambi
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks: verified-to-close
TreeView+ depends on / blocked
 
Reported: 2011-01-17 14:41 UTC by Jay Dobies
Modified: 2011-08-16 12:21 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-16 12:07:54 UTC
Embargoed:


Attachments (Terms of Use)

Description Jay Dobies 2011-01-17 14:41:59 UTC
+------------------------------------------+
       List of Available Repositories
+------------------------------------------+

Id                 	test                     
Name               	test                     
FeedURL            	http://repos.fedorapeople.org/repos/pulp/pulp/fedora-14/x86_64
FeedType           	yum                      
Arch               	noarch                   
Sync Schedule      	None                     
Packages           	10                       
Files              	0                        
Distributions      	None                     
Publish            	True                     
Clones             	[]                       
Groups             	None                  


"FeedURL" and "FeedType" have no spaces and look more like a simple programmatic dump of the data, whereas "Sync Schedule" makes it look like this is a more user-friendly output.

Similarly, we abbreviate "Arch" but use the full word for "Distributions".

We should stay consistent. IMO, we should limit abbreviations and use spaces to make this appear to be a more polished output that is meant to be read by humans.

Comment 1 Pradeep Kilambi 2011-03-29 19:38:14 UTC
commit 15f268f23fd82de6efe971b7aacb13d74d71a590

Comment 2 Jeff Ortel 2011-03-30 21:12:03 UTC
build: 0.159

Comment 3 Preethi Thomas 2011-05-05 19:14:50 UTC
verified

[root@preethi ~]# rpm -q pulp
pulp-0.0.173-1.fc14.noarch
[root@preethi ~]# pulp-admin repo create --id foo-1 --arch i386
Successfully created repository [ foo-1 ]

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

Id                 	foo-1                    
Name               	foo-1                    
Feed URL           	None                     
Feed Type          	None                     
Feed Certs         	No                       
Consumer Certs     	No                       
Architecture       	i386                     
Sync Schedule      	None                     
Packages           	0                        
Files              	0                        
Distributions      	None                     
Publish            	True                     
Clones             	[]                       
Groups             	None                     
Filters            	[]                       
Notes              	{}                       


Id                 	f13-original             
Name               	f13-original             
Feed URL           	http://download.devel.redhat.com/released/F-13/GOLD/Fedora/x86_64/os/
Feed Type          	yum                      
Feed Certs         	No                       
Consumer Certs     	No                       
Architecture       	x86_64                   
Sync Schedule      	None                     
Packages           	3102                     
Files              	0                        
Distributions      	ks-f13-original-x86_64   
Publish            	True                     
Clones             	[]                       
Groups             	None                     
Filters            	[]                       
Notes              	{}

Comment 4 Preethi Thomas 2011-08-16 12:07:54 UTC
Closing with Community Release 15

pulp-0.0.223-4.

Comment 5 Preethi Thomas 2011-08-16 12:21:16 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.