diff options
author | Ralph Giles <ralph.giles@artifex.com> | 2008-06-12 16:44:19 +0000 |
---|---|---|
committer | Ralph Giles <ralph.giles@artifex.com> | 2008-06-12 16:44:19 +0000 |
commit | cb27496d6ca09c2bbe3c724be639ea29b8d00823 (patch) | |
tree | 699c26f1d27bf6a2a1225390edb7e608085934e3 /tools | |
parent | a70eca27a93d4eb088d87f830e811081fa31ec9b (diff) |
Use the defined username and host as the ssh target.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@3089 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/clusterpush.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clusterpush.sh b/tools/clusterpush.sh index 6d73d43e3..554b41046 100755 --- a/tools/clusterpush.sh +++ b/tools/clusterpush.sh @@ -36,7 +36,7 @@ echo -n "Copying regression baseline..." if test -d src; then LATEST='gs' else - LATEST=`ssh tticluster.com 'for file in \`ls regression |\ + LATEST=`ssh $HOST 'for file in \`ls regression |\ egrep ghostpcl-r[0-9]+\+[0-9]+ | sort -r | head\`; do\ if test -r regression/$file/reg_baseline.txt; then\ echo $file; break;\ |