Bug 1332922
| Summary: | repomd.xml parsing fails when an empty revision tag is present | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Mike McCune <mmccune> |
| Component: | Pulp | Assignee: | satellite6-bugs <satellite6-bugs> |
| Status: | CLOSED ERRATA | QA Contact: | Katello QA List <katello-qa-list> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1.8 | CC: | andrew.schofield, bbuckingham, bkearney, ebeaudoi, kabbott, kbidarka, mhrivnak, satellite6-bugs, sthirugn, xdmoon |
| Target Milestone: | Unspecified | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1286803 | Environment: | |
| Last Closed: | 2016-05-17 05:33:22 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: | 1286803 | ||
| Bug Blocks: | |||
|
Description
Mike McCune
2016-05-04 11:21:59 UTC
VERIFIED with sat6.1.9 compose1 the repomd.xml file does have an empty revision tag [root@xyz ~]# hammer product create --name kbidarka_prd --organization-id 1 [Foreman] Username: admin [Foreman] Password for admin: Product created [root@xyz ~]# hammer repository create --product="kbidarka_prd" --content-type=yum --name=my_repo_1 --url="https://rplevka.fedorapeople.org/fakerepo02/" --organization-id 1 [Foreman] Username: admin [Foreman] Password for admin: Repository created [root@xyz ~]# hammer repository synchronize --organization-id=1 --product="kbidarka_prd" --name my_repo_1 [Foreman] Username: admin [Foreman] Password for admin: [......................................................................] [100%] New packages: 3 (37.1 KB). [root@xyz ~]# hammer -u admin -p changeme repository info --organization-id 1 --product="kbidarka_prd" ID: 949 Name: my_repo_1 Label: my_repo_1 Organization: Default Organization Red Hat Repository: no Content Type: yum Checksum Type: sha256 URL: https://rplevka.fedorapeople.org/fakerepo02/ Publish Via HTTP: yes Published At: http://sat6server/pulp/repos/Default_Organization/Library/custom/kbidarka_prd/my_repo_1 Product: ID: 843 Name: kbidarka_prd GPG Key: Sync: Status: Last Sync Date: Created: 2016/05/11 11:34:27 Updated: 2016/05/11 11:35:17 Content Counts: Packages: 3 Errata: 0 The repomd.xml file. <repomd><revision/><data type="filelists"><checksum type="sha256"> Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1084 |