Searched defs:rebuild (Results 1 - 2 of 2) sorted by relevance
/pkg/src/ |
H A D | depot.py | 208 --rebuild. 219 Cannot be used with --mirror or --rebuild. 265 rebuild = False variable 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") [all...] |
/pkg/src/modules/server/ |
H A D | repository.py | 766 # Set batch_mode for catalog to speed up rebuild. 771 # rebuild. 824 # rebuild. 900 caller intends to use the repository as part of a rebuild 946 # assume version 1. This will allow pkgrepo rebuild, 1703 def rebuild(self, build_catalog=True, build_index=False): member in class:_RepoStore 2516 self.rebuild() 3561 def rebuild(self, build_catalog=True, build_index=False, pub=None): member in class:Repository 3578 rstore.rebuild(build_catalog=build_catalog,
|
Completed in 27 milliseconds