summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-09-21 15:49:24 +0000
committerJeremy Katz <katzj@redhat.com>2007-09-21 15:49:24 +0000
commit53329e3fd25399087de236068d52bb029f4c408c (patch)
tree3798da85694f0cc1991010d35c070115abe20461 /yuminstall.py
parente968673a7f7bfde094a54e6643f060c3401e8e75 (diff)
downloadanaconda-53329e3fd25399087de236068d52bb029f4c408c.tar.gz
anaconda-53329e3fd25399087de236068d52bb029f4c408c.tar.xz
anaconda-53329e3fd25399087de236068d52bb029f4c408c.zip
2007-09-21 Jeremy Katz <katzj@redhat.com>
* yuminstall.py (YumBackend.doRepoSetup): Don't explicitly call tssetup/rpmsetup anymore. They happen as needed and then we can catch the exception on doing repo setup (#295381)
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yuminstall.py b/yuminstall.py
index fb3541003..d5bf4d9e9 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -625,8 +625,6 @@ class YumBackend(AnacondaBackend):
iutil.mkdirChain("/tmp/cache/headers")
self.ayum.doMacros()
- self.ayum.doTsSetup()
- self.ayum.doRpmDBSetup()
longtasks = ( (self.ayum.doRepoSetup, 4),
(self.ayum.doSackSetup, 6) )