Bug 609066
Summary: | Pulp cli throws error if repo is created with duplicate label : should display proper error message | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Shveta <ssachdev> |
Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | pthomas |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:02:49 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: | 641987 |
Description
Shveta
2010-06-29 11:04:46 UTC
root@shveta ~]# pulp repo create --label=TAKE3rhel-i386-server-5 --name=rhel-i386-server-5 "A repository with the id, TAKE3rhel-i386-server-5, already exists" [root@shveta ~]# pulp repo create --label=rhel-i386-server5 --name=rhel-i386-server-5 "A repository with the id, rhel-i386-server5, already exists" [root@shveta ~]# pulp repo create --label=rhel-i386-server5 --name=f12 --arch=i386 --feed=yum:http://download.devel.redhat.com/released/F-12/GOLD/Fedora/i386/os/ "A repository with the id, rhel-i386-server5, already exists" [root@shveta ~]# pulp repo create --label=f12_i386 --name=f12 --arch=i386 --feed=yum:http://download.devel.redhat.com/released/F-12/GOLD/Fedora/i386/os/ Successfully created Repo [ f12_i386 ] [root@shveta ~]# pulp repo create --label=f12_i386 --name=f12 --arch=i386 --feed=yum:http://download.devel.redhat.com/released/F-12/GOLD/Fedora/i386/os/ "A repository with the id, f12_i386, already exists" Closing with Community Release 15 pulp-0.0.223-4. |