From 074879de5ce3bf6ec1cf5f2f57c1ad4abc91568a Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 5 Feb 2009 14:24:32 -0800 Subject: [PATCH] Use unique md file names for repodata. --- src/pypungi/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py index 8d8c07d7..2560edd2 100644 --- a/src/pypungi/__init__.py +++ b/src/pypungi/__init__.py @@ -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: