Home
last modified time | relevance | path

Searched refs:sshDestPath (Results 1 – 1 of 1) sorted by relevance

/haiku/build/scripts/
H A Dupload_haiku_repository16 sshDestPath="$5"
26 rsync -rutlv -e ssh "$repositoryDir/" "$sshUserName@$sshServer:$sshDestPath/$arch/$version/"
27 ssh "$sshUserName@$sshServer" "chmod -R 755 $sshDestPath/$arch/$version"
28 sshSymlinkCommand="ln -sfT $version $sshDestPath/$arch/current"