Lines Matching refs:rebuild
208 --rebuild.
219 Cannot be used with --mirror or --rebuild.
265 rebuild = False
297 "proxy-base=", "readonly", "rebuild", "refresh-index",
430 elif opt == "--rebuild":
431 rebuild = True
563 if rebuild and add_content:
564 usage("--add-content cannot be used with --rebuild")
565 if rebuild and reindex:
566 usage("--refresh-index cannot be used with --rebuild")
567 if (rebuild or add_content) and (readonly or mirror):
568 usage("--readonly and --mirror cannot be used with --rebuild "
872 if not rebuild and not add_content and not repo.mirror and \
889 elif rebuild:
891 repo.rebuild(build_index=True)