Searched refs:rebuild (Results 1 - 17 of 17) 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...] |
H A D | pkgrepo.py | 168 pkgrepo rebuild [-p publisher ...] -s repo_uri_or_path [--key ssl_key ... 284 allowed; should only be True if performing a rebuild operation.""" 1205 logger.info("Initiating repository rebuild.") 1207 repo.rebuild(build_catalog=build_catalog, 1230 logger.info("Initiating repository rebuild.") 1241 subcommand = "rebuild" 1737 For index and catalog content corruption, a rebuild should be
|
/pkg/src/tests/cli/ |
H A D | t_pkgsurf.py | 624 # rebuild repo catalog since manifest digest changed 625 repo.rebuild() 635 # The new repository won't have a catalog, so rebuild it. 636 self.dcs[4].get_repo(auto_create=True).rebuild() 717 # The new repository won't have a catalog, so rebuild it. 718 self.dcs[4].get_repo(auto_create=True).rebuild() 771 # The new repository won't have a catalog, so rebuild it. 772 self.dcs[4].get_repo(auto_create=True).rebuild() 818 # The new repository won't have a catalog, so rebuild it. 819 self.dcs[4].get_repo(auto_create=True).rebuild() [all...] |
H A D | t_pkg_image_update.py | 196 self.dcs[i].get_repo(auto_create=True).rebuild()
|
H A D | t_pkg_list.py | 100 # The new repository won't have a catalog, so rebuild it. 101 self.dcs[2].get_repo(auto_create=True).rebuild()
|
H A D | t_pkg_history.py | 79 self.dcs[2].get_repo(auto_create=True).rebuild() 127 ("rebuild-index", 0), 138 "rebuild-index",
|
H A D | t_pkg_info.py | 840 repo.rebuild()
|
H A D | t_pkg_install.py | 1685 repo.rebuild() 3281 # rebuild repo catalog since manifest digest changed 3282 repo.rebuild() 3299 repo.rebuild() 3306 repo.rebuild() 3323 repo.rebuild() 3340 repo.rebuild() 3357 repo.rebuild() 4977 # rebuild repo catalog since manifest digest changed 4978 repo.rebuild() [all...] |
H A D | t_pkgsign.py | 1436 r.rebuild() 2220 r.rebuild() 2430 r.rebuild() 2495 r.rebuild()
|
H A D | t_client_api.py | 130 # The new repository won't have a catalog, so rebuild it. 131 self.dcs[2].get_repo(auto_create=True).rebuild()
|
/pkg/src/modules/server/ |
H A D | depot.py | 919 rebuild 921 rebuild both. 922 rebuild-indexes 923 Discard search data and rebuild. 924 rebuild-packages 925 Discard package catalogs and rebuild. 944 if cmd == "rebuild": 946 # rebuild. 947 self.__bgtask.put(self.repo.rebuild, 950 elif cmd == "rebuild [all...] |
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,
|
/pkg/src/util/publish/ |
H A D | pkgsurf.py | 66 # change. It runs a catalog rebuild as the last step to regain catalog integrity 135 /usr/bin/pkgrepo rebuild -s {repo} --no-index 779 # Only rebuild catalog if anything got actually reversioned. 782 target_repo.rebuild(pub=pub)
|
/pkg/src/modules/client/transport/ |
H A D | repo.py | 178 """Attempt to rebuild the package data and search data in the 184 """Attempt to rebuild the search data in the repository.""" 189 """Attempt to rebuild the package data in the repository.""" 1028 """Attempt to rebuild the package data and search data in the 1032 "cmd": "rebuild" }, pub=pub) 1038 """Attempt to rebuild the search data in the repository.""" 1041 "cmd": "rebuild-indexes" }, pub=pub) 1047 """Attempt to rebuild the package data in the repository.""" 1050 "cmd": "rebuild-packages" }, pub=pub) 1834 """Attempt to rebuild th [all...] |
/pkg/src/modules/client/ |
H A D | image.py | 962 # rebuild the catalogs. 967 self.remove_publisher_metadata(p, rebuild=False) 1146 """return the filelist... add the filelist so we rebuild 1648 rebuild=False) 2513 self.history.log_operation_start("rebuild-image-catalogs", 2954 def remove_publisher_metadata(self, pub, progtrack=None, rebuild=True): 2962 'rebuild' is an optional boolean specifying whether image 3025 if rebuild:
|
/pkg/src/tests/api/ |
H A D | t_api_list.py | 262 # The new repository won't have a catalog, so rebuild it. 263 self.dcs[2].get_repo(auto_create=True).rebuild()
|
H A D | t_api_search.py | 2628 repo.rebuild(build_catalog=False, build_index=True)
|
Completed in 127 milliseconds