Project

Profile

Help

Issue #1263

closed

repomd.xml parsing fails when an empty revision tag is present

Added by roysjosh over 8 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
2.6.2 Beta
Platform Release:
2.8.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

The NSA SIMP 5.1.X repodata contains a <revision /> tag which busts sync
with the following splat:

Downloading metadata from https://dl.bintray.com/simp/5.1.X/.
Starting new HTTPS connection (1): dl.bintray.com
Parsing metadata.
 sync failed
 Traceback (most recent call last):
   File ".../sync.py", line 142, in run
     metadata_files = self.get_metadata()
   File ".../sync.py", line 226, in get_metadata
     metadata_files.parse_repomd()
   File ".../metadata.py", line 165, in parse_repomd
     self.revision = int(element.text)
 TypeError: int() argument must be a string or a number, not 'NoneType'

Related issues

Related to RPM Support - Issue #1357: When trying to sync a repository i get "int() argument must be a string or a number, not 'NoneType'"CLOSED - DUPLICATEActions
Has duplicate RPM Support - Issue #1746: Beta 2.8.0-0.7, RPM1004 - Error retrieving metadata: Not foundCLOSED - DUPLICATEActions

Added by roysjosh over 8 years ago

Revision 54c8837a | View on GitHub

Fix repomd.xml parsing with an empty revision tag

The NSA SIMP 5.1.X repodata contains a tag which busts sync with the following splat:

Downloading metadata from https://dl.bintray.com/simp/5.1.X/. Starting new HTTPS connection (1): dl.bintray.com Parsing metadata. sync failed Traceback (most recent call last): File ".../sync.py", line 142, in run metadata_files = self.get_metadata() File ".../sync.py", line 226, in get_metadata metadata_files.parse_repomd() File ".../metadata.py", line 165, in parse_repomd self.revision = int(element.text) TypeError: int() argument must be a string or a number, not 'NoneType'

closes #710 https://pulp.plan.io/issues/1263

Actions #1

Updated by jortel@redhat.com over 8 years ago

  • Triaged changed from No to Yes
Actions #2

Updated by jortel@redhat.com over 8 years ago

  • Assignee set to amacdona@redhat.com
Actions #3

Updated by amacdona@redhat.com over 8 years ago

  • Status changed from NEW to POST
  • Platform Release set to master
Actions #4

Updated by amacdona@redhat.com over 8 years ago

  • Status changed from POST to MODIFIED
  • Platform Release changed from master to 2.8.0
Actions #5

Updated by amacdona@redhat.com over 8 years ago

  • Related to Issue #1357: When trying to sync a repository i get "int() argument must be a string or a number, not 'NoneType'" added
Actions #7

Updated by dkliban@redhat.com about 8 years ago

  • Status changed from MODIFIED to 5
Actions #8

Updated by ipanova@redhat.com about 8 years ago

  • Has duplicate Issue #1746: Beta 2.8.0-0.7, RPM1004 - Error retrieving metadata: Not found added
Actions #9

Updated by dkliban@redhat.com about 8 years ago

  • Status changed from 5 to CLOSED - CURRENTRELEASE
Actions #12

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF