Bug 676701 - wrong error message when no package name is given for package deplist
Summary: wrong error message when no package name is given for package deplist
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: z_other
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Pradeep Kilambi
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks: verified-to-close
TreeView+ depends on / blocked
 
Reported: 2011-02-10 20:27 UTC by Preethi Thomas
Modified: 2011-08-15 15:14 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-08-15 15:14:39 UTC
Embargoed:


Attachments (Terms of Use)

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


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