Bug 674938
Summary: | pulp-admin repo delete_package fails and subsequent upload to the repo fails as well. | ||
---|---|---|---|
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 | Keywords: | Triaged |
Target Milestone: | --- | ||
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:08:38 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
Preethi Thomas
2011-02-03 19:22:56 UTC
commit 8ab5371e93885ff5fbb8a5644abc5708edbb1aec Author: Pradeep Kilambi <pkilambi> Date: Thu Feb 3 15:15:38 2011 -0500 674938 - fixing uploads and package removals [root@preethi ~]# pulp-admin repo upload --id=upload-repo --dir=/root/repo-dir/ Successfully uploaded [pulp-cds-0.0.121-1.fc14.noarch.rpm] to repo [ upload-repo ] [root@preethi ~]# pulp-admin repo delete_package --id=upload-repo -p pulp-cds No dependencies to process.. Successfully removed package ['pulp-cds-0.0.121-1.fc14.noarch.rpm'] from repo [upload-repo]. Fixed in 0.135. verified [root@preethi ~]# rpm -q pulp pulp-0.0.135-1.fc14.noarch [root@preethi ~]# pulp-admin repo create --id=upload-repo --name=upload-repo Successfully created repository [ upload-repo ] [root@preethi ~]# pulp-admin repo upload --id=upload-repo --dir=/root/repo1 Successfully uploaded [pyxf86config-0.3.37-8.fc14.x86_64.rpm] to repo [ upload-repo ] [root@preethi ~]# pulp-admin repo delete_package --id=upload-repo -p pyxf86config ['pyxf86config-0.3.37-8.fc14.x86_64'] [{'name': 'pyxf86config', 'checksum': {'sha256': 'dab399b4d9d730cb0bd129745bfcbac32157c54f800e0f65718402cc75ff4b81'}, 'repos': ['upload-repo', 'f14'], 'filename': 'pyxf86config-0.3.37-8.fc14.x86_64.rpm', 'epoch': '0', 'version': '0.3.37', 'release': '8.fc14', '_id': 'e911d6fc-f8a5-4365-b8fc-8be7e833c5d9', 'arch': 'x86_64', 'id': 'e911d6fc-f8a5-4365-b8fc-8be7e833c5d9'}] No dependencies to process.. Successfully removed package ['pyxf86config-0.3.37-8.fc14.x86_64.rpm'] from repo [upload-repo]. [root@preethi ~]# pulp-admin repo upload --id=upload-repo --dir=/root/repo1Successfully uploaded [pyxf86config-0.3.37-8.fc14.x86_64.rpm] to repo [ upload-repo ] [root@preethi ~]# Closing with Community Release 15 pulp-0.0.223-4. Closing with Community Release 15 pulp-0.0.223-4. |