Bug 672349
Summary: | repo package count goes negative! | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Pradeep Kilambi <pkilambi> |
Component: | z_other | Assignee: | John Matthews <jmatthew> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | skarmark |
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 12:10:50 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
Pradeep Kilambi
2011-01-24 21:57:15 UTC
Fixed during changes for repo["packages"] from dictionary to list. Fixed in 0.134. verified [root@preethi ~]# rpm -q pulp pulp-0.0.135-1.fc14.noarch [root@preethi ~]# pulp-admin repo delete_package --id=upload-repo -p pulp-cds -ppulp-cds ['pulp-cds-0.0.121-1.fc14.noarch', 'pulp-cds-0.0.121-1.fc14.noarch'] [{'name': 'pulp-cds', 'checksum': {'sha256': '834fb545f765603e697ab016755f59afe48c22fb7a2e1411514a165b28ea36d8'}, 'repos': ['upload-repo'], 'filename': 'pulp-cds-0.0.121-1.fc14.noarch.rpm', 'epoch': '0', 'version': '0.0.121', 'release': '1.fc14', '_id': '3b24148c-ec5b-4fc4-a850-bd7796b3871f', 'arch': 'noarch', 'id': '3b24148c-ec5b-4fc4-a850-bd7796b3871f'}, {'name': 'pulp-cds', 'checksum': {'sha256': '834fb545f765603e697ab016755f59afe48c22fb7a2e1411514a165b28ea36d8'}, 'repos': ['upload-repo'], 'filename': 'pulp-cds-0.0.121-1.fc14.noarch.rpm', 'epoch': '0', 'version': '0.0.121', 'release': '1.fc14', '_id': '3b24148c-ec5b-4fc4-a850-bd7796b3871f', 'arch': 'noarch', 'id': '3b24148c-ec5b-4fc4-a850-bd7796b3871f'}] No dependencies to process.. Successfully removed package ['pulp-cds-0.0.121-1.fc14.noarch.rpm'] from repo [upload-repo]. [root@preethi ~]# pulp-admin repo list +------------------------------------------+ List of Available Repositories +------------------------------------------+ Id upload-repo Name upload-repo FeedURL None FeedType None Arch noarch Sync Schedule None Packages 0 Files 0 Distributions None Publish True Clones [] Groups None Closing with Community Release 15 pulp-0.0.223-4. Closing with Community Release 15 pulp-0.0.223-4. |