Fix unique md file config setting.
This commit is contained in:
parent
7dc76be687
commit
6843a12485
@ -571,7 +571,7 @@ class Pungi(pypungi.PungiBase):
|
||||
conf = createrepo.MetaDataConfig()
|
||||
conf.cachedir = os.path.join(cachedir, 'createrepocache')
|
||||
conf.update = update
|
||||
self.unique_md_filenames
|
||||
conf.unique_md_filenames = True
|
||||
if output:
|
||||
conf.outputdir = output
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user