[yum-commits] Branch 'yum-3_2_X' - utils.py
Tim Lauridsen
timlau at osuosl.org
Mon Mar 9 19:39:27 UTC 2009
utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 428724778438706804cb61fa9147be6b047a18da
Author: Tim Lauridsen <tim at naboo.local>
Date: Mon Mar 9 20:36:09 2009 +0100
Setup the repos in doUtilYumSetup (this time to the right branch :) )
diff --git a/utils.py b/utils.py
index 13a698c..ab99a4c 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