[yum-cvs] debuginfo-install.py
Tim Lauridsen
timlau at linux.duke.edu
Fri Sep 28 16:14:01 UTC 2007
debuginfo-install.py | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 0250c938510410684252d1ce1926282f1c5d95e1
Author: Tim Lauridsen <tla at rasmil.dk>
Date: Fri Sep 28 18:13:52 2007 +0200
fixed issue in debuginfo-install there make it fail with plugins there uses conduit.getPackages() (rhbz #249742)
diff --git a/debuginfo-install.py b/debuginfo-install.py
index 446c757..4845e80 100755
--- a/debuginfo-install.py
+++ b/debuginfo-install.py
@@ -47,6 +47,9 @@ class DebugInfoInstall(YumUtilBase):
parser.print_help()
sys.exit(0)
+ # Setup yum (Ts, RPM db, Repo & Sack)
+ self.doUtilYumSetup()
+
# enable the -debuginfo repos for enabled primary repos
for repo in self.repos.listEnabled():
di = '%s-debuginfo' % repo.id
More information about the Yum-cvs-commits
mailing list