From: Michael Tremer Date: Wed, 6 Jul 2011 21:53:18 +0000 (+0200) Subject: Disable cache. Feature was broken. X-Git-Tag: 0.9.3~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d403e7b3a1203e110572dafe765177265ce2bcad;p=pakfire.git Disable cache. Feature was broken. --- diff --git a/pakfire/repository/index.py b/pakfire/repository/index.py index 79c412c22..962caa3ea 100644 --- a/pakfire/repository/index.py +++ b/pakfire/repository/index.py @@ -98,7 +98,8 @@ class Index(object): return None def import_to_solver(self, solver, repo): - if self.cachefile: + # XXX Disabled because it's broken. + if False: if not os.path.exists(self.cachefile): self.create_solver_cache()