[yum-commits] utils.py

Tim Lauridsen timlau at osuosl.org
Thu Mar 5 11:50:16 UTC 2009


 utils.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b5b7a1ce03f297fdd63847b34383811f3eb6b4f
Author: Tim Lauridsen <tim at naboo.local>
Date:   Thu Mar 5 12:46:57 2009 +0100

    Setup the repos in doUtilYumSetup

diff --git a/utils.py b/utils.py
index cea9110..6cbcefb 100644
--- a/utils.py
+++ b/utils.py
@@ -98,7 +98,7 @@ class YumUtilBase(YumBaseCli):
         try:
             self._getTs()
             self._getRpmDB()
-            self._getRepos()
+            self._getRepos(doSetup = True)
             self._getSacks()
         except yum.Errors.YumBaseError, msg:
             self.logger.critical(str(msg))


More information about the Yum-commits mailing list