Searched refs:origin (Results 1 - 9 of 9) sorted by relevance
/pkg/src/tests/api/ |
H A D | t_imageconfig.py | 53 origin: http://zruty.sfbay:10001/ 80 origin = repo.origins[0] 81 self.assertEqual(origin.uri, "http://zruty.sfbay:10001/") 82 self.assertEqual(origin.ssl_key, None) 83 self.assertEqual(origin.ssl_cert, None)
|
H A D | t_api_search.py | 2474 self.res_remote_path, servers=[{"origin": durl}]) 2754 set(), servers=[{"origin": self.durl1}]) 2756 set(), servers=[{"origin": self.durl3}]) 2761 origin=self.dcs[d].get_depot_url())
|
/pkg/src/modules/client/ |
H A D | publisher.py | 243 "enable or disable origin(s) for a system " 676 # other per-origin/mirror properties 924 def add_origin(self, origin, priority=None, ssl_cert=None, 926 """Adds the specified origin to the repository. 928 'origin' can be a RepositoryURI object or a URI string. If 932 def dup_check(origin): 933 if self.has_origin(origin): 934 o = self.get_origin(origin) 937 origin) 939 origin) [all...] |
H A D | imageconfig.py | 137 cfg.PropPubURI("origin", value_map=_val_map_none), 231 cfg.PropPubURI("origin", value_map=_val_map_none), 237 # when keys/certs can be set per-origin/mirror, these 630 # Force removal of origin property when writing. It 634 self.remove_property(section, "origin") 655 # Store per-origin/mirror information. For now, this 840 # publisher block has alias, prefix, origin, and mirrors 842 # Add 'origin' to list of origins if it doesn't exist already. 844 origin = sec_idx.get("origin", Non [all...] |
H A D | api.py | 3309 # provided, so assume origin is 3315 # but without an origin. Assume the 3316 # repo_uri is the origin. 3321 # add it as the first origin. 4810 origin = entry["origin"] 4813 origin=origin) 4815 origin) 4819 pub = publisher.RepositoryURI(origin) [all...] |
H A D | image.py | 1418 def get_publisher(self, prefix=None, alias=None, origin=None): 1424 elif origin and pub.repository and \ 1425 pub.repository.has_origin(origin): 1428 if prefix is None and alias is None and origin is None: 1432 [prefix, alias, origin] if i is not None)) 2030 the destination and origin package for each part of the
|
/pkg/src/svc/ |
H A D | svc-pkg-mirror | 42 # origin information that we should update 344 # If only one origin for this publisher 353 origin=${origins[$i]} 361 pkgrecv_from_origin "$repo" "$origin" "$key" \ 395 # Perform a pkgrecv from the given origin to the given repository. 399 # pkgrecv_from_origin <repo> <origin> <key path> <cert path> <FMRI> 405 typeset origin=$2 423 echo "$TSTAMP: $SMF_FMRI updates to $repo from $origin :" \ 433 cmd="$PKGRECV -s $origin -d "$repo" -p $publisher \ 436 cmd="$PKGRECV -s $origin [all...] |
/pkg/src/modules/ |
H A D | manifest.py | 201 def difference(self, origin, origin_exclude=EmptyI, 203 """Return three lists of action pairs representing origin and 212 if isinstance(origin, EmptyFactoredManifest): 213 # No origin was provided, so nothing has been changed or 246 odict = dict(dictify(origin, origin_exclude)) 361 def combined_difference(self, origin, ov=EmptyI, sv=EmptyI): 364 return list(chain(*self.difference(origin, ov, sv))) 1963 def difference(self, origin, origin_exclude=EmptyI, 1967 return Manifest.difference(self, origin, 1997 def difference(self, origin, origin_exclud [all...] |
/pkg/src/modules/client/transport/ |
H A D | transport.py | 2119 """Query the publisher's origin servers for versions 2359 # origin. Save the 2448 # the specific origin that failed, and 2451 url = getattr(e, "url", pub["origin"]) 2458 url = pub["origin"] 2486 for origin in pub.repository.origins: 2488 p.repository.origins = [origin] 3159 # for the single origin returned by __gen_repo. 3225 """Returns true if the publisher's origin is cached 3678 for origin i [all...] |
Completed in 79 milliseconds