Don't create our own yum cache dir

This commit is contained in:
Martin Gracik 2010-02-26 10:49:51 +01:00
parent 438d73b51a
commit 1b6e55d528

View File

@ -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