explicitly request sha1 for backward compatibility with older yum
This commit is contained in:
parent
282ef64e9c
commit
c772db58ad
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ class RepoMerge(object):
|
|||
self.repolist = repolist
|
||||
self.outputdir = outputdir
|
||||
self.mdconf = createrepo.MetaDataConfig()
|
||||
# explicitly request sha1 for backward compatibility with older yum
|
||||
self.mdconf.sumtype = 'sha1'
|
||||
self.mdconf.database = True
|
||||
self.mdconf.verbose = True
|
||||
self.mdconf.changelog_limit = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue