[Yum-devel] [PATCH] make metadata use the default reget setting (simple) instead of turning off regets for metadata.

Seth Vidal skvidal at fedoraproject.org
Mon Feb 8 16:33:36 UTC 2010


---
 yum/yumRepo.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/yum/yumRepo.py b/yum/yumRepo.py
index fa1c104..8d7617e 100644
--- a/yum/yumRepo.py
+++ b/yum/yumRepo.py
@@ -1556,7 +1556,6 @@ class YumRepository(Repository, config.RepoConf):
                                   local=local, 
                                   copy_local=1,
                                   checkfunc=checkfunc, 
-                                  reget=None, 
                                   text=text,
                                   cache=self.http_caching == 'all',
                                   size=thisdata.size)
-- 
1.6.6



More information about the Yum-devel mailing list