Issue #1746
closedBeta 2.8.0-0.7, RPM1004 - Error retrieving metadata: Not found
Description
With 2.8 (2.8.0-0.7) beta I'm getting this when try to sync RPM repository from Artifactory (via HTTPS and with login).
pulp-admin rpm repo create --repo-id=test-repo-x86_64-live --display-name="TEST REPO x86_64 (Live)" --description="TEST REPO x86_64 (Live)" --feed="https://artifactory-master.test.com/artifactory/yum-local/test-repo/6/x86_64/" --serve-http=True --serve-https=False --relative-url=test-repo/6/x86_64/live --basicauth-user="xxxx" --basicauth-pass="xxxxx"
With 2.7 version it reports "int() argument must be a string or a number, not 'NoneType'" as repomd.xml contains empty revision eg <revision />
Repository normally works for direct usage as yum repo, If it's needed I can provide full metadata.
Files
Related issues
Updated by ipanova@redhat.com over 8 years ago
- Status changed from NEW to CLOSED - DUPLICATE
This is a dup of https://pulp.plan.io/issues/1263
I was not able to reproduce this bug using this feed https://dl.bintray.com/simp/5.1.X/ that also has empty revision tag in repomd.
Updated by ipanova@redhat.com over 8 years ago
- Is duplicate of Issue #1263: repomd.xml parsing fails when an empty revision tag is present added