Lines Matching refs:remote_path
60 hostline, remote_path = parse_ssh_path(repo)
62 cd_str = 'cd %s && ' % remote_path
79 remote_path = repo
81 _, remote_path = parse_ssh_path(repo)
82 repo_run_command(repo, 'mkdir -p %s' % remote_path, cd=False)
574 hostline, remote_path = parse_ssh_path(upload_path)
577 remote_path))
578 r_path = os.path.join(remote_path,
610 hostline, remote_path = parse_ssh_path(upload_path)
613 remote_path))
614 ssh_path = os.path.join(remote_path, "*")
662 hostline, remote_path = parse_ssh_path(pkg_dir)
663 path = os.path.join(remote_path, filename)
664 utils.run("ssh %s 'rm -rf %s/%s'" % (hostline, remote_path,