Searched refs:mirror (Results 1 - 7 of 7) sorted by relevance
/pkg/src/svc/ |
H A D | svc-pkg-mirror | 26 # This is the method script for the svc:/application/pkg/mirror service 77 SVCNAME=svc:/application/pkg/mirror 252 typeset lockfile=/system/volatile/pkg/mirror.$instance.lock 256 check_failure 1 "A mirror operation was already running 304 $PKG -R $ref_image publisher -F tsv > /tmp/pkg.mirror.$$ 340 done < /tmp/pkg.mirror.$$ 341 $RM /tmp/pkg.mirror.$$ 417 typeset LOG=/var/log/pkg/mirror/mirror.$instance.log 495 # /var/log/pkg/mirror/mirro [all...] |
/pkg/src/modules/client/ |
H A D | publisher.py | 676 # other per-origin/mirror properties 904 def add_mirror(self, mirror, priority=None, ssl_cert=None, 906 """Adds the specified mirror to the repository. 908 'mirror' can be a RepositoryURI object or a URI string. If 912 def dup_check(mirror): 913 if self.has_mirror(mirror): 914 o = self.get_mirror(mirror) 917 mirror) 919 mirror) 921 self.__add_uri("mirrors", mirror, dup_chec [all...] |
/pkg/src/modules/server/ |
H A D | repository.py | 241 as the repository is in mirror mode.""" 245 "repository is used in mirror mode.") 384 file_root=None, log_obj=None, mirror=False, pub=None, 408 self.mirror = mirror 876 if self.mirror: 877 # In mirror mode, nothing more to do. 906 if not self.catalog_root or self.mirror: 1114 if self.mirror: 1133 if self.mirror 4138 mirror = property(lambda self: self.__mirror, __set_mirror) variable in class:Repository [all...] |
H A D | face.py | 61 if depot.repo.mirror:
|
H A D | api.py | 647 def mirror(self): member in class:ConfigInterface 649 operating in mirror mode. 651 return self._depot.repo.mirror
|
H A D | depot.py | 191 if repo.mirror or not repo.root: 2001 self.name = "pkg(7) mirror on {0}".format(socket.gethostname()) 2038 txt_r["type"] = "mirror" 2186 cfg.PropBool("mirror"),
|
/pkg/src/ |
H A D | depot.py | 158 [--mirror] [--nasty] [--nasty-sleep] [--proxy-base url] 206 --mirror Package mirror mode; publishing and metadata operations 219 Cannot be used with --mirror or --rebuild. 296 "llmirror", "mirror", "nasty=", "nasty-sleep=", 384 elif opt == "--mirror": 385 ivalues["pkg"]["mirror"] = True 387 ivalues["pkg"]["mirror"] = True 559 mirror = dconf.get_property("pkg", "mirror") variable [all...] |
Completed in 200 milliseconds