Home | History | Annotate | Download | only in common_lib

Lines Matching refs:remote_path

53         hostline, remote_path = parse_ssh_path(repo)
55 cd_str = 'cd %s && ' % remote_path
72 remote_path = repo
74 _, remote_path = parse_ssh_path(repo)
75 repo_run_command(repo, 'mkdir -p %s' % remote_path, cd=False)
546 hostline, remote_path = parse_ssh_path(upload_path)
549 remote_path))
550 r_path = os.path.join(remote_path,
577 hostline, remote_path = parse_ssh_path(upload_path)
580 remote_path))
581 ssh_path = os.path.join(remote_path, "*")
629 hostline, remote_path = parse_ssh_path(pkg_dir)
630 path = os.path.join(remote_path, filename)
631 utils.run("ssh %s 'rm -rf %s/%s'" % (hostline, remote_path,