$(SSH) variable instead of hardcoded ssh

svn path=/trunk/; revision=1512
This commit is contained in:
cyb 2001-10-09 18:01:58 +00:00
parent 8509738b99
commit 7670b052b5

View File

@ -27,6 +27,7 @@ FSF = http://www.fsf.org
GNU = http://www.gnu.org
ECHO = echo
SSH = ssh
XSLTOPTS = \
'$$fsffrance=$(FSFFRANCE)' \
@ -126,8 +127,7 @@ clean:
sync:
@echo "Updating stable version : $(STABLEBRANCH)"
ssh -l www france.fsfeurope.org 'cd fsfe ; cvs -z3 -q update -I "*.html" -d ; ../bin/nightly'
ssh -l www france.fsfeurope.org 'cd fsfe/server/testbeta ; cvs -z3 -q update -I "*.html" -d -r $(STABLEBRANCH) ; ../../../bin/nightly'
$(SSH) -l www france.fsfeurope.org 'cd fsfe ; cvs -z3 -q update -I "*.html" -d ; ../bin/nightly'
$(SSH) -l www france.fsfeurope.org 'cd fsfe/server/testbeta ; cvs -z3 -q update -I "*.html" -d -r $(STABLEBRANCH) ; ../../../bin/nightly'
@echo "Updating beta version :"
ssh -l www france.fsfeurope.org 'cd fsfe/server/test/fsfe/server/testbeta ; cvs -z3 -q update -I "*.html" -d -A ; ../../../../../../bin/nightly'
$(SSH) -l www france.fsfeurope.org 'cd fsfe/server/test/fsfe/server/testbeta ; cvs -z3 -q update -I "*.html" -d -A ; ../../../../../../bin/nightly'