Searched defs:xport (Results 1 - 2 of 2) sorted by relevance
/pkg/src/util/publish/ |
H A D | pkgmerge.py | 73 xport = None variable 192 mfst_str = xport.get_manifest(fmri, pub=repouri, content_only=True) 198 global dry_run, tmpdir, xport, dest_xport, target_pub 302 xport, xport_cfg = transport.setup_transport() 309 "pkgmerge", xport, xport_cfg, remote_prefix=True) 338 pub.transport = xport 428 tracker, xport, dest_repo, dest_xport, pkg_tmpdir, 460 variants, tracker, xport, dest_repo, dest_xport, pkg_tmpdir, 474 xport the transport handling our source repositories 521 mfile = xport [all...] |
/pkg/src/ |
H A D | pull.py | 69 xport = None variable 246 m = xport.get_manifest(pfmri) 398 global archive, cache_dir, download_start, xport, xport_cfg, \ 543 xport, xport_cfg = transport.setup_transport() 556 transport.setup_publisher(src_uri, "source", xport, xport_cfg, 593 def get_matches(src_pub, tracker, xport, pargs, any_unmatched, any_matched, 598 src_cat = fetch_catalog(src_pub, tracker, xport, False) 761 global cache_dir, download_start, xport, xport_cfg 798 matches = get_matches(src_pub, tracker, xport, pargs, 921 mfile = xport [all...] |
Completed in 740 milliseconds