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

/pkg/src/util/apache2/depot/
H A Ddepot_index.py62 depot_https = {} variable
531 if repo_prefix in depot_https:
532 return depot_https[repo_prefix]
543 depot_https[repo_prefix] = sd.DepotHTTP(repo, depot_bui.cfg,
545 return depot_https[repo_prefix]

Completed in 10 milliseconds