Lines Matching refs:depot
46 import pkg.server.depot as sd
71 # How often we ping the depot while long-running background tasks are running.
73 # pinging the depot causes activity, preventing mod_wsgi from shutting down the
90 to allow admin/0 pkg(7) depot responses."""
104 supported by the http-depot."""
221 This object should look like a pkg.server.depot.DepotHTTP to
234 self.tmp_root = tempfile.mkdtemp(prefix="pkg-depot.")
239 # we hardcode these for the depot.
253 certain admin/0 requests from pkg(7) clients of the depot. Other
265 alphanumeric prefix for the depot, each corresponding
285 of svc:/application/pkg/depot.
336 busy_url="{0}/depot/depot-keepalive".format(request.base))
353 depot = DepotBUI(repo, dconf, writable_root,
355 depot_buis[prefix] = depot
381 depot = depot_buis[list(depot_buis.keys())[0]]
382 accept_lang = self.get_accept_lang(cherrypy.request, depot)
385 directories=[depot.web_root])
387 base = pkg.server.api.BaseInterface(cherrypy.request, depot,
396 depot = depot_buis[repo_prefix]
596 Since a given http-depot server may be serving many repositories
597 we expend a little more effort than pkg.server.depot when
601 depot/repository.
689 repo_prefixes used by the http-depot.
769 elif "/depot-keepalive" in path_info:
771 elif "/depot-wait-refresh" in path_info: