Lines Matching refs:repo
857 repo = sr.Repository(cfgpathname=repo_config_file,
872 if not rebuild and not add_content and not repo.mirror and \
873 not (repo.read_only and not repo.writable_root):
883 if repo.root and exit_ready:
884 repo.refresh_index()
891 repo.rebuild(build_index=True)
902 repo.add_content()
903 repo.refresh_index()
919 depot = ds.NastyDepotHTTP(repo, dconf)
921 depot = ds.DepotHTTP(repo, dconf)