[yum-commits] Branch 'yum-3_2_X' - yum/yumRepo.py

skvidal at osuosl.org skvidal at osuosl.org
Mon Feb 8 17:51:30 UTC 2010


 yum/yumRepo.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 742b8d9db23c34abb51915a9d2d9eca5ffc362fa
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Mon Feb 8 11:32:28 2010 -0500

    make metadata use the default reget setting (simple) instead of
    turning off regets for metadata.

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)


More information about the Yum-commits mailing list