Searched refs:depot (Results 1 - 12 of 12) sorted by relevance
/pkg/src/util/qual-simulator/ |
H A D | scenario.py | 32 import depot namespace 37 """A Scenario has a list of depot.RepositoryURIs.""" 48 error_rate=depot.ERROR_FREE, error_type=depot.ERROR_T_NET, 49 speed_distribution=depot.MODAL_SINGLE): 51 r = depot.RepositoryURI(label, speed, cspeed, 58 error_rate=depot.ERROR_FREE, error_type=depot.ERROR_T_NET, 59 speed_distribution=depot.MODAL_SINGLE): 61 r = depot [all...] |
/pkg/src/modules/server/ |
H A D | face.py | 54 def init(depot): 57 pkg.server.feed.init(depot) 58 tlookup = mako.lookup.TemplateLookup(directories=[depot.web_root]) 60 def feed(depot, request, response, pub): 61 if depot.repo.mirror: 64 if not depot.repo.get_catalog(pub).updates: 67 return pkg.server.feed.handle(depot, request, response, pub) 69 def __render_template(depot, request, path, pub, http_depot=None): 71 base = api.BaseInterface(request, depot, pub) 87 def respond(depot, reques [all...] |
H A D | feed.py | 74 def init(depot): 80 __clear_cache(depot, None) 82 def set_title(depot, doc, feed, update_ts): 91 ti.replaceWholeText(depot.cfg.get_property("pkg_bui", "feed_name")) 122 it.replaceWholeText(depot.cfg.get_property("pkg_bui", "feed_icon")) 129 lt.replaceWholeText(depot.cfg.get_property("pkg_bui", "feed_logo")) 245 def update(request, depot, last, cf, pub): 247 file is written to depot.tmp_root/CACHE_FILENAME. 251 hours = depot.cfg.get_property("pkg_bui", "feed_window") 261 cat = depot [all...] |
H A D | api.py | 58 def __init__(self, request, depot, pub): 59 # A protected reference to a pkg.server.depot object. 60 self._depot = depot 609 information and statistics about the depot that clients may use. 668 """Returns a dictionary of depot configuration properties 679 """Returns the current value of a depot configuration
|
/pkg/src/svc/ |
H A D | svc-pkg-server | 52 # if configured readonly & standalone, refresh the depot service, 57 [[ -f /usr/lib/pkg.depot-config ]]; then 58 svcadm refresh svc:/application/pkg/depot 59 svcadm enable svc:/application/pkg/depot 62 "svc:/application/pkg/depot configuration updated." 120 [[ -f /usr/lib/pkg.depot-config ]] ; then 121 svcadm refresh svc:/application/pkg/depot 124 echo "depot in use, stop method script complete."
|
H A D | svc-pkg-depot | 29 APACHE_ETC_ROOT=/etc/pkg/depot 122 /usr/lib/pkg.depot-config \ 146 "pkg.depot-config: failed to create Apache config"
|
/pkg/doc/ |
H A D | Makefile | 73 depot.rst \ 75 guide-implementation-depot.rst \
|
/pkg/src/tests/cli/ |
H A D | t_variants.py | 182 def __vtest(self, depot, arch, zone, isdebug=""): 191 self.pkg_image_create(depot,
|
/pkg/src/scripts/ |
H A D | pkg.depotd.sh | 68 exec ${PYEXE} ${my_home}/depot.py "$@"
|
H A D | pkg.depotd.bat | 26 set CMDSCRIPT=depot.py
|
/pkg/src/util/apache2/depot/ |
H A D | depot_index.py | 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, eac [all...] |
/pkg/src/ |
H A D | depot.py | 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 usin [all...] |
Completed in 759 milliseconds