Bug 676701

Summary: wrong error message when no package name is given for package deplist
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: z_otherAssignee: Pradeep Kilambi <pkilambi>
Status: CLOSED CURRENTRELEASE QA Contact: Preethi Thomas <pthomas>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: skarmark
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-15 15:14:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 647488    

Description Preethi Thomas 2011-02-10 20:27:08 UTC
Description of problem:

[root@preethi ~]# rpm -q pulp
pulp-0.0.137-1.fc14.noarch

[root@preethi ~]# pulp-admin package deplist -n   -r f14
Atleast one repoid is required to lookup dependencies.


it should be

At least one package name is required to lookup dependencies

Comment 1 Pradeep Kilambi 2011-05-11 18:27:38 UTC
command in above comment is telling optparse that -r is a value to -n and hence the message atleast one repoid. fixed the typo.

commit f2f991c1b18b672b161646f75aa2a90b6f58ab40

$ sudo pulp-admin package deplist -n   -r f14
At least one repoid is required to lookup dependencies.

Comment 2 Jeff Ortel 2011-05-12 18:45:38 UTC
build: 0.176

Comment 3 Preethi Thomas 2011-06-07 16:10:53 UTC
verified
[root@preethi ~]# rpm -q pulp
pulp-0.0.186-1.fc14.noarch

[root@preethi ~]# pulp-admin package deplist -n   -r f14
At least one repoid is required to lookup dependencies.

Comment 4 Preethi Thomas 2011-08-15 15:14:39 UTC
Closing with current community release

pulp-0.0.223