Lines Matching refs:depot
109 import pkg.server.depot as ds
179 depot configuration data, or a fully qualified service
183 the static and other web content used by the depot's
186 --disable-ops A comma separated list of operations that the depot
198 logged by the depot process. Possible values are:
203 logged by the depot process. Possible values are:
222 this option will cause the depot to only respond to SSL
232 this option will cause the depot to only respond to SSL
236 limit the amount of RAM the depot uses for indexing,
438 # kill any pkg.depot using that directory,
440 # pkg.depot process. The index will be rebuilt
913 # Ready to start depot; exit now if requested.
917 # Next, initialize depot.
919 depot = ds.NastyDepotHTTP(repo, dconf)
921 depot = ds.DepotHTTP(repo, dconf)
928 "tools.staticfile.filename": os.path.join(depot.web_root,
938 # intended to allow our depot process to operate behind Apache
958 # Tell depot to update search indexes when possible;
962 depot._queue_refresh_index()
973 root = cherrypy.Application(depot)
976 emsg("pkg.depotd: unknown error starting depot server, " \