Tests for beta version :

beta image in www.fsfeurope.org/server/testbeta
stable image in www.fsfeurope.org/server/test/fsfe/server/testbeta

svn path=/trunk/; revision=1238
This commit is contained in:
olberger
2001-08-25 13:21:00 +00:00
parent 8782a273b7
commit 9e0c43f27d

View File

@@ -15,6 +15,10 @@
# or
# ftp://ftp.cogsci.ed.ac.uk/pub/richard/rxp-1.2.3.tar.gz
#
# branch tag name for the stable version of the site and only its patches
STABLEBRANCH = BS_20010825
XSLTPROC = sabcmd
FSFFRANCE = http://france.fsfeurope.org
@@ -97,5 +101,9 @@ clean:
rm -f $(ENPAGES) $(FRPAGES) $(DEPAGES) $(PTPAGES)
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'
@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'