[yum-commits] Branch 'yum-3_2_X' - yum/__init__.py
skvidal at osuosl.org
skvidal at osuosl.org
Mon Mar 16 18:57:27 UTC 2009
yum/__init__.py | 1 -
1 file changed, 1 deletion(-)
New commits:
commit b6c4fabf3cf621a754c05f5d665e87385c38e175
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Mon Mar 16 14:55:42 2009 -0400
remove the added line from c0c64db26fed2634fd02b3e51c2537bce4f75a7f
diff --git a/yum/__init__.py b/yum/__init__.py
index af6cae6..db3bc1f 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -344,7 +344,6 @@ class YumBase(depsolve.Depsolve):
if os.path.exists(self.conf.installroot+'/'+reposdir):
reposdir = self.conf.installroot + '/' + reposdir
- reposdir = self.conf.installroot + '/' + reposdir
if os.path.isdir(reposdir):
for repofn in sorted(glob.glob('%s/*.repo' % reposdir)):
thisrepo_age = os.stat(repofn)[8]
More information about the Yum-commits
mailing list