[entropy.client.interfaces.methods] _load_repository: do not alter on-disk caching setting (xcache) for package repositories

This commit is contained in:
Fabio Erculiani
2011-03-05 17:49:08 +01:00
parent 580a33738c
commit e899c60e8e

View File

@@ -226,10 +226,6 @@ class RepositoryMixin:
Effective repository interface loader. Stay away from here.
"""
if const_isstring(repoid):
if repoid.endswith(etpConst['packagesext']) or \
repoid.endswith(etpConst['packagesext_webinstall']):
xcache = False
if _enabled_repos is None:
_enabled_repos = self._enabled_repos