[yum-git] yumcommands.py

James Antill james at linux.duke.edu
Thu Jan 24 22:03:28 UTC 2008


 yumcommands.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 43a159e56b36aed2c6a5b9af3294c3e8d4718836
Author: James Antill <james at and.org>
Date:   Thu Jan 24 17:03:24 2008 -0500

    Fix broken makecache

diff --git a/yumcommands.py b/yumcommands.py
index bc066a3..7286f04 100644
--- a/yumcommands.py
+++ b/yumcommands.py
@@ -320,6 +320,7 @@ class MakeCacheCommand(YumCommand):
                 repo.metadata_expire = 0
                 repo.mdpolicy = "group:all"
             base.doRepoSetup(dosack=0)
+            base.repos.doSetup()
             for repo in base.repos.listEnabled():
                 repo.repoXML
 



More information about the Yum-cvs-commits mailing list