Skip to content

Commit

Permalink
workaround for BZ#1120215
Browse files Browse the repository at this point in the history
Ignore SUSE specific files for now, until those can be handled properly.
  • Loading branch information
Michael Moll committed Oct 8, 2014
1 parent 2dba6e8 commit 6b630f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/pulp_rpm/plugins/importers/yum/repomd/metadata.py
Expand Up @@ -93,6 +93,7 @@ class MetadataFiles(object):
'filelists', 'filelists_db',
'other', 'other_db',
'primary', 'primary_db',
'deltainfo', 'susedata', # ignore those SUSE specific files, as there's no handling yet and just copying creates broken repos
'updateinfo', 'updateinfo_db'])

def __init__(self, repo_url, dst_dir, nectar_config):
Expand Down

0 comments on commit 6b630f5

Please sign in to comment.