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,
605 hostline, remote_path = parse_ssh_path(upload_path)
608 remote_path))
609 ssh_path = os.path.join(remote_path, "*")
657 hostline, remote_path = parse_ssh_path(pkg_dir)
658 path = os.path.join(remote_path, filename)
659 utils.run("ssh %s 'rm -rf %s/%s'" % (hostline, remote_path,