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

/pkg/src/util/apache2/depot/
H A Ddepot_index.py54 repositories = {} variable
302 root directories for the repositories we're serving."""
319 if repositories:
330 # slots available as we have repositories, to allow the indexes
333 # system with many repositories and many publishers that rarely
348 repositories[prefix] = repo
372 """Generate a page showing the list of repositories served by
390 # build a list of all repositories URIs and BUI links,
394 for repo_prefix in repositories.keys():
395 repo = repositories[repo_prefi
[all...]

Completed in 1944 milliseconds