Bug 630977
| Summary: | Repo list output is showing a dictionary for the feed values | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Jay Dobies <jason.dobies> |
| Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | wes hayutin <whayutin> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | pthomas |
| Target Milestone: | --- | Keywords: | Triaged |
| 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 13:59:35 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 | ||
This is in HEAD as of Sep 7, which I'm about to cut for the 0.2 community release, so consider that the version. fixed!
feedurl and type should now be separate fields
$ sudo pulp-admin repo list
+------------------------------------------+
List of Available Repositories
+------------------------------------------+
Label fless
Name fless
FeedURL None
FeedType None
Arch noarch
Sync Schedule None
Packages 0
Files 0
Publish True
Clones []
Label f13
Name f13
FeedURL http://download.fedora.redhat.com/pub/fedora/linux/updates/13/x86_64
FeedType yum
Arch noarch
Sync Schedule None
Packages 7308
Files 0
Publish True
Clones []
Fixed in 0.77. Fixed in build 0.78. verified
[root@preethi ~]# pulp-admin -u admin -p redhat repo list
+------------------------------------------+
List of Available Repositories
+------------------------------------------+
Label f13_test_relative
Name f13_test_relative
FeedURL http://repos.fedorapeople.org/repos/pulp/pulp/testing/fedora-13/x86_64/
FeedType yum
Arch noarch
Sync Schedule */5 * * * *
Packages 9
Files 0
Publish True
Clones []
Label f14
Name f14
FeedURL http://download.fedora.redhat.com/pub/fedora/linux/releases/14/Fedora/x86_64/os/
FeedType yum
Arch x86_64
Sync Schedule None
Packages 2766
Files 6
Publish True
Clones []
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 []
Label f13-updates
Name f13-updates
FeedURL http://download.fedora.redhat.com/pub/fedora/linux/updates/13/x86_64/
FeedType yum
Arch x86_64
Sync Schedule None
Packages 7604
Files 0
Publish True
Clones []
Closing with Community Release 15 pulp-0.0.223-4. |
Not sure when this changed, but we now output a dict with feed values instead of a user-formatted output: Label repo3 Name repo3 Feed {u'url': u'http://mmccune.fedorapeople.org/pulp/', u'type': u'yum', u'supported_types': [u'yum', u'local', u'rhn']} Arch noarch Sync Schedule None Packages /pulp/api/repositories/repo3/packages/ We should parse this and show it better in the output.