Bug 670327
Summary: | Cloning a feedless repo produces a traceback | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | dgao |
Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | jconnor |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 13:59:52 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
dgao
2011-01-17 21:37:40 UTC
I abstracted the progress reporting into a new base class: RepoProgressAction, so that bugs found in the progress reporting will not be filed twice: once for sync and once for clone. Verified pulp-admin repo create --id=feedless_repo Successfully created repository [ feedless_repo ] pulp-admin repo clone --id=feedless_repo --clone_id=feedless_clone_repo --feed=feedless -F Repository [feedless_repo] is being cloned as [feedless_clone_repo] You can safely CTRL+C this current command and it will continue [=========================] 100% Total: 0/0 items ) Clone: Finished on_qa now build 128 [root@preethi ~]# rpm -q pulp pulp-0.0.128-1.fc14.noarch [root@preethi ~]# pulp-admin repo create --id=foo Successfully created repository [ foo ] [root@preethi ~]# pulp-admin repo clone --id=foo --clone_id=bar -F Repository [foo] is being cloned as [bar] You can safely CTRL+C this current command and it will continue [=========================] 100% Total: 0/0 items ) Clone: Finished Closing with Community Release 15 pulp-0.0.223-4. |