Bug 642747
Summary: | Ability to remove packages from repo | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | Keywords: | FutureFeature, Triaged |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:19:55 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
2010-10-13 18:21:32 UTC
added this in sprint 18.Supports, sudo pulp-admin repo delete_package Fixed in 0.119. [root@preethi ~]# rpm -q pulp pulp-0.0.119-1.fc14.noarch [root@preethi ~]# pulp-admin repo Usage: pulp-admin <options> repo <action> <options> Supported Actions: add_package Add specific package(s) from the source repository. delete_package Remove package(s) from the repository. [root@preethi ~]# pulp-admin repo delete_package --id=gpg-repo -p grinder-0.0.65-1.fc13.noarch.rpm Successfully removed package grinder-0.0.65-1.fc13.noarch.rpm from repo [gpg-repo]. Closing with Community Release 15 pulp-0.0.223-4. |