[tei-council] updating oxygen-tei

Sebastian Rahtz sebastian.rahtz at oucs.ox.ac.uk
Mon Jun 18 15:54:14 EDT 2012


for the record, this is a shell script I used to update the oxygen TEI setup. having checked out
http://code.google.com/p/oxygen-tei/. It is stored there as update-and-upload.sh

it would be helpful if others had a brief look and checked that this is meaningful.

JENKINS=http://tei.oucs.ox.ac.uk/jenkins
TEIVERSION=2.1.0
XSLVERSION=6.12
curl -o tei.zip $JENKINS/job/TEIP5/lastSuccessfulBuild/artifact/tei-$TEIVERSION.zip
curl -o xsl.zip $JENKINS/job/Stylesheets/lastSuccessfulBuild/artifact/tei-xsl-$XSLVERSION.zip
cd frameworks/tei
rm -rf xml/tei/stylesheet
rm -rf xml/tei/odd
rm -rf xml/tei/schema
rm -rf xml/tei/custom/schema
rm -rf xml/tei/custom/odd
rm -rf xml/tei/Test 
rm -rf xml/tei/xquery
unzip -o -q ../../tei.zip
unzip -o -q ../../xsl.zip
rm -rf doc
cd ../..
rm tei.zip xsl.zip
ant
mv dist/tei.zip tei-$TEIVERSION.zip
python googlecode_upload.py -u sebastian.rahtz at gmail.com -s "TEI release $TEIVERSION and XSL $XSLVERSION" -p oxygen-tei tei-$TEIVERSION.zip 
--
Sebastian Rahtz      
Head of Information and Support Group
Oxford University Computing Services
13 Banbury Road, Oxford OX2 6NN. Phone +44 1865 283431








More information about the tei-council mailing list