Bug 676342
Summary: | repo add_errata failing saying errata not in source repo | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | jortel, tsanders |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | Sprint 20 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:00:16 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
Preethi Thomas
2011-02-09 15:29:40 UTC
commit d032c69fb3d78306aabc01188a83ae049f4cfe3d Author: Pradeep Kilambi <pkilambi> Date: Thu Feb 10 14:09:27 2011 -0500 676342 - Errata lookup was using the wrong call and returning back an empty list $ sudo pulp-admin repo add_errata --id=test17 --source=f13-updates -e FEDORA-2010-5816 Following dependencies are suggested. [u'yaml-cpp-0.2.5-1.fc13.x86_64.rpm', u'yaml-cpp-0.2.5-1.fc13.i686.rpm', u'libgcc-4.4.5-2.fc13.i686.rpm', u'libstdc++-4.4.5-2.fc13.i686.rpm', u'libstdc++-4.4.5-2.fc13.x86_64.rpm', u'libgcc-4.4.5-2.fc13.x86_64.rpm'] Would you like us to add these?(Y/N/Q):y Successfully added Errata ['FEDORA-2010-5816'] to repo [test17]. Fixed build: 0.138 [root@dell-pe1855-01 ~]# rpm -q pulp pulp-0.0.139-1.fc14.noarch [root@dell-pe1855-01 ~]# pulp-admin -u admin -p admin repo add_errata --id=upload -e FEDORA-2010-19293 --source=f14-update Following dependencies are suggested. ['cabal2spec-0.22.4-1.fc14.noarch.rpm'] Would you like us to add these?(Y/N/Q):Y Successfully added Errata ['FEDORA-2010-19293'] to repo [upload]. Closing with Community Release 15 pulp-0.0.223-4. |