From 1b6e55d528727ed1557f64f257fe9815cc98b177 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Fri, 26 Feb 2010 10:49:51 +0100 Subject: [PATCH] Don't create our own yum cache dir --- src/pylorax/yumbase.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/pylorax/yumbase.py b/src/pylorax/yumbase.py index f6c6bd71..f88c9c15 100644 --- a/src/pylorax/yumbase.py +++ b/src/pylorax/yumbase.py @@ -101,10 +101,6 @@ def get_yum_base_object(installroot, repositories, mirrorlists=[], yb.preconf.fn = yumconf yb.preconf.root = installroot - yb._getConfig() - - yb._getRpmDB() - yb._getRepos() - yb._getSacks() + #yb.repos.setCacheDir(cachedir) return yb