Searched defs:system (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/client/transport/
H A Dstats.py63 # we don't allow the proxy used for the system publisher to be
65 if ds.system:
227 self.__system = repouri.system
535 def system(self): member in class:RepoStats
537 system publisher, in which case, we always use the proxy
/pkg/src/util/qual-simulator/
H A Ddepot.py133 system = property(__get_system, __set_system, None, "System publisher " variable in class:RepositoryURI
138 uniquely for the transport system. Normally, this would be done
144 system, we may choose to override the proxy value here."""
/pkg/src/modules/client/
H A Dpublisher.py77 # system repositories.
136 # A special token used in place of the system repository URL which is
138 # system-repository.
162 trailing_slash=True, proxy=None, system=False, proxies=None,
193 self.system = system
199 proxies=self.__proxies, system=self.system,
241 if self.system:
243 "enable or disable origin(s) for a system "
463 system = property(lambda self: self.__system, __set_system, None, variable in class:RepositoryURI
518 system = property(lambda self: self.__system, __set_system, None, variable in class:ProxyURI
[all...]

Completed in 15 milliseconds