Lines Matching defs:target
73 target = None
122 -d path_or_uri The filesystem path or URI of the target repository to
123 republish packages to. The target must already exist.
386 # Assume that a catalog doesn't exist for the target publisher,
399 dest_xport, temp_root, targ_pub, target
426 target = os.environ.get("PKG_DEST", None)
444 target = arg
499 if not list_newest and not target:
559 args = (pargs, target, list_newest, all_versions,
756 def archive_pkgs(pargs, target, list_newest, all_versions, all_timestamps,
765 target = os.path.abspath(target)
766 if os.path.exists(target):
768 "exists.").format(target))
774 pkg_arc = pkg.p5p.Archive(target, mode="w")
964 def clone_repo(pargs, target, list_newest, all_versions, all_timestamps,
977 # Turn target into a valid URI.
978 target = publisher.RepositoryURI(misc.parse_uri(target))
980 if target.scheme != "file":
984 # Initialize the target repo.
987 root=target.get_pathname())
1011 # Check if all publishers in src are also in target. If not, add
1043 "source repository but not in the target repository.\n"
1262 target.get_pathname(), '--disable', 'dependency']
1303 target.get_pathname())
1313 def transfer_pkgs(pargs, target, list_newest, all_versions, all_timestamps,
1360 # Turn target into a valid URI.
1361 target = misc.parse_uri(target)
1363 # Setup target for transport.
1364 targ_pub = transport.setup_publisher(target,
1370 if target.startswith("file://"):
1373 t = trans.Transaction(target,
1388 "one.").format(target)
1393 basedir = target = os.path.abspath(target)
1456 # the target repository or not.
1459 # target repository.
1462 target, nf.publisher, dest_xport,
1471 target, nf.publisher,
1613 t = trans.Transaction(target, pkg_name=pkg_name,
1783 if target and target.startswith("file://"):
1784 tdirs.append(target)