Bug 974663
| Summary: | No way to copy productid.xml when cloning a repo | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Michael Hrivnak <mhrivnak> |
| Component: | rpm-support | Assignee: | Michael Hrivnak <mhrivnak> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.2 | CC: | jason.dobies, jsherril, mmccune, skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 961875 | Environment: | |
| Last Closed: | 2013-09-10 15:45:09 UTC | Type: | Bug |
| 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: | 961875 | ||
| Bug Blocks: | 950743, 970232 | ||
|
Description
Michael Hrivnak
2013-06-14 18:29:11 UTC
build: 2.2.0-0.4.beta [root@ibm-x3550m3-13 ~]# pulp-admin rpm repo copy errata --from-repo-id rhel6-2 --to-repo-id rhel-copy --recursive This command may be exited via ctrl+c without affecting the request. [-] Waiting to begin... [-] Running... Summary: erratum: 1048 [root@ibm-x3550m3-13 ~]# pulp-admin rpm repo copy all --from-repo-id rhel6-2 --to-repo-id rhel-copy This command may be exited via ctrl+c without affecting the request. [-] Waiting to begin... [-] Running... Summary: package_group: 202 package_category: 10 rpm: 7281 yum_repo_metadata_file: 1 erratum: 1048 [root@ibm-x3550m3-13 ~]# [root@ibm-x3550m3-13 ~]# rpm -q pulp-server pulp-server-2.2.0-0.4.beta.fc18.noarch [root@ibm-x3550m3-13 ~]# [root@ibm-x3550m3-13 ~]# ls -l /var/lib/pulp/published/https/repos/rhel6-2/repodata/7b1e1e2df060d31a9af15eec907370fb5c2b09ca520a0505904311d255b5de41-productid.xml -rw-r--r--. 1 apache apache 2159 Jun 18 14:17 /var/lib/pulp/published/https/repos/rhel6-2/repodata/7b1e1e2df060d31a9af15eec907370fb5c2b09ca520a0505904311d255b5de41-productid.xml [root@ibm-x3550m3-13 ~]# ls -l /var/lib/pulp/published/https/repos/rhel-copy/repodata/7b1e1e2df060d31a9af15eec907370fb5c2b09ca520a0505904311d255b5de41-productid.xml -rw-r--r--. 1 apache apache 2159 Jun 18 21:49 /var/lib/pulp/published/https/repos/rhel-copy/repodata/7b1e1e2df060d31a9af15eec907370fb5c2b09ca520a0505904311d255b5de41-productid.xml [root@ibm-x3550m3-13 ~]# [root@ibm-x3550m3-13 ~]# cat /var/lib/pulp/published/https/repos/rhel6-2/repodata/repomd.xml |grep productid <data type="productid"> <location href="repodata/7b1e1e2df060d31a9af15eec907370fb5c2b09ca520a0505904311d255b5de41-productid.xml"/> [root@ibm-x3550m3-13 ~]# [root@ibm-x3550m3-13 ~]# [root@ibm-x3550m3-13 ~]# cat /var/lib/pulp/published/https/repos/rhel-copy/repodata/repomd.xml |grep productid <data type="productid"> <location href="repodata/7b1e1e2df060d31a9af15eec907370fb5c2b09ca520a0505904311d255b5de41-productid.xml"/> [root@ibm-x3550m3-13 ~]# |