[client-updates-daemon] do not load without xcache to not taint cache
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user