Use unique md file names for repodata.

This commit is contained in:
Jesse Keating 2009-02-05 14:24:32 -08:00
parent dee9472d0c
commit 074879de5c
1 changed files with 1 additions and 0 deletions

View File

@ -571,6 +571,7 @@ class Pungi(pypungi.PungiBase):
conf = createrepo.MetaDataConfig()
conf.cachedir = os.path.join(cachedir, 'createrepocache')
conf.update = update
self.unique_md_filenames
if output:
conf.outputdir = output
else: