From df50ca55f94816c8c23b7b2002773dec0d954d68 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Oct 15 2008 15:26:06 +0000 Subject: Enable unique repodata file names, should help with proxies and such. --- diff --git a/mash/__init__.py b/mash/__init__.py index 8188de2..dfaebf1 100644 --- a/mash/__init__.py +++ b/mash/__init__.py @@ -98,6 +98,7 @@ class Mash: conf.outputdir = path conf.directory = path conf.quiet = True + conf.unique_md_filenames = True if self.config.use_sqlite: conf.database = True if comps and self.config.compsfile: