[client-updates-daemon] do not load without xcache to not taint cache

This commit is contained in:
Fabio Erculiani
2009-12-25 18:50:08 +01:00
parent 93dbdf0078
commit de911ac5b6

View File

@@ -106,8 +106,7 @@ class Entropy(Client):
def init_singleton(self):
Client.init_singleton(self, load_ugc = False,
url_fetcher = DaemonUrlFetcher, repo_validation = False,
xcache = False)
url_fetcher = DaemonUrlFetcher, repo_validation = False)
# validate currently available repos
# manually, to not taint logs
self.validate_repositories(quiet = True)